Introduction - If you have any usage issues, please Google them yourself
An efficient spiral square output program, enter the square side length n, then n* n helical output matrixFor example: n = 4The output is: 1 2 3 4 12 13 14 5 11 16 15 6 10 9 8 7