#include<bits/stdc++.h> using namespace std; int main() { double x; cin>>x; int k=x*10; if(k%10>=5) { cout<<k/10+1; }else{ cout<<k/10; } }
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.
Using your Hydro universal account