题解 1442: 蓝桥杯2013年第四届真题-打印十字图

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

筛选

通俗易懂C++

摘要:#include<iostream>using&nbsp;namespace&nbsp;std;//&nbsp;因为n最大不超过30,足够用char&nbs……

1442-打印十字图

摘要:```cpp#includeusingnamespacestd;chara[136][136];//数组大小5+4*n(0……

C++ 究极三目运算符

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

打印十字图

摘要:解题思路:注意事项:参考代码:#include<iostream>#include<cstdio>#include<algorithm>#include<cm……