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