#include<bits/stdc++.h>
using namespace std;
int main()
{
int n; cin>>n; cout<<n%10<<n%100/10<<n/100; return 0;
}
使用您的 我的代码力量OJ 通用账户