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