竞赛
考级
#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; for(int x=1;x<=a;x++) { for(int y=1;y<=a-x;y++) { cout<<' '; } for(int z=1;z<x*2;z++) { cout<<z; } cout<<endl; } }
账号已注销(必回关)
zsy
LS_YZY
提交答案之后,这里将显示提交结果~