Run ID:145779
提交时间:2026-01-25 19:01:07
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<b<<a; return 0; }