螺旋数组,之字形数组
摘要:
//螺旋数组#includeusing namespace std;//生成一个n*n维的螺旋数组,形式如下/*1 2 3 4 516 17 18 19 615 24 25 20 714 23 22 21 813 12 11 10 9*/void spiral_array(int **a,... 阅读全文
posted @ 2014-08-12 11:16 NewPanderKing 阅读(892) 评论(0) 推荐(0) 编辑