Run ID:94382

提交时间:2024-10-20 14:43:54

#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<<endl; return 0; }