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