Coding is the closest thing we have to superpower !
给你一个整数n,输出n∗n的蛇形矩阵,具体格式见样例。
输入一行,包含一个整数n (1 \leq n \leq 1000)
输出n行,每行包含n个正整数
4
1 2 6 7 3 5 8 13 4 9 12 14 10 11 15 16