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