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

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

筛选

打印十字图--递归法(python)

摘要: 注意: ##### 1. printline函数内部打印时不能有换行符,因为要进行递归,换行单独留在主函数里 ##### 2. 全图最外层四个角需要特殊处理 ```python def……

打印十字图

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

1442-打印十字图

摘要:```cpp #include using namespace std; char a[136][136]; //数组大小5+4*n(0……

3D打印十字架压缩

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){     nt i,n,k,l,j,a[30][130][130]={0};                   ……