实例- 金字塔 ... 实例- 数字金字塔 ... #include<stdio.h> int main(){ int i,j,k,n; printf("请输入数字金字塔基座宽度(正奇数):"); scanf("%d",&n); for(k=1 ...
確定! 回上一頁