question_id
stringlengths
17
17
image
imagewidth (px)
616
616
question
stringclasses
12 values
choices
listlengths
2
4
answer
stringclasses
8 values
grid_size
listlengths
2
2
metadata
dict
cnt_size_5x5_0100
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "5", "6", "4", "8" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 1, 0, 3, 3 ], [ 1, 1, 0, 0, 0 ], [ 3, 1, 0, 1, 2 ], [ 3, 2, 0, 2, 2 ], [ 2, 2, 0, 0, 2 ] ], "regions": { ...
cnt_size_5x5_0101
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "9", "3", "7", "1" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 0, 0 ], [ 1, 3, 0, 2, 0 ], [ 2, 0, 3, 2, 0 ], [ 2, 0, 3, 3, 3 ], [ 2, 0, 2, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0102
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "3", "9", "4", "0" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 0, 2, 1, 1 ], [ 0, 1, 2, 2, 1 ], [ 0, 1, 3, 0, 0 ], [ 2, 0, 3, 1, 2 ], [ 0, 0, 3, 1, 2 ] ], "regions": { ...
cnt_size_5x5_0103
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "5", "8", "3", "1" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 1, 3 ], [ 0, 0, 0, 1, 1 ], [ 0, 0, 0, 0, 1 ], [ 0, 1, 0, 2, 1 ], [ 0, 3, 2, 2, 2 ] ], "regions": { ...
cnt_size_5x5_0104
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "0", "7", "2", "4" ]
4
[ 5, 5 ]
{ "map": [ [ 3, 3, 0, 0, 1 ], [ 3, 3, 0, 0, 1 ], [ 0, 0, 2, 0, 0 ], [ 0, 0, 2, 2, 1 ], [ 1, 0, 2, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0105
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "5", "4", "6", "2" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 1, 1 ], [ 0, 0, 0, 0, 0 ], [ 3, 0, 0, 0, 3 ], [ 3, 0, 2, 0, 0 ], [ 3, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0106
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "9", "3", "5", "6" ]
3
[ 5, 5 ]
{ "map": [ [ 1, 1, 0, 0, 0 ], [ 1, 3, 0, 3, 1 ], [ 0, 3, 2, 3, 1 ], [ 0, 3, 2, 0, 0 ], [ 0, 0, 0, 3, 0 ] ], "regions": { ...
cnt_size_5x5_0107
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "0", "6", "5", "1" ]
6
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 2, 2 ], [ 0, 0, 0, 1, 3 ], [ 0, 2, 0, 1, 3 ], [ 0, 0, 0, 1, 3 ], [ 0, 0, 3, 3, 3 ] ], "regions": { ...
cnt_size_5x5_0108
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "5", "3", "4", "7" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 2 ], [ 0, 2, 2, 2, 3 ], [ 0, 1, 2, 1, 3 ] ], "regions": { ...
cnt_size_5x5_0109
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "6", "2", "9", "4" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 0, 1, 3, 0 ], [ 0, 0, 3, 1, 3 ], [ 0, 0, 3, 0, 0 ], [ 0, 2, 0, 1, 0 ], [ 0, 2, 0, 1, 0 ] ], "regions": { ...
cnt_size_5x5_0110
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "0", "4", "3", "8" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 0, 3, 1, 0 ], [ 0, 0, 0, 1, 2 ], [ 1, 0, 3, 3, 2 ], [ 1, 1, 0, 3, 0 ], [ 1, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0111
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "2", "3", "8", "1" ]
1
[ 5, 5 ]
{ "map": [ [ 2, 0, 3, 2, 2 ], [ 0, 0, 0, 0, 2 ], [ 2, 0, 0, 2, 0 ], [ 2, 1, 2, 0, 0 ], [ 0, 2, 2, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0112
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "0", "7", "6", "3" ]
3
[ 5, 5 ]
{ "map": [ [ 1, 1, 0, 2, 2 ], [ 1, 3, 0, 2, 1 ], [ 3, 3, 0, 0, 1 ], [ 0, 3, 2, 1, 0 ], [ 0, 2, 2, 1, 0 ] ], "regions": { ...
cnt_size_5x5_0113
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "1", "2", "5", "9" ]
5
[ 5, 5 ]
{ "map": [ [ 0, 2, 0, 0, 0 ], [ 3, 2, 2, 2, 0 ], [ 3, 2, 3, 3, 0 ], [ 3, 0, 0, 3, 0 ], [ 0, 0, 1, 3, 0 ] ], "regions": { ...
cnt_size_5x5_0114
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "0", "7", "4", "5" ]
4
[ 5, 5 ]
{ "map": [ [ 2, 0, 3, 3, 3 ], [ 2, 2, 0, 3, 3 ], [ 2, 3, 0, 1, 1 ], [ 0, 3, 0, 1, 0 ], [ 0, 2, 0, 1, 0 ] ], "regions": { ...
cnt_size_5x5_0115
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "2", "5", "4", "3" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 1, 1 ], [ 3, 1, 1, 0, 1 ], [ 1, 0, 3, 0, 0 ], [ 1, 0, 3, 2, 2 ], [ 0, 0, 0, 2, 3 ] ], "regions": { ...
cnt_size_5x5_0116
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "6", "1", "9", "4" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 2, 1 ], [ 0, 0, 0, 2, 2 ], [ 0, 0, 0, 2, 3 ], [ 0, 2, 0, 0, 3 ], [ 0, 2, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0117
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "4", "9", "3", "1" ]
4
[ 5, 5 ]
{ "map": [ [ 2, 0, 0, 3, 2 ], [ 2, 0, 0, 3, 2 ], [ 0, 0, 3, 3, 1 ], [ 0, 2, 2, 0, 1 ], [ 0, 3, 2, 2, 1 ] ], "regions": { ...
cnt_size_5x5_0118
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "7", "5", "2", "4" ]
4
[ 5, 5 ]
{ "map": [ [ 3, 1, 2, 0, 0 ], [ 1, 1, 3, 0, 0 ], [ 0, 1, 3, 0, 0 ], [ 0, 3, 3, 0, 0 ], [ 0, 2, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0119
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "8", "2", "6", "9" ]
2
[ 5, 5 ]
{ "map": [ [ 2, 3, 0, 0, 0 ], [ 0, 3, 2, 0, 0 ], [ 2, 0, 2, 2, 0 ], [ 2, 0, 0, 1, 2 ], [ 0, 0, 0, 1, 0 ] ], "regions": { ...
cnt_size_5x5_0120
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "2", "1", "0", "3" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 1, 2 ], [ 0, 0, 0, 1, 2 ], [ 0, 2, 0, 3, 0 ], [ 0, 2, 0, 3, 0 ], [ 0, 2, 0, 0, 2 ] ], "regions": { ...
cnt_size_5x5_0121
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "9", "5", "7", "4" ]
4
[ 5, 5 ]
{ "map": [ [ 2, 1, 1, 0, 0 ], [ 2, 1, 1, 1, 0 ], [ 0, 2, 3, 0, 0 ], [ 2, 2, 3, 0, 0 ], [ 0, 2, 3, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0122
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "0", "4", "1", "9" ]
4
[ 5, 5 ]
{ "map": [ [ 3, 3, 0, 0, 0 ], [ 3, 0, 0, 0, 0 ], [ 0, 0, 2, 0, 1 ], [ 0, 2, 2, 3, 3 ], [ 0, 0, 2, 3, 3 ] ], "regions": { ...
cnt_size_5x5_0123
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "5", "4", "3", "0" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 0, 0 ], [ 2, 2, 0, 0, 2 ], [ 2, 1, 0, 0, 0 ], [ 2, 1, 0, 0, 0 ], [ 3, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0124
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "2", "9", "4", "1" ]
4
[ 5, 5 ]
{ "map": [ [ 1, 1, 0, 0, 2 ], [ 1, 2, 0, 2, 2 ], [ 0, 2, 0, 0, 2 ], [ 3, 0, 0, 0, 0 ], [ 3, 3, 1, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0125
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "8", "7", "9", "4" ]
4
[ 5, 5 ]
{ "map": [ [ 1, 0, 1, 0, 0 ], [ 1, 1, 0, 0, 3 ], [ 0, 0, 0, 3, 3 ], [ 0, 0, 2, 0, 3 ], [ 1, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0126
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "4", "6", "3", "9" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 2, 0, 0, 2 ], [ 2, 2, 3, 0, 2 ], [ 1, 2, 3, 0, 0 ], [ 1, 0, 0, 2, 2 ], [ 1, 0, 0, 2, 0 ] ], "regions": { ...
cnt_size_5x5_0127
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "1", "9", "5", "3" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 3, 0, 0, 0 ], [ 2, 3, 0, 2, 0 ], [ 1, 2, 0, 2, 0 ], [ 2, 2, 3, 0, 2 ], [ 0, 0, 0, 0, 2 ] ], "regions": { ...
cnt_size_5x5_0128
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "3", "6", "1", "4" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 2, 0, 0, 3 ], [ 0, 0, 2, 0, 0 ], [ 3, 3, 3, 0, 2 ], [ 3, 0, 0, 1, 2 ], [ 0, 0, 0, 2, 2 ] ], "regions": { ...
cnt_size_5x5_0129
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "5", "8", "4", "0" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 0, 3, 3, 1 ], [ 1, 0, 0, 3, 1 ], [ 1, 1, 0, 3, 0 ], [ 1, 0, 1, 2, 2 ], [ 0, 0, 1, 2, 2 ] ], "regions": { ...
cnt_size_5x5_0130
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "6", "1", "7", "4" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 1, 1, 1, 0 ], [ 0, 0, 0, 0, 1 ], [ 2, 0, 0, 2, 2 ], [ 0, 2, 1, 3, 2 ], [ 2, 2, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0131
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "8", "1", "6", "3" ]
1
[ 5, 5 ]
{ "map": [ [ 2, 0, 0, 3, 3 ], [ 2, 0, 1, 0, 3 ], [ 0, 1, 0, 0, 3 ], [ 0, 0, 0, 0, 0 ], [ 3, 2, 2, 2, 0 ] ], "regions": { ...
cnt_size_5x5_0132
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "3", "7", "0", "8" ]
3
[ 5, 5 ]
{ "map": [ [ 3, 2, 3, 3, 3 ], [ 3, 2, 0, 0, 0 ], [ 3, 2, 0, 1, 0 ], [ 0, 0, 0, 1, 0 ], [ 0, 0, 0, 0, 3 ] ], "regions": { ...
cnt_size_5x5_0133
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "1", "0", "6", "4" ]
6
[ 5, 5 ]
{ "map": [ [ 2, 2, 0, 0, 2 ], [ 2, 0, 0, 2, 2 ], [ 2, 0, 2, 2, 1 ], [ 3, 0, 0, 1, 1 ], [ 0, 0, 1, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0134
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "0", "1", "3", "4" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 1, 0, 1, 0 ], [ 0, 1, 3, 1, 0 ], [ 2, 0, 0, 0, 1 ], [ 3, 1, 1, 0, 1 ], [ 0, 1, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0135
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "8", "2", "6", "1" ]
2
[ 5, 5 ]
{ "map": [ [ 3, 0, 0, 0, 1 ], [ 3, 0, 0, 0, 1 ], [ 0, 0, 0, 1, 2 ], [ 0, 0, 2, 1, 0 ], [ 2, 0, 2, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0136
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "0", "2", "6", "5" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 3, 3 ], [ 0, 0, 0, 1, 0 ], [ 0, 0, 0, 1, 0 ], [ 0, 0, 2, 0, 0 ], [ 3, 3, 2, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0137
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "3", "4", "7", "9" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 0, 3, 3, 2 ], [ 1, 2, 3, 0, 0 ], [ 0, 2, 1, 0, 0 ], [ 2, 1, 1, 0, 2 ], [ 0, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0138
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "4", "1", "5", "2" ]
1
[ 5, 5 ]
{ "map": [ [ 3, 3, 0, 3, 0 ], [ 1, 3, 0, 3, 2 ], [ 0, 3, 0, 3, 2 ], [ 0, 3, 0, 2, 2 ], [ 0, 0, 0, 2, 2 ] ], "regions": { ...
cnt_size_5x5_0139
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "8", "5", "2", "9" ]
2
[ 5, 5 ]
{ "map": [ [ 2, 0, 3, 3, 3 ], [ 2, 0, 0, 3, 0 ], [ 0, 0, 2, 2, 1 ], [ 3, 3, 0, 0, 1 ], [ 3, 3, 0, 0, 3 ] ], "regions": { ...
cnt_size_5x5_0140
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "7", "3", "2", "1" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 2, 2 ], [ 3, 0, 0, 2, 2 ], [ 3, 2, 0, 1, 2 ], [ 3, 2, 0, 1, 0 ], [ 0, 2, 1, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0141
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "1", "0", "8", "7" ]
1
[ 5, 5 ]
{ "map": [ [ 2, 0, 0, 0, 0 ], [ 2, 2, 2, 0, 0 ], [ 3, 1, 0, 0, 2 ], [ 1, 1, 1, 0, 2 ], [ 0, 1, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0142
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "1", "4", "6", "7" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 3, 3, 1, 0 ], [ 2, 3, 1, 0, 0 ], [ 2, 2, 2, 0, 0 ], [ 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0143
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "3", "2", "6", "8" ]
2
[ 5, 5 ]
{ "map": [ [ 2, 0, 0, 2, 3 ], [ 2, 0, 0, 2, 2 ], [ 0, 1, 2, 0, 1 ], [ 0, 0, 0, 0, 1 ], [ 1, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0144
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "0", "9", "2", "8" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 2, 0, 3, 0 ], [ 0, 0, 1, 1, 0 ], [ 0, 2, 0, 1, 0 ], [ 3, 2, 0, 2, 0 ], [ 3, 3, 1, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0145
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "4", "7", "5", "1" ]
1
[ 5, 5 ]
{ "map": [ [ 1, 0, 3, 2, 0 ], [ 3, 1, 3, 0, 1 ], [ 0, 1, 0, 1, 1 ], [ 0, 1, 0, 0, 0 ], [ 0, 2, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0146
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "4", "9", "1", "7" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 2, 2, 0 ], [ 0, 0, 2, 2, 1 ], [ 0, 0, 0, 0, 1 ], [ 0, 0, 2, 3, 1 ], [ 0, 0, 0, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0147
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "1", "2", "0", "5" ]
2
[ 5, 5 ]
{ "map": [ [ 2, 0, 0, 3, 0 ], [ 2, 0, 0, 0, 0 ], [ 2, 0, 0, 0, 1 ], [ 3, 0, 3, 0, 3 ], [ 0, 0, 3, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0148
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "1", "3", "2", "9" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 3, 3, 1, 0 ], [ 2, 3, 0, 1, 1 ], [ 2, 0, 0, 1, 1 ], [ 2, 2, 0, 2, 0 ], [ 2, 0, 2, 2, 0 ] ], "regions": { ...
cnt_size_5x5_0149
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "9", "4", "0", "5" ]
4
[ 5, 5 ]
{ "map": [ [ 1, 1, 1, 3, 3 ], [ 0, 0, 1, 3, 3 ], [ 0, 0, 3, 0, 3 ], [ 0, 1, 3, 2, 2 ], [ 0, 1, 3, 2, 2 ] ], "regions": { ...
cnt_size_5x5_0150
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "8", "5", "9", "1" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 2, 0, 2, 1 ], [ 0, 2, 3, 0, 1 ], [ 0, 2, 0, 0, 0 ], [ 0, 2, 1, 0, 0 ], [ 0, 0, 1, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0151
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "2", "1", "7", "4" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 3, 0 ], [ 0, 0, 0, 3, 2 ], [ 1, 0, 0, 0, 2 ], [ 0, 0, 0, 3, 0 ], [ 0, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0152
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "1", "2", "4", "3" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 3, 3, 2, 1 ], [ 3, 3, 3, 2, 1 ], [ 0, 3, 1, 2, 0 ], [ 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0153
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "6", "3", "2", "7" ]
2
[ 5, 5 ]
{ "map": [ [ 3, 3, 2, 2, 2 ], [ 0, 0, 2, 2, 0 ], [ 2, 0, 0, 0, 1 ], [ 2, 2, 0, 0, 1 ], [ 2, 2, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0154
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "3", "7", "9", "5" ]
3
[ 5, 5 ]
{ "map": [ [ 3, 1, 1, 2, 2 ], [ 2, 2, 0, 2, 1 ], [ 0, 1, 0, 0, 2 ], [ 0, 1, 0, 0, 0 ], [ 0, 1, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0155
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "4", "0", "8", "1" ]
4
[ 5, 5 ]
{ "map": [ [ 2, 2, 1, 3, 2 ], [ 2, 1, 3, 3, 0 ], [ 0, 1, 0, 0, 0 ], [ 1, 1, 0, 0, 0 ], [ 2, 2, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0156
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "4", "9", "5", "6" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 0, 3, 0, 0 ], [ 1, 3, 3, 0, 0 ], [ 2, 1, 3, 0, 2 ], [ 2, 1, 0, 2, 2 ], [ 2, 1, 0, 2, 2 ] ], "regions": { ...
cnt_size_5x5_0157
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "9", "1", "4", "6" ]
1
[ 5, 5 ]
{ "map": [ [ 3, 0, 0, 0, 0 ], [ 0, 1, 0, 1, 1 ], [ 2, 0, 0, 2, 1 ], [ 0, 0, 2, 2, 1 ], [ 0, 0, 0, 2, 1 ] ], "regions": { ...
cnt_size_5x5_0158
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "8", "0", "1", "9" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 3, 2, 2, 2 ], [ 0, 3, 0, 2, 0 ], [ 0, 0, 1, 0, 0 ], [ 0, 0, 2, 3, 3 ], [ 0, 2, 2, 3, 3 ] ], "regions": { ...
cnt_size_5x5_0159
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "9", "3", "8", "0" ]
3
[ 5, 5 ]
{ "map": [ [ 2, 0, 0, 2, 0 ], [ 3, 3, 0, 2, 3 ], [ 1, 3, 1, 1, 3 ], [ 1, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 3 ] ], "regions": { ...
cnt_size_5x5_0160
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "5", "3", "8", "1" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 1, 0, 0, 2 ], [ 0, 0, 0, 3, 3 ], [ 0, 2, 1, 0, 3 ], [ 0, 0, 1, 0, 1 ], [ 0, 0, 0, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0161
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "4", "2", "3", "7" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 2, 2, 0, 1 ], [ 0, 1, 0, 0, 1 ], [ 3, 3, 3, 1, 0 ], [ 0, 2, 2, 1, 0 ], [ 0, 0, 2, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0162
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "1", "6", "3", "2" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 0, 2, 0, 0 ], [ 0, 0, 1, 0, 0 ], [ 0, 0, 3, 0, 1 ], [ 0, 0, 0, 3, 1 ], [ 1, 0, 0, 3, 2 ] ], "regions": { ...
cnt_size_5x5_0163
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "5", "2", "8", "4" ]
5
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 0, 1 ], [ 0, 0, 0, 1, 1 ], [ 2, 3, 0, 0, 2 ], [ 3, 3, 2, 0, 2 ], [ 3, 3, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0164
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "3", "1", "7", "5" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 1, 1, 0, 0 ], [ 0, 2, 1, 0, 2 ], [ 2, 2, 1, 0, 3 ], [ 0, 0, 1, 3, 3 ], [ 2, 0, 0, 0, 3 ] ], "regions": { ...
cnt_size_5x5_0165
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "6", "4", "9", "3" ]
3
[ 5, 5 ]
{ "map": [ [ 1, 1, 2, 0, 0 ], [ 2, 0, 2, 0, 0 ], [ 2, 3, 2, 0, 0 ], [ 2, 3, 0, 0, 0 ], [ 3, 3, 2, 2, 2 ] ], "regions": { ...
cnt_size_5x5_0166
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "2", "4", "3", "8" ]
2
[ 5, 5 ]
{ "map": [ [ 3, 3, 0, 0, 0 ], [ 3, 3, 0, 0, 1 ], [ 1, 1, 1, 0, 0 ], [ 2, 1, 3, 0, 0 ], [ 2, 0, 3, 2, 2 ] ], "regions": { ...
cnt_size_5x5_0167
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "9", "1", "3", "6" ]
3
[ 5, 5 ]
{ "map": [ [ 2, 2, 3, 1, 0 ], [ 0, 2, 3, 0, 3 ], [ 0, 0, 2, 3, 3 ], [ 0, 2, 2, 0, 1 ], [ 0, 0, 1, 1, 0 ] ], "regions": { ...
cnt_size_5x5_0168
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "1", "2", "9", "8" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 2, 3 ], [ 0, 2, 0, 2, 3 ], [ 1, 2, 0, 0, 0 ], [ 1, 0, 0, 0, 0 ], [ 1, 2, 2, 2, 0 ] ], "regions": { ...
cnt_size_5x5_0169
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "5", "4", "8", "1" ]
5
[ 5, 5 ]
{ "map": [ [ 3, 3, 1, 1, 1 ], [ 3, 0, 0, 1, 0 ], [ 3, 0, 2, 3, 2 ], [ 3, 2, 2, 3, 2 ], [ 0, 2, 2, 3, 0 ] ], "regions": { ...
cnt_size_5x5_0170
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "1", "3", "7", "4" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 0, 0 ], [ 0, 3, 0, 0, 0 ], [ 1, 3, 3, 0, 0 ], [ 1, 1, 1, 1, 0 ], [ 2, 2, 1, 3, 3 ] ], "regions": { ...
cnt_size_5x5_0171
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "4", "3", "7", "1" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 0, 0 ], [ 0, 1, 0, 0, 3 ], [ 1, 1, 1, 0, 1 ], [ 0, 1, 2, 2, 1 ], [ 0, 2, 2, 2, 1 ] ], "regions": { ...
cnt_size_5x5_0172
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "0", "8", "9", "2" ]
2
[ 5, 5 ]
{ "map": [ [ 1, 1, 2, 0, 1 ], [ 1, 0, 2, 3, 1 ], [ 0, 0, 0, 3, 1 ], [ 0, 3, 0, 0, 0 ], [ 0, 0, 1, 1, 2 ] ], "regions": { ...
cnt_size_5x5_0173
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "0", "5", "7", "4" ]
4
[ 5, 5 ]
{ "map": [ [ 3, 0, 0, 0, 0 ], [ 3, 0, 0, 0, 0 ], [ 1, 3, 2, 2, 0 ], [ 1, 0, 0, 2, 1 ], [ 1, 0, 1, 2, 0 ] ], "regions": { ...
cnt_size_5x5_0174
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "0", "3", "4", "5" ]
3
[ 5, 5 ]
{ "map": [ [ 2, 3, 0, 0, 1 ], [ 1, 0, 0, 2, 1 ], [ 1, 0, 3, 2, 0 ], [ 0, 3, 3, 2, 0 ], [ 1, 1, 1, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0175
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "4", "3", "7", "2" ]
4
[ 5, 5 ]
{ "map": [ [ 3, 3, 0, 0, 0 ], [ 0, 3, 3, 2, 0 ], [ 2, 0, 0, 0, 2 ], [ 2, 2, 0, 0, 0 ], [ 1, 1, 1, 2, 0 ] ], "regions": { ...
cnt_size_5x5_0176
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "8", "0", "7", "3" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 0, 2, 0, 2 ], [ 3, 0, 2, 0, 2 ], [ 0, 2, 0, 1, 1 ], [ 3, 2, 0, 0, 1 ], [ 3, 0, 3, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0177
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "3", "7", "2", "4" ]
3
[ 5, 5 ]
{ "map": [ [ 1, 0, 1, 0, 2 ], [ 0, 3, 1, 2, 0 ], [ 3, 3, 1, 0, 0 ], [ 1, 1, 2, 0, 0 ], [ 1, 2, 2, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0178
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "7", "0", "4", "2" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0 ], [ 0, 0, 0, 2, 2 ], [ 0, 0, 1, 0, 0 ], [ 0, 0, 3, 1, 0 ] ], "regions": { ...
cnt_size_5x5_0179
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "0", "1", "9", "4" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 1, 2, 2, 0 ], [ 0, 1, 2, 3, 3 ], [ 2, 0, 0, 3, 1 ], [ 2, 2, 1, 3, 0 ], [ 2, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0180
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "0", "4", "3", "6" ]
3
[ 5, 5 ]
{ "map": [ [ 3, 3, 0, 0, 0 ], [ 3, 1, 0, 0, 1 ], [ 3, 1, 0, 0, 3 ], [ 0, 1, 0, 0, 2 ], [ 0, 0, 0, 3, 0 ] ], "regions": { ...
cnt_size_5x5_0181
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "8", "2", "7", "1" ]
1
[ 5, 5 ]
{ "map": [ [ 1, 0, 0, 0, 0 ], [ 1, 2, 0, 2, 0 ], [ 2, 0, 0, 3, 0 ], [ 0, 2, 0, 3, 0 ], [ 3, 3, 0, 3, 0 ] ], "regions": { ...
cnt_size_5x5_0182
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "6", "7", "1", "4" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 1, 0, 2, 0 ], [ 0, 0, 0, 2, 0 ], [ 0, 3, 1, 1, 0 ], [ 1, 1, 0, 1, 0 ], [ 1, 1, 0, 2, 0 ] ], "regions": { ...
cnt_size_5x5_0183
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "3", "1", "6", "7" ]
6
[ 5, 5 ]
{ "map": [ [ 0, 1, 0, 0, 0 ], [ 0, 1, 1, 2, 1 ], [ 1, 1, 3, 2, 0 ], [ 0, 1, 3, 2, 0 ], [ 0, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0184
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "2", "0", "3", "4" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 2, 0, 0, 1 ], [ 0, 0, 0, 0, 1 ], [ 0, 3, 0, 0, 0 ], [ 3, 3, 0, 1, 0 ], [ 0, 3, 1, 1, 3 ] ], "regions": { ...
cnt_size_5x5_0185
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "9", "4", "8", "1" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 3, 3, 1 ], [ 0, 0, 0, 3, 0 ], [ 1, 0, 3, 0, 1 ], [ 1, 0, 3, 1, 1 ], [ 1, 0, 0, 2, 1 ] ], "regions": { ...
cnt_size_5x5_0186
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "1", "7", "5", "8" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 2, 2 ], [ 0, 0, 0, 0, 2 ], [ 0, 0, 0, 0, 0 ], [ 0, 3, 0, 1, 0 ], [ 0, 0, 3, 1, 2 ] ], "regions": { ...
cnt_size_5x5_0187
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "2", "8", "9", "7" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 0, 3, 0, 0 ], [ 1, 3, 3, 3, 0 ], [ 1, 0, 1, 1, 0 ], [ 1, 2, 1, 1, 1 ], [ 1, 2, 3, 3, 3 ] ], "regions": { ...
cnt_size_5x5_0188
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "6", "5", "0", "1" ]
1
[ 5, 5 ]
{ "map": [ [ 3, 3, 0, 0, 0 ], [ 0, 0, 0, 2, 3 ], [ 3, 3, 1, 2, 3 ], [ 0, 3, 0, 0, 2 ], [ 1, 0, 0, 2, 2 ] ], "regions": { ...
cnt_size_5x5_0189
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "5", "9", "6", "1" ]
6
[ 5, 5 ]
{ "map": [ [ 2, 2, 0, 1, 1 ], [ 2, 0, 2, 1, 1 ], [ 0, 0, 2, 0, 1 ], [ 0, 0, 0, 0, 1 ], [ 0, 0, 0, 0, 3 ] ], "regions": { ...
cnt_size_5x5_0190
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "7", "0", "1", "5" ]
5
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 3, 3 ], [ 0, 1, 3, 3, 1 ], [ 1, 1, 0, 3, 1 ], [ 0, 2, 0, 1, 1 ], [ 2, 2, 2, 1, 2 ] ], "regions": { ...
cnt_size_5x5_0191
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "5", "3", "1", "0" ]
3
[ 5, 5 ]
{ "map": [ [ 3, 3, 3, 0, 0 ], [ 2, 3, 3, 0, 0 ], [ 2, 2, 0, 0, 0 ], [ 2, 0, 0, 0, 1 ], [ 3, 3, 0, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0192
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "0", "1", "5", "4" ]
4
[ 5, 5 ]
{ "map": [ [ 1, 1, 1, 0, 0 ], [ 3, 1, 0, 3, 0 ], [ 3, 2, 2, 3, 1 ], [ 3, 0, 3, 0, 0 ], [ 3, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0193
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "8", "4", "1", "9" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 1, 0, 1 ], [ 0, 1, 1, 0, 2 ], [ 0, 0, 1, 0, 0 ], [ 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 3 ] ], "regions": { ...
cnt_size_5x5_0194
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "3", "7", "1", "9" ]
1
[ 5, 5 ]
{ "map": [ [ 3, 3, 3, 0, 2 ], [ 3, 0, 3, 0, 2 ], [ 0, 0, 0, 0, 0 ], [ 0, 0, 0, 1, 3 ], [ 0, 0, 0, 2, 0 ] ], "regions": { ...
cnt_size_5x5_0195
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "6", "3", "1", "7" ]
6
[ 5, 5 ]
{ "map": [ [ 0, 1, 1, 0, 0 ], [ 0, 1, 1, 0, 0 ], [ 2, 3, 1, 0, 2 ], [ 2, 3, 0, 2, 2 ], [ 2, 3, 2, 2, 2 ] ], "regions": { ...
cnt_size_5x5_0196
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest blue region in the image?
[ "8", "1", "7", "3" ]
3
[ 5, 5 ]
{ "map": [ [ 2, 2, 3, 3, 3 ], [ 0, 2, 0, 0, 1 ], [ 0, 0, 0, 1, 1 ], [ 0, 0, 2, 0, 0 ], [ 2, 2, 0, 2, 0 ] ], "regions": { ...
cnt_size_5x5_0197
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest red region in the image?
[ "3", "0", "1", "8" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 1, 3, 0, 2 ], [ 0, 3, 3, 0, 1 ], [ 0, 1, 0, 0, 1 ], [ 0, 1, 3, 0, 0 ], [ 0, 0, 0, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0198
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "1", "2", "0", "5" ]
2
[ 5, 5 ]
{ "map": [ [ 2, 0, 0, 3, 3 ], [ 0, 1, 2, 0, 0 ], [ 0, 0, 2, 0, 0 ], [ 0, 0, 0, 0, 2 ], [ 0, 0, 2, 1, 2 ] ], "regions": { ...
cnt_size_5x5_0199
In the image, the grid is composed of colored tiles. A region is defined as a group of tiles that are connected up, down, left, or right and share the same color. Diagonal connections do not count as connected. What is the size (in number of tiles) of the largest green region in the image?
[ "0", "3", "9", "8" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 1, 1 ], [ 0, 2, 3, 0, 2 ], [ 0, 2, 3, 3, 0 ], [ 0, 2, 3, 0, 0 ], [ 0, 3, 3, 0, 0 ] ], "regions": { ...