#include<iostream> #include<iomanip> using namespace std; int main() { float b; cin>>b; cout<<(int)b<<endl; return 0; }