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

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

筛选

C++ 究极三目运算符

摘要:解题思路:注意事项:参考代码:#include<cstring>#include<stdio.h>int main(){     int n,t,k,j,i=1;char c[124][124];  ……

打印十字图

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

蓝桥杯2013年第四届真题-打印十字图 (C++代码)

```cpp/*思路:一层一层的进行操作,就像3D打印机那样********************总结:1.这样的题需要找规律,根据规律进行编程,并且和控制图形大小的n紧密相连*/#includeusingnamespacestd;voidA(intn){inth=n*4+5;chara[130][