5 solutions

  • -2
    @ 2025-9-13 16:16:51
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	double n;
    	cin>>n;
    	int t=round(n);
    	cout<<t;
    }

    Information

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