Run ID:152007

提交时间:2026-04-19 14:30:46

#include<bits/stdc++.h> using namespace std; int main(){ int a,b; scan(%3d%1d,&a&b); cout<<b<<a; return 0; }