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

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

筛选

傻逼图形输出

摘要:#include<bits/stdc++.h>usingnamespacestd;intmain(){printf("X|X|X\n"&nbsp;&nb……

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

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

1509,考眼力的好题

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