Schrieben Sie eine Zahl in jedes graue Feld. Nun verschieben Sie jedes graues
Feld waagrecht oder senkrecht um genau so viele Felder, wie die Zahl in dem
Feld angibt. Danach müssen alle weißen Felder waagrecht oder senkrecht
zusammenhängen und die grauen Felder dürfen sich weder waagrecht noch senkrecht
berühren (diagonal ist erlaubt).
Für jede Verschiebung gibt es Punkte: Z mal der verschobenen Zahl, wobei Z =
0.25 für eine Verschiebung nach Norden, 0.15 für eine Verschiebung nach Süden,
0.
Write some numbers into the grey cells and move every grey cell in one of the
four directions so that the numbers you wrote indicate the length of their
moves. When all moves are done, all white cells should be interconnected and
grey cells should not touch each other from the sides. Each direction has a
score to be multiplied by the number written into the cell. Maximize the total
of all products.
North: 0,25 South: 0,15 West: 0,1 East: 0,4
Hierfür gibt es 7.5 Punkte: 4x0.4 + 4x0.15 + 2x0.15 + 3x0.15 + 3x0.1 +
3x0.25 + 3x0.15 + 5x0.4 + 3x0.25