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