题解 1509: 蓝桥杯算法提高VIP-图形输出

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

筛选

1509 图形的输出(C++)

摘要:解题思路:没什么好说的注意事项:空格大小写的书写参考代码:#include<stdio.h>intmain(){printf("X|X|X\n");printf(&qu……

1509,考眼力的好题

摘要:解题思路:注意事项:眼不要花!!!!!!!参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;&nbsp;&nbsp;&……

容易理解的C语言代码

摘要:解题思路:直接复制过去就可以了注意事项:参考代码:#include&nbsp;<stdio.h>int&nbsp;main(){&nbsp;&nbsp;&a……

图形输出(C语言)

摘要:解题思路:。。。。。。注意事项:。。。。。。参考代码:#include&nbsp;<stdio.h>int&nbsp;main(){&nbsp;&nbsp;……

1509: 蓝桥杯算法提高VIP-图形输出

摘要:解题思路:既然是算法提高题,就不想用暴力法解决注意事项:参考代码:#include<stdio.h>charch;//内容charsep=&#39;|&#39;;//分隔符……