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