文件名称:SnakeMatrix
介绍说明--下载内容均来自于网络,请自行研究使用
输出N*N(N<100)蛇形矩阵
例如输入行(列)数为4时,排序表为:
10 11 12 1
9 16 13 2
8 15 14 3
7 6 5 4
要求每个数格式宽度为5,右对齐。-The output of N*N (N<100) like matrix
For example input row (column) number is 4, ranking table:
1011121
916132
815143
7654
Requirements for each number format width is 5, align right.
例如输入行(列)数为4时,排序表为:
10 11 12 1
9 16 13 2
8 15 14 3
7 6 5 4
要求每个数格式宽度为5,右对齐。-The output of N*N (N<100) like matrix
For example input row (column) number is 4, ranking table:
1011121
916132
815143
7654
Requirements for each number format width is 5, align right.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
main.cpp