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