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