1 solutions

  • 1
    @ 2024-4-6 15:54:33
    #include<bits/stdc++.h>
    using namespace std;
    double a;
    int main(){
    	 cin>>a;
    	 cout<<fixed<<setprecision(12)<<a<<"\n";
    	 return 0;
    }
    
    • 1

    Information

    ID
    224
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    9
    Tags
    # Submissions
    12
    Accepted
    7
    Uploaded By