P166
projecteuler.net

Criss Cross

ℹ️Published on Saturday, 3rd November 2007, 01:00 pm; Solved by 4572;
Difficulty rating: 50%

A $4 \times 4$ grid is filled with digits $d$, $0 \le d \le 9$.

It can be seen that in the grid \begin{matrix} 6 & 3 & 3 & 0\\ 5 & 0 & 4 & 3\\ 0 & 7 & 1 & 4\\ 1 & 2 & 4 & 5 \end{matrix} the sum of each row and each column has the value $12$. Moreover the sum of each diagonal is also $12$.

In how many ways can you fill a $4 \times 4$ grid with the digits $d$, $0 \le d \le 9$ so that each row, each column, and both diagonals have the same sum?



Soluzione

Last modified: May 01, 2025. Website built with Franklin.jl and the lovely Julia programming language.