Its a program that check a sudoku solution if it is correct.
It checks
Rows,collums,3x3 grids if sum is 45 (1+2+3...+9=45)
Rows,collums,3x3 grids numbers in square if sum is 285 (1^2+2^2+3^2+...+9^2 = 285)
Is any way to fool that program with not a valid sudoku solution and make it think that is valid.