Run ID:144851

提交时间:2026-01-24 19:14:49

#include<bits/stdc++.h> using namespace std; int main(){ int t,n; scanf("%d %d", &t,&n); cout<<n<<t<<endl; return 0; }