#include<bits/stdc++.h> using namespace std; int main() { float i; cin>>i; int j=i; cout<<j; return 0; }