1118
int X; cin>>X; cout<<X*10; return 0;
readln(x); writeln(x*10);
cin<<x;
cout>>x*10;
cout<<x*10<<endl;
1