#include<cstdio> #include<cstring> #include<cmath> using namespace std; int main(){ double a; scanf("%lf",&a); printf("%.0lf",floor(a)); }