Run ID:5001

提交时间:2024-10-26 09:56:30

# 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",d,c,b,a); return 0; }