1 solutions

  • 0
    @ 2024-7-20 19:35:07

    快来copy

    #include<bits/stdc++.h>
    using namespace std;
    double d;
    int main(){
    	cin>>d;
    	printf("%f\n",d);
    	printf("%.5f\n",d);
    	printf("%e\n",d);
    	printf("%g\n",d);
    	return 0;
    }
    
    • 1

    Information

    ID
    6868
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    # Submissions
    12
    Accepted
    10
    Uploaded By