#include<iostream> #include<cmath> using namespace std; int main() { float x; cin>>x; cout<<floor(x); return 0; }