题解迪奥戈·若泽·特谢拉·达·席尔瓦2025-07-05 12:22:51发布于:广东12阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int main(){ string n; cin >> n; int x = n.size(); cout << n[x - 1]; for(int i = 0;i < x - 1;i++){ cout << n[i]; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个