用c语言输出 * *** *****
时间: 2023-11-21 15:06:57 浏览: 110
可以使用以下代码来输出所需图案:
```
#include <stdio.h>
int main() {
printf("*\n");
printf("***\n");
printf("*****\n");
return 0;
}
```
或者使用以下代码来输出:
```
#include <stdio.h>
int main() {
int a, b;
a = 1;
while (a <= 5) {
b = 1;
while (b <= a) {
printf("*");
b++;
}
printf("\n");
a++;
}
return 0;
}
```
其中第二段代码是引用中的代码,可以输出更多行的图案。
阅读全文