Run ID:5088
提交时间:2024-11-02 13:25:59
# include<cstdio> using namespace std; int main(){ int a,b,c,d; scanf("%1d%1d%1d%1d",&a,&b,&c,&d); printf("%d%d%d%d",b,a,d,c); return 0; }