Run ID:147035

提交时间:2026-02-02 15:40:28

#include<bits/stdc++.h> using namespace std; int a,b,c,d; int main(){ scanf("%1d%1d%1d",&a,&b,&c,&d); cout<<d<<a<<b<<c; return 0; }