#include<stdio.h> #include<string.h> int main(){ double n; int m; scanf("%lf",&n); m=n; printf("%d",m); }