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