#include<iostream> #include<cmath> #include<string> using namespace std; int main(){ double n; int m; cin>>n; m=n; cout<<m<<endl; return 0; }