摘要: 1. * ** *** **** ***** #include<stdio.h> main() { int i,j; for(i=1;i<=5;i++){ for(j=1;j<=i;j++){ printf("*"); } printf("\n"); } ******* ***** *** * #i 阅读全文
posted @ 2021-11-12 15:03 ᯤ⁶ºᴳ⁺ 阅读(25) 评论(0) 推荐(0)