Run ID:107806
提交时间:2025-01-18 13:43:44
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d; scanf(" %1d%1d%1d%1d",&a,&b,&c,&d); printf("%1d%1d%1d%1d",b,a,d,c); }