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