Run ID:148181
提交时间:2026-02-09 20:03:45
#include <bits/stdc++.h> using namespace std; int main(){ long long a,b; cin>>a>>b; cout<<b<<a; return 0; }