Run ID:109846

提交时间:2025-02-12 16:54:35

#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<<a<<b<<c<<d; }