Run ID:134361
提交时间:2025-10-27 16:19:23
#include<iostream> using namespace std; int main(){ int a,s,d,f; scanf("%1d%1d%1d%1d",&a,&s,&d,&f); cout<<f<<a<<s<<d; }