#include<stdio.h> #include<math.h> int main () { int m; float n; scanf("%f",&n); m=floor(n); printf("%d",m); return 0; }