Information
- ID
- 993
- Time
- 1000ms
- Memory
- 64MiB
- Difficulty
- 10
- Tags
- # Submissions
- 2
- Accepted
- 1
- Uploaded By
oioioiiioioooi
#include <bits/stdc++.h>
using namespace std;
int RO(double n){
n=round(n),cout<<n;
return 0;
}
int main(){
double x,y;
cin>>x,RO(x);
return 0;
}
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.