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