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