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