#include void run(void){ int p; scanf("%d",&p); printf("%d\n",p); return; } int main(void){ run(); return 0; }