Run ID:131760

提交时间:2025-10-01 14:02:54

#include<bits/stdc++.h> using namespace std; int main() { int a,b,c; char d,e; cin>>a>>b>>c; cout<<c<<d<<a<<e<<b<<endl; return 0; }