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