题目链接:C. Magic Odd SquareFind an n × n matrix with different numbers from 1 to n2, so the sum in each row, column and both main diagonals are odd.InputThe only line contains odd integer n (1 ≤ n ≤ 49).OutputPrint n lines with n integers. All the integers should be ......
本文摘自 :https://www.cnblogs.com/


