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