竞赛
考级
这道题可以用for循环逆序输出:
#include<bits/stdc++.h> using namespace std; int main () { cout<<"123abccba321"; return 0; }
提交答案之后,这里将显示提交结果~