images images listlengths 1 1 | problem stringlengths 383 2.2k | answer stringclasses 4
values |
|---|---|---|
<image>You need to solve a Binairo puzzle.
**Binairo Puzzle Rules:**
1. Each cell must contain either a 0 or a 1.
2. There can be no more than two consecutive identical numbers in any row or column (e.g., 000 or 111 are not allowed).
3. Each row and each column must contain an equal number of 0s and 1s.
4. No two ... | B | |
<image>You need to solve a 6x6 Kakuro puzzle.
**Kakuro Puzzle Rules (6x6 Grid):**
1. **Grid:** The grid is a 6x6 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | B | |
<image>You need to solve this Killer Sudoku puzzle.
Fill the grid so that each row, column, and box has unique digits.
In each colored cage, the sum of digits equals the given number, and digits do not repeat.
Option A:
```
2 8 6 4 1 3 5 7 9
5 1 4 7 6 9 3 2 8
9 7 3 2 8 5 1 6 4
1 2 5 3 9 4 7 8 6
3 4 8 5 7 6 9 1 2
6 9 7... | A | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | B | |
<image>You need to solve a 6x6 Kakuro puzzle.
**Kakuro Puzzle Rules (6x6 Grid):**
1. **Grid:** The grid is a 6x6 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | A | |
<image>You need to solve an Aquarium puzzle.
**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a ... | A | |
<image>🔢 FUTOSHIKI PUZZLE 🔢
How to Play:
Fill the 12×12 grid with numbers!
Your Tools:
📝 Numbers to use: 1, 2, ..., 12
🎯 Starting clues: 33 numbers already placed
❓ Empty spaces: marked with *
The Rules:
✓ Each row needs all numbers 1-12 (no repeats!)
✓ Each column needs all numbers 1-12 (no repeats!)
✓ Follow t... | A | |
<image>Now you are asked to solve a new ARC puzzle. You are given up to three example pairs of ARC grids, each showing an input state and its correct output state. You should learn the transformation rules from these examples. Below these training examples is a new test input grid. Four candidate outputs labeled A, B, ... | B | |
<image>Now you are asked to solve a new ARC puzzle. You are given up to three example pairs of ARC grids, each showing an input state and its correct output state. You should learn the transformation rules from these examples. Below these training examples is a new test input grid. Four candidate outputs labeled A, B, ... | D | |
<image>You need to solve a Light Up puzzle.
**Puzzle Rules:**
1. A bulb (`s`) illuminates its entire row and column until blocked by a wall.
2. Numbered walls must have exactly that many bulbs adjacent (up/down/left/right).
3. Bulbs cannot illuminate each other.
Below is the puzzle (walls shown in the image). Fill bu... | D | |
<image>You need to solve an Aquarium puzzle.
**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a ... | C | |
<image>You need to solve an Aquarium puzzle.
**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a ... | D | |
<image>Now you are asked to solve a new ARC puzzle. You are given up to three example pairs of ARC grids, each showing an input state and its correct output state. You should learn the transformation rules from these examples. Below these training examples is a new test input grid. Four candidate outputs labeled A, B, ... | C | |
<image>You need to solve a 6x6 Kakuro puzzle.
**Kakuro Puzzle Rules (6x6 Grid):**
1. **Grid:** The grid is a 6x6 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | D | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | A | |
<image>You need to solve a Binairo puzzle.
**Binairo Puzzle Rules:**
1. Each cell must contain either a 0 or a 1.
2. There can be no more than two consecutive identical numbers in any row or column (e.g., 000 or 111 are not allowed).
3. Each row and each column must contain an equal number of 0s and 1s.
4. No two ... | B | |
<image>**Sudoku Puzzle Rules (9x9 grid):**
1. **The Grid:** 9x9 divided into 3x3 subgrids.
2. **The Goal:** Fill all empty cells with 1–9.
3. **Constraints:** Each digit appears exactly once per row, column, block.
4. **Given Numbers:** Clues are prefilled cells.
5. **Solving:** Use logic.
Which of the following numbe... | D | |
<image>You need to solve a Sudoku puzzle of size 9x9.
**Sudoku Puzzle Rules (9x9 grid):**
1. **The Grid:** The grid is a 9x9 square, further divided into each 3x3 subgrid (non-overlapping regions).
2. **The Goal:** Fill all empty cells in the grid with digits from 1 to 9.
3. **Constraints:** Each digit (1 to 9) mus... | C | |
<image>You need to solve a Light Up puzzle.
**Puzzle Rules:**
1. A bulb (`s`) illuminates its entire row and column until blocked by a wall.
2. Numbered walls must have exactly that many bulbs adjacent (up/down/left/right).
3. Bulbs cannot illuminate each other.
Below is the puzzle (walls shown in the image). Fill bu... | A | |
<image>Now you are asked to solve a new ARC puzzle. You are given up to three example pairs of ARC grids, each showing an input state and its correct output state. You should learn the transformation rules from these examples. Below these training examples is a new test input grid. Four candidate outputs labeled A, B, ... | D | |
<image>Now you are asked to solve a new ARC puzzle. You are given up to three example pairs of ARC grids, each showing an input state and its correct output state. You should learn the transformation rules from these examples. Below these training examples is a new test input grid. Four candidate outputs labeled A, B, ... | D | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | C | |
<image>Now you are asked to solve a new ARC puzzle. You are given up to three example pairs of ARC grids, each showing an input state and its correct output state. You should learn the transformation rules from these examples. Below these training examples is a new test input grid. Four candidate outputs labeled A, B, ... | B | |
<image>You need to solve a 7x7 Kakuro puzzle.
**Kakuro Puzzle Rules (7x7 Grid):**
1. **Grid:** The grid is a 7x7 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | A | |
<image>You need to solve an Aquarium puzzle.
**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a ... | C | |
<image>You need to solve an Aquarium puzzle.
**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a ... | C | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | D | |
<image>You are a Star Battle player. You have to place stars on the grid such that each row, column, and region contains exactly one star. Additional rule is: stars cannot touch each other, not even diagonally.
Your task is to choose the correct grid configuration from the options below that represents the solution to... | D | |
<image>You need to solve a Sudoku puzzle of size 9x9.
**Sudoku Puzzle Rules (9x9 grid):**
1. **The Grid:** The grid is a 9x9 square, further divided into each 3x3 subgrid (non-overlapping regions).
2. **The Goal:** Fill all empty cells in the grid with digits from 1 to 9.
3. **Constraints:** Each digit (1 to 9) mus... | B | |
<image>You need to solve a Sudoku puzzle of size 9x9.
**Sudoku Puzzle Rules (9x9 grid):**
1. **The Grid:** The grid is a 9x9 square, further divided into each 3x3 subgrid (non-overlapping regions).
2. **The Goal:** Fill all empty cells in the grid with digits from 1 to 9.
3. **Constraints:** Each digit (1 to 9) mus... | D | |
<image>You need to solve a Sudoku puzzle of size 9x9.
**Sudoku Puzzle Rules (9x9 grid):**
1. **The Grid:** The grid is a 9x9 square, further divided into each 3x3 subgrid (non-overlapping regions).
2. **The Goal:** Fill all empty cells in the grid with digits from 1 to 9.
3. **Constraints:** Each digit (1 to 9) mus... | A | |
<image>You need to solve a 9x9 Kakuro puzzle.
**Kakuro Puzzle Rules (9x9 Grid):**
1. **Grid:** The grid is a 9x9 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | B | |
<image>You need to solve an Aquarium puzzle.
**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a ... | B | |
<image>You need to solve an Aquarium puzzle.
**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a ... | D | |
<image>You need to solve an Aquarium puzzle.
**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a ... | B | |
<image>You need to solve an Aquarium puzzle.
**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a ... | B | |
<image>You are a Star Battle player. You have to place stars on the grid such that each row, column, and region contains exactly one star. Additional rule is: stars cannot touch each other, not even diagonally.
Your task is to choose the correct grid configuration from the options below that represents the solution to... | D | |
<image>You need to solve a Binairo puzzle.
**Binairo Puzzle Rules:**
1. Each cell must contain either a 0 or a 1.
2. There can be no more than two consecutive identical numbers in any row or column (e.g., 000 or 111 are not allowed).
3. Each row and each column must contain an equal number of 0s and 1s.
4. No two ... | A | |
<image>Now you are asked to solve a new ARC puzzle. You are given up to three example pairs of ARC grids, each showing an input state and its correct output state. You should learn the transformation rules from these examples. Below these training examples is a new test input grid. Four candidate outputs labeled A, B, ... | A | |
<image>You need to solve this Killer Sudoku puzzle.
Fill the grid so that each row, column, and box has unique digits.
In each colored cage, the sum of digits equals the given number, and digits do not repeat.
Option A:
```
1 4 6 3 2 5 7 8 9
7 8 9 1 4 6 2 3 5
5 3 2 7 8 9 1 4 6
2 1 8 6 5 4 9 7 3
3 5 4 8 9 7 6 2 1
9 6 7... | A | |
<image>Futoshiki 4×4. Fill 1-4. No repeats in rows/cols.
Inequalities: > greater, < less, ^ up<down, v up>down
Given: 8 numbers (* = empty)
Choose the correct solution.
**A**
```
3124
3412
1243
2431
```
**B**
```
3423
4312
1244
2131
```
**C**
```
3124
4312
1243
2431
```
**D**
```
3124
3421
1243
2431
```
Your answe... | C | |
<image>You need to solve a 6x6 Kakuro puzzle.
**Kakuro Puzzle Rules (6x6 Grid):**
1. **Grid:** The grid is a 6x6 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | B | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | C | |
<image>You need to solve an Aquarium puzzle.
**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a ... | A | |
<image>Now you are asked to solve a new ARC puzzle. You are given up to three example pairs of ARC grids, each showing an input state and its correct output state. You should learn the transformation rules from these examples. Below these training examples is a new test input grid. Four candidate outputs labeled A, B, ... | A | |
<image>You need to solve a 5x5 Kakuro puzzle.
**Kakuro Puzzle Rules (5x5 Grid):**
1. **Grid:** The grid is a 5x5 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | A | |
<image>You are a Star Battle player. You have to place stars on the grid such that each row, column, and region contains exactly one star. Additional rule is: stars cannot touch each other, not even diagonally.
Your task is to choose the correct grid configuration from the options below that represents the solution to... | D | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | A | |
<image>You need to solve a 5x5 Kakuro puzzle.
**Kakuro Puzzle Rules (5x5 Grid):**
1. **Grid:** The grid is a 5x5 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | A | |
<image>Ready for a Futoshiki puzzle?
Q: What size is this puzzle?
A: It's a 8×8 grid.
Q: What numbers do I use?
A: Use the digits 1 through 8.
Q: What are the main rules?
A: Each number appears once per row and once per column.
Q: What do the inequality signs mean?
A: '>' means greater than, '<' means less than, '^... | A | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | D | |
<image>You need to solve a Sudoku puzzle of size 9x9.
**Sudoku Puzzle Rules (9x9 grid):**
1. **The Grid:** The grid is a 9x9 square, further divided into each 3x3 subgrid (non-overlapping regions).
2. **The Goal:** Fill all empty cells in the grid with digits from 1 to 9.
3. **Constraints:** Each digit (1 to 9) mus... | A | |
<image>You need to solve an Aquarium puzzle.
**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a ... | C | |
<image>Now you are asked to solve a new ARC puzzle. You are given up to three example pairs of ARC grids, each showing an input state and its correct output state. You should learn the transformation rules from these examples. Below these training examples is a new test input grid. Four candidate outputs labeled A, B, ... | A | |
<image>Let's solve this Futoshiki puzzle together!
Here's what you need to know:
- Fill in the empty cells (marked with *) with numbers from 1 to 8
- Each row must have all different numbers (1 through 8)
- Each column must have all different numbers (1 through 8)
- Pay attention to the inequality signs!
- '>' mean... | C | |
<image>You need to solve an Aquarium puzzle.
**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a ... | A | |
<image>You need to solve an Aquarium puzzle.
**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a ... | A | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | B | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | D | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | B | |
<image>You are a Nonogram player. You need to fill in cells in a grid based on numbers at the side of the grid.
**Nonogram Rules:**
1. For each row or column, the numbers indicate the lengths of consecutive filled cells in that row/column.
2. For example, '2 3' means there are two blocks of filled cells - first 2 cell... | B | |
<image>You need to solve a 6x6 Kakuro puzzle.
**Kakuro Puzzle Rules (6x6 Grid):**
1. **Grid:** The grid is a 6x6 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | B | |
<image>You need to solve a 4x4 Kakuro puzzle.
**Kakuro Puzzle Rules (4x4 Grid):**
1. **Grid:** The grid is a 4x4 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | A | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | A | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | A | |
<image>You need to solve a 6x6 Kakuro puzzle.
**Kakuro Puzzle Rules (6x6 Grid):**
1. **Grid:** The grid is a 6x6 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | C | |
<image>You need to solve a 6x6 Kakuro puzzle.
**Kakuro Puzzle Rules (6x6 Grid):**
1. **Grid:** The grid is a 6x6 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | A | |
<image>You need to solve a Binairo puzzle.
**Binairo Puzzle Rules:**
1. Each cell must contain either a 0 or a 1.
2. There can be no more than two consecutive identical numbers in any row or column (e.g., 000 or 111 are not allowed).
3. Each row and each column must contain an equal number of 0s and 1s.
4. No two ... | A | |
<image>Now you are asked to solve a new ARC puzzle. You are given up to three example pairs of ARC grids, each showing an input state and its correct output state. You should learn the transformation rules from these examples. Below these training examples is a new test input grid. Four candidate outputs labeled A, B, ... | D | |
<image>You need to solve a 5x5 Kakuro puzzle.
**Kakuro Puzzle Rules (5x5 Grid):**
1. **Grid:** The grid is a 5x5 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | D | |
<image>You are solving a Star Battle puzzle. The rules are:
1. Each row, column, and region must contain exactly one star
2. Stars cannot touch each other, not even diagonally
Look at the puzzle image which shows the current state. Different colors in the image represent different regions, and any stars that have alre... | C | |
<image>You are a Star Battle player. You have to place stars on the grid such that each row, column, and region contains exactly one star. Additional rule is: stars cannot touch each other, not even diagonally.
Your task is to choose the correct grid configuration from the options below that represents the solution to... | B | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | D | |
<image>You need to solve a Sudoku puzzle of size 9x9.
**Sudoku Puzzle Rules (9x9 grid):**
1. **The Grid:** The grid is a 9x9 square, further divided into each 3x3 subgrid (non-overlapping regions).
2. **The Goal:** Fill all empty cells in the grid with digits from 1 to 9.
3. **Constraints:** Each digit (1 to 9) mus... | D | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | B | |
<image>You are a Star Battle player. You have to place stars on the grid such that each row, column, and region contains exactly one star. Additional rule is: stars cannot touch each other, not even diagonally.
Your task is to choose the correct grid configuration from the options below that represents the solution to... | A | |
<image>You need to solve an Aquarium puzzle.
**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a ... | C | |
<image>You are a Nonogram player. You need to fill in cells in a grid based on numbers at the side of the grid.
**Nonogram Rules:**
1. For each row or column, the numbers indicate the lengths of consecutive filled cells in that row/column.
2. For example, '2 3' means there are two blocks of filled cells - first 2 cell... | C | |
<image>You are a Nonogram player. You need to fill in cells in a grid based on numbers at the side of the grid.
**Nonogram Rules:**
1. For each row or column, the numbers indicate the lengths of consecutive filled cells in that row/column.
2. For example, '2 3' means there are two blocks of filled cells - first 2 cell... | D | |
<image>You are a Star Battle player. You have to place stars on the grid such that each row, column, and region contains exactly one star. Additional rule is: stars cannot touch each other, not even diagonally.
Your task is to choose the correct grid configuration from the options below that represents the solution to... | D | |
<image>You need to solve an Aquarium puzzle.
**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a ... | B | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | B | |
<image>You need to solve a 7x7 Kakuro puzzle.
**Kakuro Puzzle Rules (7x7 Grid):**
1. **Grid:** The grid is a 7x7 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | C | |
<image>Now you are asked to solve a new ARC puzzle. You are given up to three example pairs of ARC grids, each showing an input state and its correct output state. You should learn the transformation rules from these examples. Below these training examples is a new test input grid. Four candidate outputs labeled A, B, ... | B | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | B | |
<image>You need to solve a Sudoku puzzle of size 9x9.
**Sudoku Puzzle Rules (9x9 grid):**
1. **The Grid:** The grid is a 9x9 square, further divided into each 3x3 subgrid (non-overlapping regions).
2. **The Goal:** Fill all empty cells in the grid with digits from 1 to 9.
3. **Constraints:** Each digit (1 to 9) mus... | C | |
<image>You need to solve a Sudoku puzzle of size 9x9.
**Sudoku Puzzle Rules (9x9 grid):**
1. **The Grid:** The grid is a 9x9 square, further divided into each 3x3 subgrid (non-overlapping regions).
2. **The Goal:** Fill all empty cells in the grid with digits from 1 to 9.
3. **Constraints:** Each digit (1 to 9) mus... | B | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | D | |
<image>Futoshiki 12×12. Fill 1-12. No repeats in rows/cols.
Inequalities: > greater, < less, ^ up<down, v up>down
Given: 39 numbers (* = empty)
Choose the correct solution.
Option A:
```
6 5 12 10 1 9 3 8 11 2 4 7
7 11 5 2 9 4 10 3 12 8 6 1
10 6 1 8 3 2 7 12 5 9 11 4
1 8 11 12 6 7 4 2 9 10 3 5
4 10 2 1 7 5 9 11 6 3... | D | |
<image>You need to solve a Sudoku puzzle of size 9x9.
**Sudoku Puzzle Rules (9x9 grid):**
1. **The Grid:** The grid is a 9x9 square, further divided into each 3x3 subgrid (non-overlapping regions).
2. **The Goal:** Fill all empty cells in the grid with digits from 1 to 9.
3. **Constraints:** Each digit (1 to 9) mus... | B | |
<image>You need to solve this Killer Sudoku puzzle.
Fill the grid so that each row, column, and box has unique digits.
In each colored cage, the sum of digits equals the given number, and digits do not repeat.
Option A:
```
5 4 1 2 3 8 6 7 9
9 1 3 6 4 2 5 8 7
3 8 6 7 9 5 1 2 4
4 2 9 3 1 7 8 6 5
1 6 8 5 2 9 7 4 3
7 3 5... | B | |
<image>You need to solve this Killer Sudoku puzzle.
Fill the grid so that each row, column, and box has unique digits.
In each colored cage, the sum of digits equals the given number, and digits do not repeat.
Option A:
```
1 2 4 3
3 4 1 2
2 1 3 4
4 3 2 1
```
Option B:
```
3 4 1 2
1 2 4 3
2 1 3 4
4 3 2 1
```
Option ... | B | |
<image>Ready for a Futoshiki puzzle?
Q: What size is this puzzle?
A: It's a 12×12 grid.
Q: What numbers do I use?
A: Use the digits 1 through 12.
Q: What are the main rules?
A: Each number appears once per row and once per column.
Q: What do the inequality signs mean?
A: '>' means greater than, '<' means less than,... | D | |
<image>You need to solve a Sudoku puzzle of size 9x9.
**Sudoku Puzzle Rules (9x9 grid):**
1. **The Grid:** The grid is a 9x9 square, further divided into each 3x3 subgrid (non-overlapping regions).
2. **The Goal:** Fill all empty cells in the grid with digits from 1 to 9.
3. **Constraints:** Each digit (1 to 9) mus... | A | |
<image>You need to solve a 8x8 Kakuro puzzle.
**Kakuro Puzzle Rules (8x8 Grid):**
1. **Grid:** The grid is a 8x8 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | D | |
<image>You need to solve a 7x7 Kakuro puzzle.
**Kakuro Puzzle Rules (7x7 Grid):**
1. **Grid:** The grid is a 7x7 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | A | |
<image>You need to solve a 9x9 Kakuro puzzle.
**Kakuro Puzzle Rules (9x9 Grid):**
1. **Grid:** The grid is a 9x9 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | C | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | A | |
<image>You need to solve a 4x4 Kakuro puzzle.
**Kakuro Puzzle Rules (4x4 Grid):**
1. **Grid:** The grid is a 4x4 square, containing blank cells and clue cells.
2. **Objective:** Fill all blank cells with numbers from 1 to 9.
3. **Constraints:** Each digit (1 to 9) must satisfy the following conditions:
a. The sum of ... | C | |
<image>**Aquarium Puzzle Rules:**
1. **The Grid:** The grid is divided into several regions called "tanks" by the thick colored (red) lines.
2. **The Goal:** Your goal is to fill some cells in the grid with "water".
3. **Water Levels:** Within each tank, water must settle at a uniform level. This means: if a cell is... | C |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.