#include<stdio.h> #include<math.h> #include<string.h> int main(){ double a; scanf("%lf",&a); printf("%d\n",(int)a); return 0;}