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