1 solutions

  • 2
    @ 2025-2-23 16:21:50
    ```cpp
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        double n;
        cin>>n;
        int t=round(n);
        cout<<t;
        return 0;
    }
    
    
    • 1

    Information

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