#include<stdio.h> #include<math.h> int main(){ double a,b,n,i; scanf("%lf",&n); a=floor(n); printf("%.0lf",a); }