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