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