4 solutions

  • -1
    @ 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
    88
    Accepted
    54
    Uploaded By