Run ID:152024
提交时间:2026-04-19 14:42:45
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d,e; scanf("%1d%1d%1d%1d%1d",&a,&b,&c,&d,%e); cout<<e<<d<<c<<b<<a; return 0; }