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