import std.array; import std.conv; import std.stdio; void main() { int a; int num = readf("%d\n",&a); num *= 10; writeln("%d\n",num); }