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