5 solutions

  • 1
    @ 2025-12-6 9:32:24

    #include<bits/stdc++.h> using namespace std; int main() { double x; cin>>x; int t=round(x); cout<<t; return 0; }

    Information

    ID
    2295
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    99
    Accepted
    62
    Uploaded By