import std; void main() { int N; readf("%d\n", N); N.writeln; }