提交时间:2026-03-06 14:49:06
运行 ID: 85065
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<b<<a; return 0; }