#include<stdio.h> int main() { double a; scanf("%lf",&a); int b; b=(int)a; printf("%d\n",b); return 0; }