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