提交时间:2026-05-29 19:46:24

运行 ID: 442087

#include<bits/stdc++.h> using namespace std; int main(){ long long a,b; cin>>a>>b; cout<<b<<a; return 0; }