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