#include<stdio.h> #include #include #include<math.h> using namespace std; int main(){ float i; scanf("%f",&i); cout<<round(i)<<endl; return 0; }