2 solutions

  • 0
    @ 2025-4-12 19:58:31

    #include<bits/stdc++.h> using namespace std; int main(){ double n; cin>>n; cout<<fixed<<setprecision(3)<<n; return 0; }

    Information

    ID
    841
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    157
    Accepted
    77
    Uploaded By