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