Preparando MOJI

Magic Odd Square

1000ms 262144K

Description:

Find an n × n matrix with different numbers from 1 to n2, so the sum in each row, column and both main diagonals are odd.

Input:

The only line contains odd integer n (1 ≤ n ≤ 49).

Output:

Print n lines with n integers. All the integers should be different and from 1 to n2. The sum in each row, column and both main diagonals should be odd.

Sample Input:

1

Sample Output:

1

Sample Input:

3

Sample Output:

2 1 4
3 5 7
6 9 8

Informação

Codeforces

Provedor Codeforces

Código CF710C

Tags

constructive algorithmsmath

Submetido 0

BOUA! 0

Taxa de BOUA's 0%

Datas 09/05/2023 09:08:47

Relacionados

Nada ainda