Logic Masters Deutschland e.V.

Oops! All Schrödinger

(Published on 2. April 2023, 03:40 by louisng114)

・Fill each row and column with the digits 0-9. To this end, all cells are Schrödinger cells, i.e., each cell contains two digits. The number in the corner of each cage indicates the difference between the two numbers of the cell. For example, if a cell contains digits 7 and 9, then the cage should have a 2 in the corner.
・At least one of the cells in the corner contains the digit 8.
・(There is a logical path; bifurcation is not necessary)

Solution code: Smaller of the two digits in each cell of row 3 (left to right), then larger of the two digits in each cell of column 4 (top to bottom). No spaces or comma.

Last changed on on 18. April 2023, 07:45

Solved by AvavaAvA, Paquet Voleur, marcmees, Ximota, Video Floral, Jagga, Jaych, kublai, Nylimb, Margrietina, CrippledLamp, dodomos, DiMono, PetLov, zrbakhtiar
Full list

Comments

on 18. April 2023, 07:45 by louisng114
Removed "New" tag

Last changed on 2. April 2023, 11:52

on 2. April 2023, 11:49 by Paquet Voleur
Note for Paquet Voleur: double-checking the rules and your solution is not enough. You also need to read what solution code to enter. In this case, the LARGER values of column 4...

on 2. April 2023, 04:47 by louisng114
@Paquet Voleur
The solution code is correct.

on 2. April 2023, 04:16 by Paquet Voleur
Would you mind double-checking your solution code?

Difficulty:2
Rating:82 %
Solved:15 times
Observed:10 times
ID:000DHA

Puzzle variant Small

Enter solution

Solution code:

Login