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