Rules:
Place numbers in the grid such that every row, column and 3x3 box contain the numbers 1 to 9. The numbers between two cells represent their modulo. The modulo of two numbers represents the rest of their division, ex: 9 modulo 5 = 4 . Where there is no number between two cells it means that the modulo is 0.
Tips: a cell with modulo 2 does not contain 1&2;
a cell with modulo 3 does not contain 1&2&3;
a cell with modulo 4 contains only 5 e 9. A cella containing 1 does not have modulo indicated.
Inserire i numeri in modo che ogni riga, colonna, settore contenga i numeri da 1 a 9. I numeri tra due celle rappresentano il loro modulo. Il modulo di due numeri rappresenta il resto della loro divisione, es: 9 modulo 5 =4. Dove non c'è il numero tra due celle significa che il modulo è 0.
Suggerimenti: una cella con modulo 2 non può contenere 1 e 2;
una cella con modulo 3 non può contenere 1 e 2 e 3;
una cella con modulo 4 può contenere solo 5 e 9. Una cella contenente il numero 1 non può avere le cellette con il modulo.