Run ID:131691
提交时间:2025-09-30 21:31:34
#inulcde<iostream> using namespace std; int main{ int a,b; cin>>a>>b; cout<<a<<b<<endl; return 0; }