Run ID:91523

提交时间:2024-09-22 09:22:00

#include<iostream>// in out using namespace std; int main(){ int a,b; cin>>a>>b; cout<<(a*10)+b; return 0; }