实例- 数字金字塔. #include <stdio.h> int main() { int i, space, rows, k=0, count = 0, count1 = 0; printf("行数: "); scanf("%d",&rows); for(i=1; i<=rows; ...
確定! 回上一頁