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