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