Run ID:109848
提交时间:2025-02-12 16:56:04
#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; }