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