Code: Select all
3 2 4
1 1
-1 -1
1 1
Code: Select all
0 0
-1 -1
0 0
0 0
-1 -1
1 1
0 0
-1 -1
2 2
1 1
-1 -1
0 0
2 2
-1 -1
0 0
1 1
-1 -1
1 1
Moderator: Board moderators
Code: Select all
3 2 4
1 1
-1 -1
1 1
Code: Select all
0 0
-1 -1
0 0
0 0
-1 -1
1 1
0 0
-1 -1
2 2
1 1
-1 -1
0 0
2 2
-1 -1
0 0
1 1
-1 -1
1 1
It means that in the end no cell may contain more marbles than it had initially. Hence, solutionsFor the same reason, they do not want the final arrangement to have more stones than the initial grid configuration does.
Code: Select all
2 2
-1 -1
0 0
0 0
-1 -1
2 2
Code: Select all
5
1 2 0
-1 1
3 2 4
1 1
-1 1
1 0
4 4 20
8 9 0 -1
-1 2 1 9
9 2 3 6
5 -1 -1 -1
4 4 10
3 9 0 -1
-1 -1 -1 9
0 2 3 6
5 -1 2 -1
4 4 14
9 9 0 -1
-1 -1 -1 9
7 2 -1 6
5 -1 2 -1
Code: Select all
0
4
2784
18
65