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