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