1 solutions

  • 0
    @ 2024-7-17 20:26:35

    # 世纪难题+1

    #include<bits/stdc++.h>
    
    using namespace std;
    
    int main(){
    	double a;
    	scanf("%lf", &a);
    	printf("%.12lf", a);
    	return 0;
    }
    
    • 1

    Information

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