#include<stdio.h> // #include<process.h> int main() { double n; int t; scanf("%lf",&n); t=n; printf("%d\n",t); // system("pause"); return 0; }