Run ID:3783

提交时间:2024-07-03 19:06:12

# include<cstdio> using namespace std; int main(){ int a,b,c,d,e; scanf("%d%d%d%d%d",&a,&b,&c,&d,&e); printf("%d%d%d%d%d",e,d,c,b,a); return 0; }