Run ID:99319
提交时间:2024-11-25 17:53:13
#include <iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout<<a*10+b<<endl; retern 0 }