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_0200
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", "7", "3" ]
3
[ 5, 5 ]
{ "map": [ [ 3, 0, 0, 3, 2 ], [ 3, 1, 0, 1, 2 ], [ 0, 1, 0, 1, 2 ], [ 0, 1, 0, 0, 0 ], [ 0, 1, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0201
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", "5", "8", "3" ]
1
[ 5, 5 ]
{ "map": [ [ 2, 0, 3, 0, 1 ], [ 0, 0, 3, 0, 0 ], [ 0, 3, 3, 0, 0 ], [ 0, 0, 0, 0, 3 ], [ 0, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0202
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", "6", "2", "3" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 2, 1, 0, 0 ], [ 0, 3, 1, 1, 0 ], [ 3, 1, 1, 2, 0 ], [ 3, 3, 2, 2, 2 ], [ 3, 0, 0, 2, 0 ] ], "regions": { ...
cnt_size_5x5_0203
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", "1", "5", "7" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 0, 0 ], [ 1, 0, 0, 2, 0 ], [ 0, 1, 3, 2, 0 ], [ 2, 1, 0, 2, 0 ], [ 0, 0, 0, 1, 0 ] ], "regions": { ...
cnt_size_5x5_0204
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", "7", "4", "0" ]
4
[ 5, 5 ]
{ "map": [ [ 3, 3, 3, 0, 0 ], [ 1, 3, 3, 0, 0 ], [ 1, 1, 2, 0, 0 ], [ 1, 0, 2, 2, 1 ], [ 1, 0, 2, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0205
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", "6", "1" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 3, 0 ], [ 0, 1, 1, 1, 1 ], [ 0, 0, 1, 2, 0 ], [ 0, 0, 2, 0, 0 ], [ 0, 0, 0, 0, 2 ] ], "regions": { ...
cnt_size_5x5_0206
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", "6", "3", "4" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 3, 0, 0, 3 ], [ 0, 3, 1, 1, 2 ], [ 0, 0, 0, 1, 2 ], [ 2, 0, 0, 1, 0 ], [ 2, 2, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0207
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", "5", "1" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 3, 1, 0, 0 ], [ 0, 3, 1, 0, 0 ], [ 0, 0, 0, 2, 3 ], [ 1, 1, 3, 2, 3 ], [ 0, 3, 3, 2, 0 ] ], "regions": { ...
cnt_size_5x5_0208
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", "4", "2", "0" ]
2
[ 5, 5 ]
{ "map": [ [ 1, 0, 0, 2, 0 ], [ 0, 0, 2, 0, 0 ], [ 0, 0, 2, 3, 1 ], [ 0, 0, 0, 1, 1 ], [ 0, 0, 0, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0209
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", "3", "9", "5" ]
3
[ 5, 5 ]
{ "map": [ [ 1, 0, 2, 3, 0 ], [ 1, 0, 2, 3, 2 ], [ 1, 0, 1, 2, 2 ], [ 3, 0, 0, 3, 0 ], [ 3, 3, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0210
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", "9", "0", "5" ]
5
[ 5, 5 ]
{ "map": [ [ 0, 0, 3, 3, 1 ], [ 0, 0, 3, 3, 1 ], [ 2, 2, 0, 3, 2 ], [ 2, 2, 0, 0, 1 ], [ 2, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0211
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", "7", "4", "8" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 2, 2, 2, 0 ], [ 3, 2, 3, 0, 0 ], [ 3, 0, 0, 0, 2 ], [ 3, 0, 3, 1, 1 ], [ 0, 0, 3, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0212
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", "4", "3" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 3, 3 ], [ 2, 0, 0, 0, 3 ], [ 2, 0, 0, 1, 3 ], [ 0, 3, 0, 1, 0 ], [ 0, 3, 0, 1, 0 ] ], "regions": { ...
cnt_size_5x5_0213
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", "5", "7" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 1, 2, 3, 0 ], [ 0, 1, 2, 0, 0 ], [ 1, 0, 0, 0, 2 ], [ 1, 1, 0, 0, 2 ], [ 1, 2, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0214
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", "0", "3", "7" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 3, 0, 1, 0 ], [ 2, 2, 0, 1, 0 ], [ 0, 2, 0, 0, 0 ], [ 0, 0, 0, 2, 0 ], [ 0, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0215
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", "8", "9", "1" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 2, 0 ], [ 0, 3, 2, 2, 0 ], [ 3, 3, 0, 2, 3 ], [ 0, 3, 2, 1, 3 ], [ 0, 2, 2, 3, 3 ] ], "regions": { ...
cnt_size_5x5_0216
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", "2", "8" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 2, 0 ], [ 1, 1, 0, 2, 0 ], [ 2, 2, 0, 1, 2 ], [ 0, 1, 0, 1, 2 ], [ 1, 1, 3, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0217
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", "7", "5", "4" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 3, 0, 2, 1 ], [ 3, 3, 0, 0, 1 ], [ 0, 2, 3, 2, 0 ], [ 0, 2, 0, 2, 1 ], [ 0, 0, 0, 0, 1 ] ], "regions": { ...
cnt_size_5x5_0218
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", "2", "3", "6" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 0, 1 ], [ 3, 1, 0, 2, 1 ], [ 3, 0, 1, 2, 0 ], [ 0, 0, 0, 2, 3 ], [ 0, 0, 1, 1, 0 ] ], "regions": { ...
cnt_size_5x5_0219
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", "7", "4", "5" ]
5
[ 5, 5 ]
{ "map": [ [ 1, 0, 3, 3, 1 ], [ 0, 0, 0, 3, 1 ], [ 0, 3, 2, 3, 1 ], [ 0, 3, 0, 0, 1 ], [ 3, 3, 0, 0, 1 ] ], "regions": { ...
cnt_size_5x5_0220
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", "4", "1", "6" ]
4
[ 5, 5 ]
{ "map": [ [ 2, 2, 0, 2, 2 ], [ 2, 0, 0, 2, 0 ], [ 2, 1, 3, 0, 3 ], [ 1, 1, 2, 2, 3 ], [ 1, 0, 2, 3, 3 ] ], "regions": { ...
cnt_size_5x5_0221
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", "9", "6" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 3, 3, 1, 1 ], [ 2, 0, 3, 1, 1 ], [ 2, 0, 3, 0, 0 ], [ 0, 0, 2, 0, 0 ], [ 3, 2, 2, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0222
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", "1", "0" ]
3
[ 5, 5 ]
{ "map": [ [ 1, 3, 1, 0, 3 ], [ 1, 0, 3, 0, 3 ], [ 0, 1, 0, 0, 0 ], [ 0, 1, 0, 0, 2 ], [ 0, 1, 0, 0, 2 ] ], "regions": { ...
cnt_size_5x5_0223
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", "2", "4", "1" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 2, 2, 2, 0 ], [ 0, 2, 2, 1, 0 ], [ 0, 0, 2, 0, 0 ], [ 0, 0, 1, 3, 0 ], [ 0, 1, 1, 1, 0 ] ], "regions": { ...
cnt_size_5x5_0224
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", "7" ]
3
[ 5, 5 ]
{ "map": [ [ 3, 2, 0, 2, 2 ], [ 3, 0, 0, 0, 2 ], [ 3, 0, 3, 0, 2 ], [ 1, 0, 0, 1, 0 ], [ 0, 0, 0, 1, 0 ] ], "regions": { ...
cnt_size_5x5_0225
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", "2", "1", "6" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 1, 0, 2, 0 ], [ 1, 1, 0, 2, 0 ], [ 0, 1, 0, 2, 2 ], [ 3, 0, 1, 1, 1 ], [ 1, 0, 0, 3, 3 ] ], "regions": { ...
cnt_size_5x5_0226
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", "4", "1", "6" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 3, 2 ], [ 0, 0, 3, 3, 2 ], [ 0, 0, 0, 3, 2 ], [ 1, 0, 3, 1, 2 ], [ 1, 1, 0, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0227
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", "9", "6", "8" ]
1
[ 5, 5 ]
{ "map": [ [ 3, 3, 0, 0, 0 ], [ 1, 0, 0, 0, 0 ], [ 1, 0, 0, 0, 0 ], [ 0, 2, 0, 0, 0 ], [ 0, 0, 0, 0, 2 ] ], "regions": { ...
cnt_size_5x5_0228
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", "5", "8", "6" ]
5
[ 5, 5 ]
{ "map": [ [ 0, 0, 3, 3, 0 ], [ 0, 2, 3, 3, 0 ], [ 0, 2, 0, 3, 0 ], [ 0, 2, 1, 1, 1 ], [ 0, 0, 0, 3, 1 ] ], "regions": { ...
cnt_size_5x5_0229
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", "3", "4", "7" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 1, 0, 3, 3 ], [ 1, 1, 0, 2, 2 ], [ 2, 0, 3, 0, 2 ], [ 3, 3, 0, 0, 0 ], [ 3, 0, 3, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0230
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", "9", "6" ]
4
[ 5, 5 ]
{ "map": [ [ 1, 1, 0, 2, 2 ], [ 1, 0, 3, 2, 2 ], [ 1, 0, 0, 0, 0 ], [ 2, 0, 0, 0, 0 ], [ 1, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0231
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", "8", "3" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 2, 0, 3, 0 ], [ 0, 2, 0, 2, 3 ], [ 1, 1, 1, 2, 3 ], [ 2, 2, 0, 0, 0 ], [ 2, 0, 1, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0232
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", "7", "1", "4" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 1, 3, 3, 0 ], [ 1, 0, 2, 0, 0 ], [ 0, 0, 0, 0, 3 ], [ 0, 0, 1, 0, 0 ], [ 0, 3, 3, 3, 0 ] ], "regions": { ...
cnt_size_5x5_0233
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", "7", "4", "1" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 2, 1, 1, 1 ], [ 2, 2, 1, 3, 0 ], [ 2, 0, 0, 3, 2 ], [ 0, 0, 0, 0, 0 ], [ 2, 2, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0234
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", "8", "5", "1" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 0, 0 ], [ 0, 0, 2, 0, 0 ], [ 0, 0, 2, 3, 2 ], [ 2, 0, 2, 0, 2 ], [ 1, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0235
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", "5", "2", "3" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 2 ], [ 1, 0, 0, 0, 2 ], [ 1, 0, 2, 1, 3 ], [ 2, 3, 3, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0236
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", "9", "1", "7" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 2, 2, 0, 0 ], [ 1, 0, 2, 1, 0 ], [ 3, 0, 1, 0, 0 ], [ 0, 0, 1, 0, 0 ], [ 1, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0237
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", "6", "5", "0" ]
3
[ 5, 5 ]
{ "map": [ [ 1, 2, 2, 2, 1 ], [ 1, 1, 3, 1, 1 ], [ 1, 3, 3, 0, 1 ], [ 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 3 ] ], "regions": { ...
cnt_size_5x5_0238
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", "6", "1", "3" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 3, 2, 0, 0 ], [ 3, 3, 2, 0, 1 ], [ 0, 0, 0, 2, 3 ], [ 0, 2, 0, 2, 0 ], [ 2, 2, 0, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0239
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", "5", "2", "4" ]
4
[ 5, 5 ]
{ "map": [ [ 3, 3, 0, 0, 0 ], [ 3, 2, 0, 3, 0 ], [ 3, 0, 0, 3, 0 ], [ 0, 0, 0, 0, 3 ], [ 1, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0240
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", "4", "3", "7" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 3, 0 ], [ 0, 2, 1, 3, 3 ], [ 3, 1, 1, 3, 0 ], [ 3, 3, 2, 1, 0 ], [ 0, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0241
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", "5", "7", "9" ]
5
[ 5, 5 ]
{ "map": [ [ 0, 2, 2, 0, 0 ], [ 0, 0, 2, 2, 0 ], [ 0, 3, 2, 1, 2 ], [ 3, 3, 3, 1, 1 ], [ 1, 3, 0, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0242
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", "9", "3", "1" ]
3
[ 5, 5 ]
{ "map": [ [ 2, 2, 2, 3, 3 ], [ 3, 0, 0, 1, 0 ], [ 3, 3, 0, 1, 2 ], [ 1, 1, 2, 0, 2 ], [ 1, 0, 2, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0243
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", "3", "5", "2" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 3, 3, 1, 3 ], [ 1, 0, 1, 0, 3 ], [ 1, 0, 0, 0, 0 ], [ 0, 3, 2, 0, 0 ], [ 0, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0244
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", "9", "4", "2" ]
4
[ 5, 5 ]
{ "map": [ [ 1, 1, 0, 3, 0 ], [ 0, 0, 3, 3, 2 ], [ 0, 0, 0, 3, 2 ], [ 3, 0, 0, 0, 0 ], [ 2, 0, 3, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0245
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", "6", "8", "3" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 0, 0 ], [ 3, 1, 1, 3, 0 ], [ 0, 1, 3, 3, 3 ], [ 2, 1, 2, 0, 1 ], [ 2, 2, 0, 0, 1 ] ], "regions": { ...
cnt_size_5x5_0246
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", "7", "3", "4" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 0, 2, 0, 3 ], [ 0, 0, 1, 1, 3 ], [ 0, 1, 1, 0, 0 ], [ 1, 0, 0, 0, 2 ], [ 0, 0, 0, 2, 2 ] ], "regions": { ...
cnt_size_5x5_0247
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", "4", "5", "2" ]
5
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 0, 2 ], [ 0, 1, 0, 0, 2 ], [ 0, 0, 0, 3, 2 ], [ 0, 0, 3, 3, 3 ], [ 0, 1, 1, 1, 3 ] ], "regions": { ...
cnt_size_5x5_0248
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", "0", "5", "2" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 3, 2 ], [ 0, 0, 0, 3, 0 ], [ 1, 0, 1, 0, 0 ], [ 2, 0, 1, 0, 2 ], [ 2, 2, 0, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0249
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", "1", "6", "3" ]
6
[ 5, 5 ]
{ "map": [ [ 0, 0, 1, 1, 1 ], [ 0, 0, 1, 1, 1 ], [ 0, 1, 0, 2, 0 ], [ 0, 1, 0, 0, 3 ], [ 1, 1, 1, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0250
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", "5", "6" ]
5
[ 5, 5 ]
{ "map": [ [ 3, 0, 3, 3, 0 ], [ 0, 0, 3, 0, 0 ], [ 0, 0, 0, 0, 0 ], [ 0, 3, 1, 1, 1 ], [ 2, 2, 2, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0251
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", "4", "5", "6" ]
5
[ 5, 5 ]
{ "map": [ [ 3, 1, 1, 0, 3 ], [ 3, 3, 1, 1, 3 ], [ 3, 3, 1, 0, 2 ], [ 0, 1, 0, 0, 0 ], [ 1, 1, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0252
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", "2", "0", "7" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 3, 0 ], [ 2, 0, 0, 3, 0 ], [ 2, 0, 0, 0, 0 ], [ 2, 3, 0, 1, 0 ], [ 2, 3, 0, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0253
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", "1", "7", "6" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 2, 1, 1 ], [ 0, 2, 2, 1, 1 ], [ 0, 0, 2, 0, 0 ], [ 0, 1, 0, 0, 0 ], [ 3, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0254
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", "6", "3" ]
3
[ 5, 5 ]
{ "map": [ [ 2, 0, 0, 0, 0 ], [ 2, 0, 2, 1, 2 ], [ 2, 0, 0, 1, 2 ], [ 3, 0, 2, 1, 2 ], [ 3, 2, 2, 0, 3 ] ], "regions": { ...
cnt_size_5x5_0255
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", "7", "8", "0" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 1, 1, 0, 2 ], [ 3, 3, 1, 0, 0 ], [ 1, 3, 2, 0, 1 ], [ 1, 2, 2, 0, 1 ], [ 1, 1, 2, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0256
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", "5", "3", "0" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 0, 2, 2, 0 ], [ 0, 3, 0, 2, 1 ], [ 0, 0, 0, 0, 2 ], [ 1, 1, 0, 0, 1 ], [ 1, 0, 2, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0257
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", "9", "6" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 1, 1, 3 ], [ 0, 1, 1, 0, 3 ], [ 0, 0, 1, 0, 0 ], [ 0, 3, 3, 0, 2 ], [ 0, 3, 3, 3, 0 ] ], "regions": { ...
cnt_size_5x5_0258
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", "5", "3" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 3, 0, 0 ], [ 0, 2, 3, 0, 0 ], [ 1, 2, 0, 0, 0 ], [ 3, 3, 3, 0, 0 ], [ 0, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0259
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", "4", "6" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 0, 3, 3, 0 ], [ 0, 0, 3, 3, 3 ], [ 0, 0, 3, 2, 2 ], [ 2, 0, 0, 2, 2 ], [ 2, 2, 2, 1, 0 ] ], "regions": { ...
cnt_size_5x5_0260
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", "8", "5", "2" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 3, 0, 0, 0 ], [ 0, 3, 0, 0, 0 ], [ 2, 3, 0, 3, 0 ], [ 0, 1, 3, 0, 2 ], [ 0, 3, 3, 1, 2 ] ], "regions": { ...
cnt_size_5x5_0261
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", "4", "9", "1" ]
1
[ 5, 5 ]
{ "map": [ [ 3, 3, 0, 2, 1 ], [ 3, 0, 0, 2, 3 ], [ 0, 0, 3, 0, 3 ], [ 0, 0, 3, 0, 0 ], [ 0, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0262
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", "3", "9", "5" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 0, 1, 2, 1 ], [ 0, 0, 1, 2, 0 ], [ 2, 0, 2, 0, 0 ], [ 0, 2, 2, 2, 3 ], [ 0, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0263
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", "8", "5" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 3, 0, 3, 3 ], [ 3, 3, 1, 3, 1 ], [ 0, 1, 1, 0, 0 ], [ 2, 0, 2, 0, 0 ], [ 2, 0, 0, 0, 2 ] ], "regions": { ...
cnt_size_5x5_0264
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", "1", "7", "4" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 0, 0 ], [ 0, 0, 1, 1, 2 ], [ 0, 3, 1, 1, 1 ], [ 1, 3, 3, 3, 0 ], [ 0, 3, 0, 0, 1 ] ], "regions": { ...
cnt_size_5x5_0265
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", "6", "4" ]
2
[ 5, 5 ]
{ "map": [ [ 2, 0, 3, 0, 0 ], [ 1, 0, 3, 0, 0 ], [ 0, 0, 0, 0, 0 ], [ 0, 2, 1, 0, 3 ], [ 0, 2, 2, 2, 0 ] ], "regions": { ...
cnt_size_5x5_0266
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", "8", "1", "0" ]
3
[ 5, 5 ]
{ "map": [ [ 3, 3, 0, 3, 0 ], [ 3, 0, 3, 3, 0 ], [ 0, 0, 0, 0, 0 ], [ 2, 0, 0, 0, 1 ], [ 2, 0, 0, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0267
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", "8", "9" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 2, 2 ], [ 0, 0, 0, 0, 2 ], [ 0, 0, 0, 0, 1 ], [ 0, 1, 0, 0, 1 ], [ 3, 1, 0, 2, 3 ] ], "regions": { ...
cnt_size_5x5_0268
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", "7", "9", "4" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 1, 0, 2, 0 ], [ 2, 1, 1, 2, 0 ], [ 0, 1, 2, 2, 3 ], [ 0, 0, 1, 2, 3 ], [ 0, 0, 1, 3, 3 ] ], "regions": { ...
cnt_size_5x5_0269
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", "8", "5", "4" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 0, 3, 3, 3 ], [ 3, 3, 0, 3, 2 ], [ 3, 3, 0, 2, 2 ], [ 1, 1, 0, 0, 2 ], [ 0, 1, 1, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0270
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", "6", "0", "1" ]
4
[ 5, 5 ]
{ "map": [ [ 3, 0, 0, 0, 2 ], [ 3, 3, 2, 0, 2 ], [ 3, 0, 2, 0, 0 ], [ 2, 3, 2, 0, 0 ], [ 2, 1, 1, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0271
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", "3", "2", "6" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 2, 3, 0, 3 ], [ 0, 1, 3, 0, 3 ], [ 1, 1, 3, 0, 0 ], [ 0, 0, 0, 0, 3 ], [ 0, 0, 0, 3, 3 ] ], "regions": { ...
cnt_size_5x5_0272
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", "4", "3", "7" ]
3
[ 5, 5 ]
{ "map": [ [ 2, 0, 2, 2, 0 ], [ 2, 0, 0, 0, 0 ], [ 0, 3, 0, 1, 0 ], [ 0, 3, 2, 1, 0 ], [ 2, 3, 0, 1, 2 ] ], "regions": { ...
cnt_size_5x5_0273
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", "3", "6", "0" ]
5
[ 5, 5 ]
{ "map": [ [ 0, 3, 2, 0, 3 ], [ 0, 3, 2, 0, 0 ], [ 3, 3, 3, 1, 0 ], [ 0, 0, 2, 2, 0 ], [ 0, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0274
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" ]
1
[ 5, 5 ]
{ "map": [ [ 1, 2, 0, 3, 0 ], [ 0, 0, 0, 3, 0 ], [ 0, 1, 0, 3, 0 ], [ 0, 1, 1, 0, 2 ], [ 3, 1, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0275
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", "5", "8", "9" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 2, 2 ], [ 3, 3, 0, 0, 2 ], [ 3, 0, 0, 0, 0 ], [ 0, 0, 0, 3, 0 ], [ 0, 1, 0, 3, 3 ] ], "regions": { ...
cnt_size_5x5_0276
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", "8", "9" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 1, 0, 0, 0 ], [ 1, 1, 0, 2, 0 ], [ 0, 1, 0, 0, 0 ], [ 0, 0, 3, 2, 3 ], [ 0, 2, 3, 3, 0 ] ], "regions": { ...
cnt_size_5x5_0277
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", "5", "0", "9" ]
5
[ 5, 5 ]
{ "map": [ [ 1, 2, 1, 1, 1 ], [ 0, 2, 2, 3, 3 ], [ 2, 2, 0, 0, 0 ], [ 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0278
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", "6", "9", "1" ]
1
[ 5, 5 ]
{ "map": [ [ 3, 0, 0, 2, 0 ], [ 3, 0, 3, 2, 0 ], [ 0, 0, 0, 0, 1 ], [ 0, 3, 0, 2, 0 ], [ 3, 3, 0, 1, 0 ] ], "regions": { ...
cnt_size_5x5_0279
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", "5", "7" ]
3
[ 5, 5 ]
{ "map": [ [ 1, 0, 3, 0, 1 ], [ 1, 3, 0, 2, 1 ], [ 0, 3, 0, 2, 0 ], [ 3, 3, 0, 2, 0 ], [ 0, 3, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0280
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": [ [ 2, 2, 3, 0, 2 ], [ 0, 2, 3, 3, 2 ], [ 0, 2, 0, 3, 2 ], [ 0, 0, 2, 0, 3 ], [ 0, 1, 2, 2, 2 ] ], "regions": { ...
cnt_size_5x5_0281
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", "2", "5", "0" ]
2
[ 5, 5 ]
{ "map": [ [ 0, 1, 2, 0, 2 ], [ 0, 1, 2, 1, 2 ], [ 0, 1, 3, 3, 0 ], [ 0, 3, 0, 0, 0 ], [ 3, 3, 1, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0282
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", "2", "4", "3" ]
3
[ 5, 5 ]
{ "map": [ [ 3, 3, 0, 3, 2 ], [ 0, 1, 0, 3, 3 ], [ 2, 1, 2, 0, 0 ], [ 2, 0, 0, 0, 1 ], [ 0, 0, 0, 0, 1 ] ], "regions": { ...
cnt_size_5x5_0283
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", "3", "6", "4" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 2, 3, 0, 3 ], [ 3, 0, 3, 0, 3 ], [ 3, 0, 3, 0, 3 ], [ 3, 1, 0, 0, 3 ], [ 3, 1, 1, 1, 3 ] ], "regions": { ...
cnt_size_5x5_0284
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", "0", "7", "4" ]
4
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 3, 0 ], [ 3, 0, 0, 0, 2 ], [ 3, 0, 0, 2, 2 ], [ 1, 0, 2, 3, 2 ], [ 1, 0, 0, 3, 0 ] ], "regions": { ...
cnt_size_5x5_0285
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", "1", "5", "7" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 0, 2 ], [ 0, 0, 0, 0, 0 ], [ 0, 3, 2, 0, 0 ], [ 3, 0, 0, 2, 3 ], [ 0, 0, 0, 1, 1 ] ], "regions": { ...
cnt_size_5x5_0286
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", "3", "2", "9" ]
2
[ 5, 5 ]
{ "map": [ [ 2, 0, 0, 1, 2 ], [ 2, 0, 2, 1, 2 ], [ 2, 0, 2, 0, 0 ], [ 3, 0, 1, 0, 3 ], [ 3, 0, 1, 0, 3 ] ], "regions": { ...
cnt_size_5x5_0287
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", "7", "2", "8" ]
4
[ 5, 5 ]
{ "map": [ [ 3, 1, 1, 0, 1 ], [ 0, 0, 3, 1, 1 ], [ 0, 2, 0, 0, 1 ], [ 0, 2, 1, 1, 0 ], [ 0, 1, 1, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0288
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", "2", "0", "3" ]
2
[ 5, 5 ]
{ "map": [ [ 3, 1, 0, 1, 0 ], [ 3, 1, 0, 1, 0 ], [ 3, 0, 3, 3, 1 ], [ 0, 0, 0, 1, 1 ], [ 1, 0, 0, 2, 2 ] ], "regions": { ...
cnt_size_5x5_0289
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", "3", "6", "4" ]
4
[ 5, 5 ]
{ "map": [ [ 1, 3, 1, 1, 2 ], [ 1, 3, 0, 1, 0 ], [ 1, 3, 0, 0, 0 ], [ 0, 3, 0, 2, 2 ], [ 0, 0, 0, 2, 2 ] ], "regions": { ...
cnt_size_5x5_0290
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", "7", "3" ]
2
[ 5, 5 ]
{ "map": [ [ 2, 0, 0, 1, 0 ], [ 0, 0, 0, 0, 0 ], [ 2, 1, 0, 0, 0 ], [ 3, 1, 0, 1, 0 ], [ 3, 3, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0291
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", "8", "1", "7" ]
1
[ 5, 5 ]
{ "map": [ [ 0, 0, 3, 0, 3 ], [ 0, 0, 0, 0, 2 ], [ 2, 1, 0, 0, 1 ], [ 2, 1, 0, 2, 2 ], [ 0, 0, 0, 2, 0 ] ], "regions": { ...
cnt_size_5x5_0292
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", "5", "6", "7" ]
6
[ 5, 5 ]
{ "map": [ [ 1, 1, 0, 3, 3 ], [ 1, 1, 3, 3, 3 ], [ 1, 2, 2, 3, 2 ], [ 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0293
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", "4", "2" ]
4
[ 5, 5 ]
{ "map": [ [ 2, 2, 0, 0, 0 ], [ 1, 2, 0, 1, 1 ], [ 1, 2, 0, 0, 1 ], [ 1, 3, 3, 0, 1 ], [ 3, 3, 0, 1, 0 ] ], "regions": { ...
cnt_size_5x5_0294
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", "8", "9", "3" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 0, 0, 0, 3 ], [ 0, 1, 1, 0, 0 ], [ 3, 3, 1, 0, 0 ], [ 3, 3, 3, 2, 0 ], [ 0, 3, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0295
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", "3", "4" ]
2
[ 5, 5 ]
{ "map": [ [ 2, 2, 0, 0, 2 ], [ 2, 2, 0, 2, 2 ], [ 2, 0, 0, 0, 3 ], [ 1, 0, 0, 0, 3 ], [ 0, 0, 0, 2, 0 ] ], "regions": { ...
cnt_size_5x5_0296
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", "5", "7" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 0, 3, 0, 0 ], [ 0, 0, 3, 2, 0 ], [ 1, 1, 0, 2, 0 ], [ 0, 1, 0, 2, 0 ], [ 2, 2, 0, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0297
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", "8", "3" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 2, 2, 2, 0 ], [ 0, 0, 0, 0, 0 ], [ 3, 3, 2, 1, 0 ], [ 3, 2, 3, 1, 0 ], [ 2, 2, 3, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0298
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", "7", "5", "4" ]
5
[ 5, 5 ]
{ "map": [ [ 1, 1, 1, 3, 3 ], [ 3, 1, 0, 1, 3 ], [ 3, 3, 3, 1, 3 ], [ 3, 2, 0, 0, 0 ], [ 2, 2, 2, 0, 0 ] ], "regions": { ...
cnt_size_5x5_0299
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", "1", "0" ]
3
[ 5, 5 ]
{ "map": [ [ 0, 0, 3, 3, 0 ], [ 0, 1, 0, 3, 0 ], [ 0, 1, 3, 1, 0 ], [ 0, 2, 3, 1, 2 ], [ 0, 2, 1, 1, 0 ] ], "regions": { ...