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