题解 2182: [编程入门]打印图案

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

直接打印就完了

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){printf("&nbsp;*\n");printf("**\n&……

三角形图案打印

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;printf("&nbsp;*\n"……

printf函数直接打印图案

摘要:解题思路:本来打算使用for循环输出的,但是发现可以直接打印出来,故直接打印即可。注意事项:注意printf函数要引用头文件stdio.h&nbsp;参考代码:#include<stdi……

有手就行的题

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;printf("&nbsp;*\n"……

2182 就;IP就离谱C语言

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;printf("&nbsp;*\n**\n**……