passage_id string | passage string | type string | question string | answer string | short_answer string | short_answer_variants list | source string | loss_extra_text string | inner_docs list | inner_doc_answers list |
|---|---|---|---|---|---|---|---|---|---|---|
a5f85a15::flh_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,2],[0,2,0],[2,0,0]]
Output: [[0,0,2],[0,4,0],[2,0,0]]
Example 2
Input: [[0,0,0,0,0,9,0,0],[0,0,0,0,9,0,0,0],[0,0,0,9,0,0,0,0],[0,0,9,0,... | arc | Example
Input: [[0,0,0,3,0,0],[0,0,3,0,0,0],[0,3,0,0,0,0],[3,0,0,0,0,3],[0,0,0,0,3,0],[0,0,0,3,0,0]]
Output: [[0,0,0,3,0,0],[0,0,4,0,0,0],[0,3,0,0,0,0],[4,0,0,0,0,3],[0,0,0,0,4,0],[0,0,0,3,0,0]]
Now apply the same rule to:
Input: [[0,0,0,0,0,0,0,6,0,0,0,0],[0,0,0,0,0,0,6,0,0,0,0,6],[0,0,0,0,0,6,0,0,0,0,6,0],[0,0,0,0,6... | [[0,0,0,0,0,0,0,6,0,0,0,0],[0,0,0,0,0,0,4,0,0,0,0,6],[0,0,0,0,0,6,0,0,0,0,4,0],[0,0,0,0,4,0,0,0,0,6,0,0],[0,0,0,6,0,0,0,0,4,0,0,0],[0,0,4,0,0,0,0,6,0,0,0,0],[0,6,0,0,0,0,4,0,0,0,0,0],[4,0,0,0,0,6,0,0,0,0,0,0],[0,0,0,0,4,0,0,0,0,0,0,6],[0,0,0,6,0,0,0,0,0,0,4,0],[0,0,4,0,0,0,0,0,0,6,0,0],[0,6,0,0,0,0,0,0,4,0,0,0]] | [[0,0,0,0,0,0,0,6,0,0,0,0],[0,0,0,0,0,0,4,0,0,0,0,6],[0,0,0,0,0,6,0,0,0,0,4,0],[0,0,0,0,4,0,0,0,0,6,0,0],[0,0,0,6,0,0,0,0,4,0,0,0],[0,0,4,0,0,0,0,6,0,0,0,0],[0,6,0,0,0,0,4,0,0,0,0,0],[4,0,0,0,0,6,0,0,0,0,0,0],[0,0,0,0,4,0,0,0,0,0,0,6],[0,0,0,6,0,0,0,0,0,0,4,0],[0,0,4,0,0,0,0,0,0,6,0,0],[0,6,0,0,0,0,0,0,4,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,9,0,0],[0,0,0,0,9,0,0,0],[0,0,0,9,0,0,0,0],[0,0,9,0,0,0,0,0],[0,9,0,0,0,0,0,9],[9,0,0,0,0,0,9,0],[0,0,0,0,0,9,0,0],[0,0,0,0,9,0,0,0]]\nOutput: [[0,0,0,0,0,9,0,0],[0,0,0,0,4,0,0,0],[0,0,0,9,0,0,0,0],[0,0,4,0,0,0,0,0],[0,9,0,0,0,0,0,9],[4,0,0,0,0,0,4,0],[0,0,0,0,0,9,0,0],[0,0,0,0,4,0,0,0]... | [
"[[0,0,2],[0,4,0],[2,0,0]]",
"[[0,0,0,0,0,9,0,0],[0,0,0,0,4,0,0,0],[0,0,0,9,0,0,0,0],[0,0,4,0,0,0,0,0],[0,9,0,0,0,0,0,9],[4,0,0,0,0,0,4,0],[0,0,0,0,0,9,0,0],[0,0,0,0,4,0,0,0]]"
] | |
a5f85a15::flh_r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[2,0,0],[0,2,0],[0,0,2]]
Output: [[2,0,0],[0,4,0],[0,0,2]]
Example 2
Input: [[0,0,0,0,9,0,0,0],[0,0,0,0,0,9,0,0],[9,0,0,0,0,0,9,0],[0,9,0,0,... | arc | Example
Input: [[0,0,0,3,0,0],[0,0,0,0,3,0],[3,0,0,0,0,3],[0,3,0,0,0,0],[0,0,3,0,0,0],[0,0,0,3,0,0]]
Output: [[0,0,0,3,0,0],[0,0,0,0,4,0],[3,0,0,0,0,3],[0,4,0,0,0,0],[0,0,3,0,0,0],[0,0,0,4,0,0]]
Now apply the same rule to:
Input: [[0,6,0,0,0,0,0,0,6,0,0,0],[0,0,6,0,0,0,0,0,0,6,0,0],[0,0,0,6,0,0,0,0,0,0,6,0],[0,0,0,0,6... | [[0,6,0,0,0,0,0,0,6,0,0,0],[0,0,4,0,0,0,0,0,0,4,0,0],[0,0,0,6,0,0,0,0,0,0,6,0],[0,0,0,0,4,0,0,0,0,0,0,4],[6,0,0,0,0,6,0,0,0,0,0,0],[0,4,0,0,0,0,4,0,0,0,0,0],[0,0,6,0,0,0,0,6,0,0,0,0],[0,0,0,4,0,0,0,0,4,0,0,0],[0,0,0,0,6,0,0,0,0,6,0,0],[0,0,0,0,0,4,0,0,0,0,4,0],[0,0,0,0,0,0,6,0,0,0,0,6],[0,0,0,0,0,0,0,4,0,0,0,0]] | [[0,6,0,0,0,0,0,0,6,0,0,0],[0,0,4,0,0,0,0,0,0,4,0,0],[0,0,0,6,0,0,0,0,0,0,6,0],[0,0,0,0,4,0,0,0,0,0,0,4],[6,0,0,0,0,6,0,0,0,0,0,0],[0,4,0,0,0,0,4,0,0,0,0,0],[0,0,6,0,0,0,0,6,0,0,0,0],[0,0,0,4,0,0,0,0,4,0,0,0],[0,0,0,0,6,0,0,0,0,6,0,0],[0,0,0,0,0,4,0,0,0,0,4,0],[0,0,0,0,0,0,6,0,0,0,0,6],[0,0,0,0,0,0,0,4,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,9,0,0,0],[0,0,0,0,0,9,0,0],[9,0,0,0,0,0,9,0],[0,9,0,0,0,0,0,9],[0,0,9,0,0,0,0,0],[0,0,0,9,0,0,0,0],[0,0,0,0,9,0,0,0],[0,0,0,0,0,9,0,0]]\nOutput: [[0,0,0,0,9,0,0,0],[0,0,0,0,0,4,0,0],[9,0,0,0,0,0,9,0],[0,4,0,0,0,0,0,4],[0,0,9,0,0,0,0,0],[0,0,0,4,0,0,0,0],[0,0,0,0,9,0,0,0],[0,0,0,0,0,4,0,0]... | [
"[[2,0,0],[0,4,0],[0,0,2]]",
"[[0,0,0,0,9,0,0,0],[0,0,0,0,0,4,0,0],[9,0,0,0,0,0,9,0],[0,4,0,0,0,0,0,4],[0,0,9,0,0,0,0,0],[0,0,0,4,0,0,0,0],[0,0,0,0,9,0,0,0],[0,0,0,0,0,4,0,0]]"
] | |
a5f85a15::flh_r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,2],[0,2,0],[2,0,0]]
Output: [[0,0,2],[0,4,0],[2,0,0]]
Example 2
Input: [[0,0,0,9,0,0,0,0],[0,0,9,0,0,0,0,0],[0,9,0,0,0,0,0,9],[9,0,0,0,... | arc | Example
Input: [[0,0,3,0,0,0],[0,3,0,0,0,0],[3,0,0,0,0,3],[0,0,0,0,3,0],[0,0,0,3,0,0],[0,0,3,0,0,0]]
Output: [[0,0,3,0,0,0],[0,4,0,0,0,0],[3,0,0,0,0,4],[0,0,0,0,3,0],[0,0,0,4,0,0],[0,0,3,0,0,0]]
Now apply the same rule to:
Input: [[0,0,0,6,0,0,0,0,0,0,6,0],[0,0,6,0,0,0,0,0,0,6,0,0],[0,6,0,0,0,0,0,0,6,0,0,0],[6,0,0,0,0... | [[0,0,0,4,0,0,0,0,0,0,6,0],[0,0,6,0,0,0,0,0,0,4,0,0],[0,4,0,0,0,0,0,0,6,0,0,0],[6,0,0,0,0,0,0,4,0,0,0,0],[0,0,0,0,0,0,6,0,0,0,0,4],[0,0,0,0,0,4,0,0,0,0,6,0],[0,0,0,0,6,0,0,0,0,4,0,0],[0,0,0,4,0,0,0,0,6,0,0,0],[0,0,6,0,0,0,0,4,0,0,0,0],[0,4,0,0,0,0,6,0,0,0,0,0],[6,0,0,0,0,4,0,0,0,0,0,0],[0,0,0,0,6,0,0,0,0,0,0,0]] | [[0,0,0,4,0,0,0,0,0,0,6,0],[0,0,6,0,0,0,0,0,0,4,0,0],[0,4,0,0,0,0,0,0,6,0,0,0],[6,0,0,0,0,0,0,4,0,0,0,0],[0,0,0,0,0,0,6,0,0,0,0,4],[0,0,0,0,0,4,0,0,0,0,6,0],[0,0,0,0,6,0,0,0,0,4,0,0],[0,0,0,4,0,0,0,0,6,0,0,0],[0,0,6,0,0,0,0,4,0,0,0,0],[0,4,0,0,0,0,6,0,0,0,0,0],[6,0,0,0,0,4,0,0,0,0,0,0],[0,0,0,0,6,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,9,0,0,0,0],[0,0,9,0,0,0,0,0],[0,9,0,0,0,0,0,9],[9,0,0,0,0,0,9,0],[0,0,0,0,0,9,0,0],[0,0,0,0,9,0,0,0],[0,0,0,9,0,0,0,0],[0,0,9,0,0,0,0,0]]\nOutput: [[0,0,0,4,0,0,0,0],[0,0,9,0,0,0,0,0],[0,4,0,0,0,0,0,4],[9,0,0,0,0,0,9,0],[0,0,0,0,0,4,0,0],[0,0,0,0,9,0,0,0],[0,0,0,4,0,0,0,0],[0,0,9,0,0,0,0,0]... | [
"[[0,0,2],[0,4,0],[2,0,0]]",
"[[0,0,0,4,0,0,0,0],[0,0,9,0,0,0,0,0],[0,4,0,0,0,0,0,4],[9,0,0,0,0,0,9,0],[0,0,0,0,0,4,0,0],[0,0,0,0,9,0,0,0],[0,0,0,4,0,0,0,0],[0,0,9,0,0,0,0,0]]"
] | |
a5f85a15::flh_r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[2,0,0],[0,2,0],[0,0,2]]
Output: [[2,0,0],[0,4,0],[0,0,2]]
Example 2
Input: [[0,0,9,0,0,0,0,0],[0,0,0,9,0,0,0,0],[0,0,0,0,9,0,0,0],[0,0,0,0,... | arc | Example
Input: [[0,0,3,0,0,0],[0,0,0,3,0,0],[0,0,0,0,3,0],[3,0,0,0,0,3],[0,3,0,0,0,0],[0,0,3,0,0,0]]
Output: [[0,0,4,0,0,0],[0,0,0,3,0,0],[0,0,0,0,4,0],[3,0,0,0,0,3],[0,4,0,0,0,0],[0,0,3,0,0,0]]
Now apply the same rule to:
Input: [[0,0,0,0,6,0,0,0,0,0,0,0],[6,0,0,0,0,6,0,0,0,0,0,0],[0,6,0,0,0,0,6,0,0,0,0,0],[0,0,6,0,0... | [[0,0,0,0,4,0,0,0,0,0,0,0],[6,0,0,0,0,6,0,0,0,0,0,0],[0,4,0,0,0,0,4,0,0,0,0,0],[0,0,6,0,0,0,0,6,0,0,0,0],[0,0,0,4,0,0,0,0,4,0,0,0],[0,0,0,0,6,0,0,0,0,6,0,0],[0,0,0,0,0,4,0,0,0,0,4,0],[0,0,0,0,0,0,6,0,0,0,0,6],[4,0,0,0,0,0,0,4,0,0,0,0],[0,6,0,0,0,0,0,0,6,0,0,0],[0,0,4,0,0,0,0,0,0,4,0,0],[0,0,0,6,0,0,0,0,0,0,6,0]] | [[0,0,0,0,4,0,0,0,0,0,0,0],[6,0,0,0,0,6,0,0,0,0,0,0],[0,4,0,0,0,0,4,0,0,0,0,0],[0,0,6,0,0,0,0,6,0,0,0,0],[0,0,0,4,0,0,0,0,4,0,0,0],[0,0,0,0,6,0,0,0,0,6,0,0],[0,0,0,0,0,4,0,0,0,0,4,0],[0,0,0,0,0,0,6,0,0,0,0,6],[4,0,0,0,0,0,0,4,0,0,0,0],[0,6,0,0,0,0,0,0,6,0,0,0],[0,0,4,0,0,0,0,0,0,4,0,0],[0,0,0,6,0,0,0,0,0,0,6,0]] | [] | arc_train | [
"Example\nInput: [[0,0,9,0,0,0,0,0],[0,0,0,9,0,0,0,0],[0,0,0,0,9,0,0,0],[0,0,0,0,0,9,0,0],[9,0,0,0,0,0,9,0],[0,9,0,0,0,0,0,9],[0,0,9,0,0,0,0,0],[0,0,0,9,0,0,0,0]]\nOutput: [[0,0,4,0,0,0,0,0],[0,0,0,9,0,0,0,0],[0,0,0,0,4,0,0,0],[0,0,0,0,0,9,0,0],[4,0,0,0,0,0,4,0],[0,9,0,0,0,0,0,9],[0,0,4,0,0,0,0,0],[0,0,0,9,0,0,0,0]... | [
"[[2,0,0],[0,4,0],[0,0,2]]",
"[[0,0,4,0,0,0,0,0],[0,0,0,9,0,0,0,0],[0,0,0,0,4,0,0,0],[0,0,0,0,0,9,0,0],[4,0,0,0,0,0,4,0],[0,9,0,0,0,0,0,9],[0,0,4,0,0,0,0,0],[0,0,0,9,0,0,0,0]]"
] | |
a61ba2ce | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,8,8,0,0,0,0,0],[0,0,0,0,0,0,8,0,0,0,0,0,0],[0,2,2,0,0,0,0,0,0,0,0,0,0],[0,0,2,0,0,0,0,0,0,0,0,0,0],[... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,8,8,0,0,0],[0,0,0,0,0,0,0,0,0,8,0,0,0],[0,0,1,1,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,2,0,0,0,0],[0,0,0,0,0,0,0,2,2,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,4,0,0,0,0,0,0,0,0],[0,0,0,0,4,4,0,0,0,0,0,0... | [[3,3,8,8],[3,0,0,8],[1,0,0,6],[1,1,6,6]] | [[3,3,8,8],[3,0,0,8],[1,0,0,6],[1,1,6,6]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,8,8,0,0,0],[0,0,0,0,0,0,0,0,0,8,0,0,0],[0,0,1,1,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,2,0,0,0,0],[0,0,0,0,0,0,0,2,2,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,4,0,0,0,0,0,0,0,0],[0,0,0,0,4,4,0,0,0... | [
"[[8,8,2,2],[8,0,0,2],[3,0,0,1],[3,3,1,1]]"
] | |
a61ba2ce::r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,1,0,0,0,0],[... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,8,8,0,0,0,0,0,0,0,0,0,0],[0,8,0,0,0,2,2,0,0,0,0,0,0],[0,0,0,0,0,0,2,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,0,4,4,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,1,1,0,0,0,0,0,0,0... | [[8,8,6,6],[8,0,0,6],[3,0,0,1],[3,3,1,1]] | [[8,8,6,6],[8,0,0,6],[3,0,0,1],[3,3,1,1]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,8,8,0,0,0,0,0,0,0,0,0,0],[0,8,0,0,0,2,2,0,0,0,0,0,0],[0,0,0,0,0,0,2,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,0,4,4,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,1,1,0,0,0,0... | [
"[[2,2,1,1],[2,0,0,1],[8,0,0,3],[8,8,3,3]]"
] | |
a61ba2ce::r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,3,3,0,0,0],[0,0,0,0,0,0,0,0,0,3,0,0,0],[0,0,0,0,1,1,0,0,0,0,0,0,0],[... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,4,4,0,0,0,0],[0,0,0,0,0,0,0,0,4,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,2,2,0,0,0,0,0,0,0],[0,0,0,0,2,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,1,1,0,0],[0,0,0,8,0,0,0,0,0,0,0,0... | [[6,6,1,1],[6,0,0,1],[8,0,0,3],[8,8,3,3]] | [[6,6,1,1],[6,0,0,1],[8,0,0,3],[8,8,3,3]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,4,4,0,0,0,0],[0,0,0,0,0,0,0,0,4,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,2,2,0,0,0,0,0,0,0],[0,0,0,0,2,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,1,1,0,0],[0,0,0,8,0,0,0,0,0... | [
"[[1,1,3,3],[1,0,0,3],[2,0,0,8],[2,2,8,8]]"
] | |
a61ba2ce::r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,2,0,0,0],[0,0,0,0,0,0,0,0,2,2,0,0,0],[0,0,3,3,0,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0,0,0],[... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,1,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,4,4,0,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,2,0,0,0,0,0,0],[0,0,0,0,0,0,2,2,0,0,0,8,0],[0,0,0,0,0,0,0,0,0,0,8,8,0],[0,0,0,0,0,0,0,0,0,0,0,0... | [[1,1,3,3],[1,0,0,3],[6,0,0,8],[6,6,8,8]] | [[1,1,3,3],[1,0,0,3],[6,0,0,8],[6,6,8,8]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,1,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,4,4,0,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,2,0,0,0,0,0,0],[0,0,0,0,0,0,2,2,0,0,0,8,0],[0,0,0,0,0,0,0,0,0,0,8,8,0],[0,0,0,0,0,0,0,0,0... | [
"[[3,3,8,8],[3,0,0,8],[1,0,0,2],[1,1,2,2]]"
] | |
a61ba2ce::flh_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,8,8,0,0,0,0,0,0],[0,0,0,0,0,0,8,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,2,2,0],[0,0,0,0,0,0,0,0,0,0,2,0,0],[... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,8,8,0,0,0,0,0,0,0,0],[0,0,0,8,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,1,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,2,0,0,0,0,0,0,0,0],[0,0,0,0,2,2,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,4,0,0,0,0],[0,0,0,0,0,0,0,4,4,0,0,0... | [[8,8,3,3],[8,0,0,3],[6,0,0,1],[6,6,1,1]] | [[8,8,3,3],[8,0,0,3],[6,0,0,1],[6,6,1,1]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,8,8,0,0,0,0,0,0,0,0],[0,0,0,8,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,1,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,2,0,0,0,0,0,0,0,0],[0,0,0,0,2,2,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,4,0,0,0,0],[0,0,0,0,0,0,0,4,4... | [
"[[2,2,8,8],[2,0,0,8],[1,0,0,3],[1,1,3,3]]"
] | |
a61ba2ce::flh_r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,2,0,0,0,0,0,0,0,0,0],[0,0,0,2,2,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,3,3,0,0],[0,0,0,0,0,0,0,0,0,0,3,0,0],[... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,1,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,4,4,0,0],[0,0,0,0,0,0,0,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,2,0,0,0,0,0,0],[0,8,0,0,0,2,2,0,0,0,0,0,0],[0,8,8,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0... | [[3,3,1,1],[3,0,0,1],[8,0,0,6],[8,8,6,6]] | [[3,3,1,1],[3,0,0,1],[8,0,0,6],[8,8,6,6]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,1,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,4,4,0,0],[0,0,0,0,0,0,0,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,2,0,0,0,0,0,0],[0,8,0,0,0,2,2,0,0,0,0,0,0],[0,8,8,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0... | [
"[[8,8,3,3],[8,0,0,3],[2,0,0,1],[2,2,1,1]]"
] | |
a61ba2ce::flh_r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,3,3,0,0,0,0,0,0,0,0],[0,0,0,3,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,1,0,0,0,0],[... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,4,4,0,0,0,0,0,0,0],[0,0,0,0,4,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,2,2,0,0,0,0],[0,0,0,0,0,0,0,0,2,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,1,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,8,0,0... | [[1,1,6,6],[1,0,0,6],[3,0,0,8],[3,3,8,8]] | [[1,1,6,6],[1,0,0,6],[3,0,0,8],[3,3,8,8]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,4,4,0,0,0,0,0,0,0],[0,0,0,0,4,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,2,2,0,0,0,0],[0,0,0,0,0,0,0,0,2,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,1,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0... | [
"[[3,3,1,1],[3,0,0,1],[8,0,0,2],[8,8,2,2]]"
] | |
a61ba2ce::flh_r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,1,0,0,0,0,0,0,0],[... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,8,8,0],[0,0,0,0,0,0,2,2,0,0,0,8,0],[0,0,0,0,0,0,2,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0,0,0,0,0],[0,0,4,4,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,1,1,0,0... | [[6,6,8,8],[6,0,0,8],[1,0,0,3],[1,1,3,3]] | [[6,6,8,8],[6,0,0,8],[1,0,0,3],[1,1,3,3]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,8,8,0],[0,0,0,0,0,0,2,2,0,0,0,8,0],[0,0,0,0,0,0,2,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0,0,0,0,0],[0,0,4,4,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,1... | [
"[[1,1,2,2],[1,0,0,2],[3,0,0,8],[3,3,8,8]]"
] | |
a61f2674 | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0,0,0],[0,0,5,0,0,0,0,0,0],[0,0,5,0,0,0,5,0,0],[5,0,5,0,0,0,5,0,0],[5,0,5,0,0,0,5,0,0],[5,0,5,0,5,0,5,0,0],[5,0,5,0,5,0,5,0,5],[... | arc | Example
Input: [[0,0,0,0,5,0,0,0,0],[0,0,0,0,5,0,0,0,0],[5,0,0,0,5,0,0,0,0],[5,0,0,0,5,0,5,0,0],[5,0,0,0,5,0,5,0,0],[5,0,0,0,5,0,5,0,0],[5,0,0,0,5,0,5,0,0],[5,0,5,0,5,0,5,0,0],[5,0,5,0,5,0,5,0,0]]
Output: [[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0... | [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,2,0,0,0,0,0,1,0]] | [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,2,0,0,0,0,0,1,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,5,0,0,0,0],[0,0,0,0,5,0,0,0,0],[5,0,0,0,5,0,0,0,0],[5,0,0,0,5,0,5,0,0],[5,0,0,0,5,0,5,0,0],[5,0,0,0,5,0,5,0,0],[5,0,0,0,5,0,5,0,0],[5,0,5,0,5,0,5,0,0],[5,0,5,0,5,0,5,0,0]]\nOutput: [[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,... | [
"[[0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,2],[0,0,1,0,0,0,0,0,2],[0,0,1,0,0,0,0,0,2]]"
] | |
a61f2674::r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,5,5,5],[0,0,0,0,0,0,0,0,0],[0,0,5,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,5,5,5],[0,0,0,0,0,0,0,0,0],[0,5,5,5,5,5,5,5,5],[... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,5,5],[0,0,0,0,0,0,0,0,0],[0,0,5,5,5,5,5,5,5]]
Output: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,0,0,0,0... | [[0,0,0,0,0,0,0,0,0],[0,1,1,1,1,1,1,1,1],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,2],[0,0,0,0,0,0,0,0,0]] | [[0,0,0,0,0,0,0,0,0],[0,1,1,1,1,1,1,1,1],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,2],[0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,5,5],[0,0,0,0,0,0,0,0,0],[0,0,5,5,5,5,5,5,5]]\nOutput: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,... | [
"[[0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,1,1,1,1,1,1,1,1],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]"
] | |
a61f2674::r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[5,0,5,0,5,0,5,0,5],[5,0,5,0,5,0,5,0,5],[5,0,5,0,5,0,5,0,5],[0,0,5,0,5,0,5,0,5],[0,0,5,0,0,0,5,0,5],[0,0,5,0,0,0,5,0,5],[0,0,5,0,0,0,5,0,0],[... | arc | Example
Input: [[0,0,5,0,5,0,5,0,5],[0,0,5,0,5,0,5,0,5],[0,0,5,0,5,0,0,0,5],[0,0,5,0,5,0,0,0,5],[0,0,5,0,5,0,0,0,5],[0,0,5,0,5,0,0,0,5],[0,0,0,0,5,0,0,0,5],[0,0,0,0,5,0,0,0,0],[0,0,0,0,5,0,0,0,0]]
Output: [[0,0,0,0,1,0,2,0,0],[0,0,0,0,1,0,2,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0... | [[0,1,0,0,0,0,0,2,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]] | [[0,1,0,0,0,0,0,2,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,5,0,5,0,5,0,5],[0,0,5,0,5,0,5,0,5],[0,0,5,0,5,0,0,0,5],[0,0,5,0,5,0,0,0,5],[0,0,5,0,5,0,0,0,5],[0,0,5,0,5,0,0,0,5],[0,0,0,0,5,0,0,0,5],[0,0,0,0,5,0,0,0,0],[0,0,0,0,5,0,0,0,0]]\nOutput: [[0,0,0,0,1,0,2,0,0],[0,0,0,0,1,0,2,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,... | [
"[[2,0,0,0,0,0,1,0,0],[2,0,0,0,0,0,1,0,0],[2,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0]]"
] | |
a61f2674::r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[5,5,5,5,5,5,0,0,0],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,5,5,0],[0,0,0,0,0,0,0,0,0],[5,5,5,5,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,5,0,0],[... | arc | Example
Input: [[5,5,5,5,5,5,5,0,0],[0,0,0,0,0,0,0,0,0],[5,5,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[2,2,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,0,0,0,0... | [[0,0,0,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[1,1,1,1,1,1,1,1,0],[0,0,0,0,0,0,0,0,0]] | [[0,0,0,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[1,1,1,1,1,1,1,1,0],[0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[5,5,5,5,5,5,5,0,0],[0,0,0,0,0,0,0,0,0],[5,5,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[2,2,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,... | [
"[[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[1,1,1,1,1,1,1,1,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0]]"
] | |
a61f2674::flh_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,5,0,0],[0,0,5,0,0,0,5,0,0],[0,0,5,0,0,0,5,0,5],[0,0,5,0,0,0,5,0,5],[0,0,5,0,5,0,5,0,5],[5,0,5,0,5,0,5,0,5],[... | arc | Example
Input: [[0,0,0,0,5,0,0,0,0],[0,0,0,0,5,0,0,0,0],[0,0,0,0,5,0,0,0,5],[0,0,5,0,5,0,0,0,5],[0,0,5,0,5,0,0,0,5],[0,0,5,0,5,0,0,0,5],[0,0,5,0,5,0,0,0,5],[0,0,5,0,5,0,5,0,5],[0,0,5,0,5,0,5,0,5]]
Output: [[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0... | [[0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,2,0]] | [[0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,2,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,5,0,0,0,0],[0,0,0,0,5,0,0,0,0],[0,0,0,0,5,0,0,0,5],[0,0,5,0,5,0,0,0,5],[0,0,5,0,5,0,0,0,5],[0,0,5,0,5,0,0,0,5],[0,0,5,0,5,0,0,0,5],[0,0,5,0,5,0,5,0,5],[0,0,5,0,5,0,5,0,5]]\nOutput: [[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,... | [
"[[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0],[2,0,0,0,0,0,1,0,0],[2,0,0,0,0,0,1,0,0],[2,0,0,0,0,0,1,0,0]]"
] | |
a61f2674::flh_r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[0,5,5,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,5,5,5],[0,0,0,0,0,0,0,0,0],[0,0,5,5,5,5,5,5,5],[... | arc | Example
Input: [[0,0,5,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,5,5],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[0,0,0,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,2,2],[0,0,0,0,0,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,0,0,0,0... | [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,2],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,1,1,1,1,1,1,1,1],[0,0,0,0,0,0,0,0,0]] | [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,2],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,1,1,1,1,1,1,1,1],[0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,5,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,5,5],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[0,0,0,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,2,2],[0,0,0,0,0,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,... | [
"[[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,1,1,1,1,1,1,1,1],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,2,2,2]]"
] | |
a61f2674::flh_r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[5,0,5,0,5,0,5,0,5],[5,0,5,0,5,0,5,0,5],[5,0,5,0,5,0,5,0,5],[5,0,5,0,5,0,5,0,0],[5,0,5,0,0,0,5,0,0],[5,0,5,0,0,0,5,0,0],[0,0,5,0,0,0,5,0,0],[... | arc | Example
Input: [[5,0,5,0,5,0,5,0,0],[5,0,5,0,5,0,5,0,0],[5,0,0,0,5,0,5,0,0],[5,0,0,0,5,0,5,0,0],[5,0,0,0,5,0,5,0,0],[5,0,0,0,5,0,5,0,0],[5,0,0,0,5,0,0,0,0],[0,0,0,0,5,0,0,0,0],[0,0,0,0,5,0,0,0,0]]
Output: [[0,0,2,0,1,0,0,0,0],[0,0,2,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0... | [[0,2,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0]] | [[0,2,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[5,0,5,0,5,0,5,0,0],[5,0,5,0,5,0,5,0,0],[5,0,0,0,5,0,5,0,0],[5,0,0,0,5,0,5,0,0],[5,0,0,0,5,0,5,0,0],[5,0,0,0,5,0,5,0,0],[5,0,0,0,5,0,0,0,0],[0,0,0,0,5,0,0,0,0],[0,0,0,0,5,0,0,0,0]]\nOutput: [[0,0,2,0,1,0,0,0,0],[0,0,2,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0],[0,0,0,... | [
"[[0,0,1,0,0,0,0,0,2],[0,0,1,0,0,0,0,0,2],[0,0,1,0,0,0,0,0,2],[0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]"
] | |
a61f2674::flh_r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[5,5,5,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,5,0,0],[0,0,0,0,0,0,0,0,0],[5,5,5,5,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,5,5,0],[... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,0,0,0],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[5,5,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,5,0,0]]
Output: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,0,0,0,0... | [[0,0,0,0,0,0,0,0,0],[1,1,1,1,1,1,1,1,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]] | [[0,0,0,0,0,0,0,0,0],[1,1,1,1,1,1,1,1,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,0,0,0],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,5,5,5],[0,0,0,0,0,0,0,0,0],[5,5,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[5,5,5,5,5,5,5,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,... | [
"[[2,2,2,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[1,1,1,1,1,1,1,1,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]"
] | |
a64e4611 | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[8,8,0,8,0,8,0,8,8,8,8,8,0,8,8,8,0,8,0,0,8,0,8,0,0,0,8,8,0,8],[0,0,0,8,8,8,8,0,0,8,0,8,0,0,8,8,0,0,8,0,0,0,0,0,8,8,8,8,0,8],[8,0,0,0,8,8,0,0,... | arc | Example
Input: [[0,2,0,2,2,2,2,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,2,0,0,0],[0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,0,0,2,2,0],[0,2,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,0,2,0,2,0,2,0],[0,0,0,0,2,0,2,0,0,0,0,0,0,0,0,0,0,2,2,0,0,2,2,0,2,2,0,0,0,0],[0,2,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,2,2,0,0,2... | [[0,4,4,0,4,0,4,4,0,0,0,3,3,0,4,4,4,4,4,0,3,0,4,0,4,4,4,0,0,0],[4,4,4,0,0,4,4,0,0,0,0,3,3,0,0,4,4,0,4,0,3,0,0,0,0,4,4,0,4,4],[0,0,0,4,0,0,0,0,4,4,0,3,3,0,0,4,0,4,4,0,3,0,4,4,0,0,4,0,0,4],[4,0,0,0,4,4,4,0,4,0,0,3,3,0,4,0,0,0,4,0,3,0,0,0,0,0,4,0,0,4],[4,0,4,4,4,0,4,0,0,4,0,3,3,0,0,0,0,4,0,0,3,0,0,4,0,4,4,0,4,0],[0,0,4,0,... | [[0,4,4,0,4,0,4,4,0,0,0,3,3,0,4,4,4,4,4,0,3,0,4,0,4,4,4,0,0,0],[4,4,4,0,0,4,4,0,0,0,0,3,3,0,0,4,4,0,4,0,3,0,0,0,0,4,4,0,4,4],[0,0,0,4,0,0,0,0,4,4,0,3,3,0,0,4,0,4,4,0,3,0,4,4,0,0,4,0,0,4],[4,0,0,0,4,4,4,0,4,0,0,3,3,0,4,0,0,0,4,0,3,0,0,0,0,0,4,0,0,4],[4,0,4,4,4,0,4,0,0,4,0,3,3,0,0,0,0,4,0,0,3,0,0,4,0,4,4,0,4,0],[0,0,4,0,... | [] | arc_train | [
"Example\nInput: [[1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,1,1,1,0,1,1,1,1,0],[0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,1,0,0,1,1,1,0,0],[0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0],[0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,1,1,1,0,1,0,1,0,1],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,0,1,1,0... | [
"[[8,8,0,8,0,8,0,8,8,8,8,8,0,8,8,8,0,8,0,0,8,0,8,0,0,0,8,8,0,8],[0,0,0,8,8,8,8,0,0,8,0,8,0,0,8,8,0,0,8,0,0,0,0,0,8,8,8,8,0,8],[8,0,0,0,8,8,0,0,8,0,8,8,0,8,8,0,8,0,8,0,8,8,8,8,0,0,8,0,0,0],[0,8,8,0,0,0,0,8,8,0,0,0,0,8,8,0,8,8,0,0,0,8,8,0,8,0,0,0,0,0],[8,8,8,0,8,0,0,8,0,0,0,0,0,0,0,0,0,8,8,8,8,0,0,8,0,8,8,0,0,8],[0,8... | |
a64e4611::r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[8,8,0,0,8,8,8,8,8,0,0,0,0,8,8,8,8,0,0,8,0,0,8,8,8,8,8,0,0,0],[0,0,0,0,0,0,8,8,0,0,0,0,0,0,8,8,0,8,0,8,8,8,8,8,8,0,0,8,0,8],[8,8,0,0,0,0,8,0,... | arc | Example
Input: [[0,0,0,0,0,2,0,0,2,0,2,0,2,2,0,0,2,2,0,0,0,2,0,2,2,0,2,2,0,2],[0,2,2,0,0,0,0,2,0,0,0,0,2,0,2,2,0,0,0,0,0,0,2,0,0,0,2,2,2,2],[0,2,0,0,2,0,0,0,2,2,0,0,0,0,0,0,0,2,0,2,0,2,2,2,0,0,2,0,0,0],[2,0,2,0,0,0,0,2,2,2,0,0,0,2,0,2,0,0,2,0,0,2,2,0,0,2,2,2,2,2],[2,0,0,2,0,0,2,0,0,0,0,0,0,0,2,0,2,2,0,2,2,0,0,0,0,2,0,0... | [[0,4,4,4,0,0,4,0,0,0,3,3,3,3,3,0,4,0,4,0,0,4,4,4,0,4,0,4,4,0],[0,4,0,0,4,0,4,0,4,0,3,3,3,3,3,0,4,0,4,4,0,0,4,4,4,0,4,4,4,0],[0,0,0,0,0,0,0,4,0,0,3,3,3,3,3,0,0,4,4,0,4,4,0,4,4,4,0,0,0,0],[4,4,4,4,4,0,4,0,4,0,3,3,3,3,3,0,0,0,4,0,0,4,0,4,4,0,0,0,4,4],[4,4,0,0,4,0,4,0,0,0,3,3,3,3,3,0,4,4,4,0,0,0,4,0,0,4,0,4,4,4],[4,0,0,0,... | [[0,4,4,4,0,0,4,0,0,0,3,3,3,3,3,0,4,0,4,0,0,4,4,4,0,4,0,4,4,0],[0,4,0,0,4,0,4,0,4,0,3,3,3,3,3,0,4,0,4,4,0,0,4,4,4,0,4,4,4,0],[0,0,0,0,0,0,0,4,0,0,3,3,3,3,3,0,0,4,4,0,4,4,0,4,4,4,0,0,0,0],[4,4,4,4,4,0,4,0,4,0,3,3,3,3,3,0,0,0,4,0,0,4,0,4,4,0,0,0,4,4],[4,4,0,0,4,0,4,0,0,0,3,3,3,3,3,0,4,4,4,0,0,0,4,0,0,4,0,4,4,4],[4,0,0,0,... | [] | arc_train | [
"Example\nInput: [[0,0,0,1,1,1,0,0,0,1,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0,0,1,1,0],[1,0,1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,1,0,1,0,1,1,0,1],[1,1,0,1,0,1,0,0,0,1,0,0,0,1,1,1,0,0,0,0,1,1,1,0,1,1,1,1,0,1],[1,1,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,1,0,1,1,1,0,1,1],[1,1,0,1,0,0,0,0,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,1,1... | [
"[[8,8,0,0,8,8,8,8,8,0,3,3,0,8,8,8,8,0,0,8,0,0,8,8,8,8,8,0,0,0],[0,0,0,0,0,0,8,8,0,0,3,3,0,0,8,8,0,8,0,8,8,8,8,8,8,0,0,8,0,8],[8,8,0,0,0,0,8,0,8,0,3,3,0,8,0,0,0,8,0,8,0,0,8,8,0,8,0,0,0,8],[8,8,8,0,8,0,0,0,0,0,3,3,0,8,0,8,8,0,8,0,8,0,0,8,0,0,0,0,8,0],[0,8,0,0,8,8,8,8,0,0,3,3,0,0,0,0,8,0,0,8,0,8,8,0,0,8,8,8,8,8],[0,8... | |
a64e4611::r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,8,8,0,8,0,8,8,0,8,0,8,8,0,0,0,0,0,0,0,0,0,8,0,0,8,0,8,8,8],[0,0,0,8,8,8,0,8,8,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,0],[0,8,0,0,8,0,8,8,... | arc | Example
Input: [[2,2,0,2,2,2,2,2,2,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,2],[0,2,0,2,0,0,0,2,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,2],[2,2,0,2,0,0,0,2,0,2,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,0,2,0,2,0],[2,2,2,2,0,0,0,2,0,2,0,0,2,0,0,0,0,0,0,0,0,0,0,2,2,2,0,0,0,2],[0,0,0,2,2,0,0,2,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0... | [[0,0,0,4,4,0,4,0,0,0,0,4,0,0,4,0,0,3,3,0,0,4,4,4,4,4,4,0,0,0],[4,4,0,4,4,4,0,4,0,4,0,0,0,0,0,0,0,3,3,0,0,4,4,4,0,0,0,0,0,4],[4,4,0,0,4,0,0,0,0,0,0,4,0,4,0,0,0,3,3,0,0,0,4,4,0,4,0,4,0,0],[0,4,0,0,0,4,4,0,0,4,4,4,0,4,0,4,0,3,3,0,4,0,0,0,0,0,4,0,4,0],[4,0,4,0,4,4,0,4,0,0,0,0,4,4,0,4,0,3,3,0,4,0,0,4,0,0,0,4,0,4],[0,4,4,4,... | [[0,0,0,4,4,0,4,0,0,0,0,4,0,0,4,0,0,3,3,0,0,4,4,4,4,4,4,0,0,0],[4,4,0,4,4,4,0,4,0,4,0,0,0,0,0,0,0,3,3,0,0,4,4,4,0,0,0,0,0,4],[4,4,0,0,4,0,0,0,0,0,0,4,0,4,0,0,0,3,3,0,0,0,4,4,0,4,0,4,0,0],[0,4,0,0,0,4,4,0,0,4,4,4,0,4,0,4,0,3,3,0,4,0,0,0,0,0,4,0,4,0],[4,0,4,0,4,4,0,4,0,0,0,0,4,4,0,4,0,3,3,0,4,0,0,4,0,0,0,4,0,4],[0,4,4,4,... | [] | arc_train | [
"Example\nInput: [[0,1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1],[1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,1],[1,1,1,0,0,0,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0],[0,1,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,1,1,0,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0... | [
"[[0,8,8,0,8,0,8,8,0,8,0,8,8,0,3,3,3,3,3,3,3,0,8,0,0,8,0,8,8,8],[0,0,0,8,8,8,0,8,8,0,0,8,0,0,3,3,3,3,3,3,3,0,0,0,0,0,0,8,8,0],[0,8,0,0,8,0,8,8,0,8,8,0,8,0,3,3,3,3,3,3,3,0,0,8,0,8,0,8,0,8],[8,0,0,0,8,8,0,8,0,8,8,8,0,0,3,3,3,3,3,3,3,0,8,8,0,8,8,8,0,8],[8,0,8,0,8,0,8,0,0,0,0,0,0,0,3,3,3,3,3,3,3,0,0,8,8,8,0,8,8,0],[8,8... | |
a64e4611::r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[8,0,8,8,0,0,8,0,0,0,0,8,8,0,8,8,8,0,0,8,8,8,0,0,0,8,0,8,0,8],[8,8,0,0,8,8,8,0,0,0,0,0,0,0,0,0,8,8,8,0,8,0,8,8,8,8,8,0,0,8],[8,8,8,8,8,8,0,0,... | arc | Example
Input: [[2,2,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,0,0],[0,0,2,0,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,2,0,2,0,2],[0,2,0,0,0,2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,0],[2,2,2,0,0,0,0,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,2],[2,0,0,2,2,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0... | [[0,4,0,0,4,4,0,4,4,0,0,0,4,0,0,3,3,3,3,3,0,0,0,4,0,4,4,0,4,0],[0,0,0,4,0,4,4,0,0,0,4,0,4,4,0,3,3,3,3,3,0,0,4,0,0,0,0,0,4,4],[0,0,4,0,4,0,4,4,4,0,4,4,0,0,0,3,3,3,3,3,0,4,0,4,4,4,0,0,4,4],[4,0,0,4,0,0,4,4,0,0,0,0,4,0,0,3,3,3,3,3,0,0,4,4,0,4,0,4,0,0],[4,0,4,0,0,0,4,0,0,4,4,4,4,0,0,3,3,3,3,3,0,0,4,0,4,4,4,0,0,4],[4,0,0,0,... | [[0,4,0,0,4,4,0,4,4,0,0,0,4,0,0,3,3,3,3,3,0,0,0,4,0,4,4,0,4,0],[0,0,0,4,0,4,4,0,0,0,4,0,4,4,0,3,3,3,3,3,0,0,4,0,0,0,0,0,4,4],[0,0,4,0,4,0,4,4,4,0,4,4,0,0,0,3,3,3,3,3,0,4,0,4,4,4,0,0,4,4],[4,0,0,4,0,0,4,4,0,0,0,0,4,0,0,3,3,3,3,3,0,0,4,4,0,4,0,4,0,0],[4,0,4,0,0,0,4,0,0,4,4,4,4,0,0,3,3,3,3,3,0,0,4,0,4,4,4,0,0,4],[4,0,0,0,... | [] | arc_train | [
"Example\nInput: [[1,1,0,0,0,1,0,1,0,1,1,1,1,0,1,0,1,1,0,0,1,0,1,0,0,0,0,0,0,1],[0,0,0,0,0,1,1,0,0,0,1,0,0,1,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,1],[1,1,1,1,1,1,0,0,1,1,0,1,0,1,0,1,0,1,1,1,1,1,1,0,1,0,1,1,1,1],[1,0,1,0,0,0,1,0,0,1,1,0,1,0,0,0,0,0,0,1,1,0,0,1,1,0,1,1,0,0],[0,1,1,0,1,1,0,0,0,1,1,0,1,0,1,1,0,1,0,1,1,1,1,0,1... | [
"[[8,0,8,8,0,0,8,0,3,3,0,8,8,0,8,8,8,0,0,8,8,8,0,0,0,8,0,8,0,8],[8,8,0,0,8,8,8,0,3,3,0,0,0,0,0,0,8,8,8,0,8,0,8,8,8,8,8,0,0,8],[8,8,8,8,8,8,0,0,3,3,0,8,8,8,8,8,8,0,8,8,8,8,8,8,0,8,8,0,0,0],[0,0,0,8,0,8,0,0,3,3,0,8,0,8,0,8,8,0,0,8,0,8,8,8,0,0,0,0,8,8],[8,0,8,8,8,8,8,0,3,3,0,0,0,8,0,0,8,8,0,0,8,0,8,8,0,8,0,8,8,0],[0,0... | |
a64e4611::flh_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[8,0,8,8,0,0,0,8,0,8,0,0,8,0,8,8,8,0,8,8,8,8,8,0,8,0,8,0,8,8],[8,0,8,8,8,8,0,0,0,0,0,8,0,0,8,8,0,0,8,0,8,0,0,8,8,8,8,0,0,0],[0,0,0,8,0,0,8,8,... | arc | Example
Input: [[0,0,0,2,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,2,2,2,0,2,0],[0,2,2,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0],[0,2,0,2,0,2,0,0,0,0,2,0,2,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,2,0],[0,0,0,0,2,2,0,2,2,0,0,2,2,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,0],[0,0,2,0,0,2,2,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0... | [[0,0,0,4,4,4,0,4,0,3,0,4,4,4,4,4,0,3,3,0,0,0,4,4,0,4,0,4,4,0],[4,4,0,4,4,0,0,0,0,3,0,4,0,4,4,0,0,3,3,0,0,0,0,4,4,0,0,4,4,4],[4,0,0,4,0,0,4,4,0,3,0,4,4,0,4,0,0,3,3,0,4,4,0,0,0,0,4,0,0,0],[4,0,0,4,0,0,0,0,0,3,0,4,0,0,0,4,0,3,3,0,0,4,0,4,4,4,0,0,0,4],[0,4,0,4,4,0,4,0,0,3,0,0,4,0,0,0,0,3,3,0,4,0,0,4,0,4,4,4,0,4],[0,0,0,0,... | [[0,0,0,4,4,4,0,4,0,3,0,4,4,4,4,4,0,3,3,0,0,0,4,4,0,4,0,4,4,0],[4,4,0,4,4,0,0,0,0,3,0,4,0,4,4,0,0,3,3,0,0,0,0,4,4,0,0,4,4,4],[4,0,0,4,0,0,4,4,0,3,0,4,4,0,4,0,0,3,3,0,4,4,0,0,0,0,4,0,0,0],[4,0,0,4,0,0,0,0,0,3,0,4,0,0,0,4,0,3,3,0,0,4,0,4,4,4,0,0,0,4],[0,4,0,4,4,0,4,0,0,3,0,0,4,0,0,0,0,3,3,0,4,0,0,4,0,4,4,4,0,4],[0,0,0,0,... | [] | arc_train | [
"Example\nInput: [[0,1,1,1,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1],[0,0,1,1,1,0,0,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0],[0,1,0,1,0,0,1,0,1,0,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0],[1,0,1,0,1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,0],[1,0,0,1,0,0,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0... | [
"[[8,0,8,8,0,0,0,8,0,8,0,0,8,0,8,8,8,0,8,8,8,8,8,0,8,0,8,0,8,8],[8,0,8,8,8,8,0,0,0,0,0,8,0,0,8,8,0,0,8,0,8,0,0,8,8,8,8,0,0,0],[0,0,0,8,0,0,8,8,8,8,0,8,0,8,0,8,8,0,8,8,0,8,0,0,8,8,0,0,0,8],[0,0,0,0,0,8,0,8,8,0,0,0,8,8,0,8,8,0,0,0,0,8,8,0,0,0,0,8,8,0],[8,0,0,8,8,0,8,0,0,8,8,8,8,0,0,0,0,0,0,0,0,0,8,0,0,8,0,8,8,8],[8,0... | |
a64e4611::flh_r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[8,0,8,0,8,0,0,0,8,8,8,0,0,8,8,8,0,8,8,0,0,0,0,8,0,0,8,8,0,8],[8,0,0,8,8,8,8,8,0,8,0,8,8,8,0,0,0,0,0,0,0,0,0,8,8,8,0,0,8,8],[0,0,0,8,8,0,8,8,... | arc | Example
Input: [[0,0,0,0,0,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2],[2,0,2,0,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,0,2,0,0],[0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,2,0,0,0,2,0],[2,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,0,2,2,2],[2,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,2,2,0... | [[0,4,0,4,4,0,4,0,0,0,3,3,3,3,3,0,0,4,0,0,0,4,4,0,4,4,0,0,4,0],[4,4,0,0,0,0,0,4,0,0,3,3,3,3,3,0,4,4,0,4,0,0,0,4,4,0,4,0,0,0],[4,4,0,0,4,4,4,0,4,0,3,3,3,3,3,0,0,0,4,4,0,4,4,4,0,4,0,4,0,0],[0,0,4,0,4,0,4,4,0,0,3,3,3,3,3,0,0,4,0,0,0,0,4,4,0,0,4,0,0,4],[4,0,0,4,4,4,0,4,0,0,3,3,3,3,3,0,0,4,4,4,4,0,0,4,0,0,0,4,0,4],[0,4,0,4,... | [[0,4,0,4,4,0,4,0,0,0,3,3,3,3,3,0,0,4,0,0,0,4,4,0,4,4,0,0,4,0],[4,4,0,0,0,0,0,4,0,0,3,3,3,3,3,0,4,4,0,4,0,0,0,4,4,0,4,0,0,0],[4,4,0,0,4,4,4,0,4,0,3,3,3,3,3,0,0,0,4,4,0,4,4,4,0,4,0,4,0,0],[0,0,4,0,4,0,4,4,0,0,3,3,3,3,3,0,0,4,0,0,0,0,4,4,0,0,4,0,0,4],[4,0,0,4,4,4,0,4,0,0,3,3,3,3,3,0,0,4,4,4,4,0,0,4,0,0,0,4,0,4],[0,4,0,4,... | [] | arc_train | [
"Example\nInput: [[1,0,0,0,0,0,0,1,0,1,0,0,1,1,0,1,0,1,1,1,1,0,1,0,1,0,0,0,1,1],[1,0,0,0,1,0,1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0,0,0],[1,1,1,1,0,1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,1,1,1,1,1,1],[0,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,0,1,0,1],[0,1,0,1,0,1,0,1,1,1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,1... | [
"[[8,0,8,0,8,0,0,0,8,8,8,0,0,8,8,8,0,8,8,0,3,3,0,8,0,0,8,8,0,8],[8,0,0,8,8,8,8,8,0,8,0,8,8,8,0,0,0,0,0,0,3,3,0,8,8,8,0,0,8,8],[0,0,0,8,8,0,8,8,8,8,8,8,0,8,8,8,8,8,8,0,3,3,0,0,8,8,8,8,8,8],[8,8,0,0,0,0,8,8,8,0,8,0,0,8,8,0,8,0,8,0,3,3,0,0,8,0,8,0,0,0],[0,8,8,0,8,0,8,8,0,8,0,0,8,8,0,0,8,0,0,0,3,3,0,8,8,8,8,8,0,8],[8,8... | |
a64e4611::flh_r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[8,8,8,0,8,0,0,8,0,0,0,0,0,0,0,0,0,8,8,0,8,0,8,8,0,8,0,8,8,0],[0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,8,0,8,8,8,0,0,0],[8,0,8,0,8,0,8,0,... | arc | Example
Input: [[2,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,2,0,2,2],[2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,2,2,0,0,0,2,0,2,0],[0,2,0,2,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,0,2,0,2,0,0,0,2,0,2,2],[2,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,2,0,0,2,0,2,0,0,0,2,2,2,2],[2,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,2,0,0,2,2,0... | [[0,0,0,4,4,4,4,4,4,0,0,3,3,0,0,4,0,0,4,0,0,0,0,4,0,4,4,0,0,0],[4,0,0,0,0,0,4,4,4,0,0,3,3,0,0,0,0,0,0,0,4,0,4,0,4,4,4,0,4,4],[0,0,4,0,4,0,4,4,0,0,0,3,3,0,0,0,4,0,4,0,0,0,0,0,0,4,0,0,4,4],[0,4,0,4,0,0,0,0,0,4,0,3,3,0,4,0,4,0,4,4,4,0,0,4,4,0,0,0,4,0],[4,0,4,0,0,0,4,0,0,4,0,3,3,0,4,0,4,4,0,0,0,0,4,0,4,4,0,4,0,4],[4,4,0,0,... | [[0,0,0,4,4,4,4,4,4,0,0,3,3,0,0,4,0,0,4,0,0,0,0,4,0,4,4,0,0,0],[4,0,0,0,0,0,4,4,4,0,0,3,3,0,0,0,0,0,0,0,4,0,4,0,4,4,4,0,4,4],[0,0,4,0,4,0,4,4,0,0,0,3,3,0,0,0,4,0,4,0,0,0,0,0,0,4,0,0,4,4],[0,4,0,4,0,0,0,0,0,4,0,3,3,0,4,0,4,0,4,4,4,0,0,4,4,0,0,0,4,0],[4,0,4,0,0,0,4,0,0,4,0,3,3,0,4,0,4,4,0,0,0,0,4,0,4,4,0,4,0,4],[4,4,0,0,... | [] | arc_train | [
"Example\nInput: [[1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1,0,1,1,0,1,1,1,0],[1,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,1,0,0,1],[0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1,0,0,0,1,1,1],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,1,0,0,1,1,1,0],[0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,0,1,0... | [
"[[8,8,8,0,8,0,0,8,0,3,3,3,3,3,3,3,0,8,8,0,8,0,8,8,0,8,0,8,8,0],[0,8,8,0,0,0,0,0,0,3,3,3,3,3,3,3,0,0,8,0,0,8,8,0,8,8,8,0,0,0],[8,0,8,0,8,0,8,0,0,3,3,3,3,3,3,3,0,8,0,8,8,0,8,8,0,8,0,0,8,0],[8,0,8,8,8,0,8,8,0,3,3,3,3,3,3,3,0,0,8,8,8,0,8,0,8,8,0,0,0,8],[0,8,8,0,8,8,8,0,0,3,3,3,3,3,3,3,0,0,0,0,0,0,0,8,0,8,0,8,0,8],[0,8... | |
a64e4611::flh_r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,8,8,8,8,8,0,0,8,0,0,8,8,8,8,0,0,0,0,8,8,8,8,8,0,0,8,8],[8,0,8,0,0,8,8,8,8,8,8,0,8,0,8,8,0,0,0,0,0,0,8,8,0,0,0,0,0,0],[8,0,0,0,8,0,8,8,... | arc | Example
Input: [[2,0,2,2,0,2,2,0,2,0,0,0,2,2,0,0,2,2,0,2,0,2,0,0,2,0,0,0,0,0],[2,2,2,2,0,0,0,2,0,0,0,0,0,0,2,2,0,2,0,0,0,0,2,0,0,0,0,2,2,0],[0,0,0,2,0,0,2,2,2,0,2,0,2,0,0,0,0,0,0,0,2,2,0,0,0,2,0,0,2,0],[2,2,2,2,2,0,0,2,2,0,0,2,0,0,2,0,2,0,0,0,2,2,2,0,0,0,0,2,0,2],[2,0,0,0,2,0,0,0,0,2,2,0,2,2,0,2,0,0,0,0,0,0,0,2,0,0,2,0... | [[0,4,4,0,4,0,4,4,4,0,0,4,0,4,0,3,3,3,3,3,0,0,0,4,0,0,4,4,4,0],[0,4,4,4,0,4,4,4,0,0,4,4,0,4,0,3,3,3,3,3,0,4,0,4,0,4,0,0,4,0],[0,0,0,0,4,4,4,0,4,4,0,4,4,0,0,3,3,3,3,3,0,0,4,0,0,0,0,0,0,0],[4,4,0,0,0,4,4,0,4,0,0,4,0,0,0,3,3,3,3,3,0,4,0,4,0,4,4,4,4,4],[4,4,4,0,4,0,0,4,0,0,0,4,4,4,0,3,3,3,3,3,0,0,0,4,0,4,0,0,4,4],[0,4,0,4,... | [[0,4,4,0,4,0,4,4,4,0,0,4,0,4,0,3,3,3,3,3,0,0,0,4,0,0,4,4,4,0],[0,4,4,4,0,4,4,4,0,0,4,4,0,4,0,3,3,3,3,3,0,4,0,4,0,4,0,0,4,0],[0,0,0,0,4,4,4,0,4,4,0,4,4,0,0,3,3,3,3,3,0,0,4,0,0,0,0,0,0,0],[4,4,0,0,0,4,4,0,4,0,0,4,0,0,0,3,3,3,3,3,0,4,0,4,0,4,4,4,4,4],[4,4,4,0,4,0,0,4,0,0,0,4,4,4,0,3,3,3,3,3,0,0,0,4,0,4,0,0,4,4],[0,4,0,4,... | [] | arc_train | [
"Example\nInput: [[0,1,1,0,0,0,0,1,0,1,0,0,0,0,1,1,1,1,1,0,1,0,0,0,1,1,1,0,0,0],[1,0,1,1,0,1,0,1,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,1,0,1],[1,0,1,1,1,1,0,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0,1,0,1,1],[1,1,0,1,1,1,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,1,1,1],[0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,1,1,0,0,0,0,0... | [
"[[0,0,0,8,8,8,8,8,0,0,8,0,0,8,8,8,8,0,3,3,0,8,8,8,8,8,0,0,8,8],[8,0,8,0,0,8,8,8,8,8,8,0,8,0,8,8,0,0,3,3,0,0,8,8,0,0,0,0,0,0],[8,0,0,0,8,0,8,8,0,0,8,0,8,0,0,0,8,0,3,3,0,8,0,8,0,0,0,0,8,8],[0,8,0,0,0,0,8,0,0,8,0,8,0,8,8,0,8,0,3,3,0,0,0,0,0,8,0,8,8,8],[8,8,8,8,8,0,0,8,8,0,8,0,0,8,0,0,0,0,3,3,0,0,8,8,8,8,0,0,8,0],[0,8... | |
a65b410d | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[2,2,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]]
Output: [[3,3,3,3,3,0,0],[3,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[2,2,2,2,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]
Output: [[3,3,3,3,3,3,0,0,0],[3,3,3,3,3,0,0,0,0],[2,2,2,2,0,0,0,0,0],[1,1,1,0,0,0,0,0,0],[1,1,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]
Now apply th... | [[3,3,3,3,3,3,3,0,0],[3,3,3,3,3,3,0,0,0],[2,2,2,2,2,0,0,0,0],[1,1,1,1,0,0,0,0,0],[1,1,1,0,0,0,0,0,0],[1,1,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]] | [[3,3,3,3,3,3,3,0,0],[3,3,3,3,3,3,0,0,0],[2,2,2,2,2,0,0,0,0],[1,1,1,1,0,0,0,0,0],[1,1,1,0,0,0,0,0,0],[1,1,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]\nOutput: [[3,3,3,3,3,3,0,0,0],[3,3,3,3,3,0,0,0,0],[3,3,3,3,0,0,0,0,0],[2,2,2,0,0,0,0,0,0],[1,1,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0],[0,0,0,... | [
"[[3,3,3,3,3,0,0],[3,3,3,3,0,0,0],[3,3,3,0,0,0,0],[2,2,0,0,0,0,0],[1,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]]",
"[[3,3,3,3,3,3,0,0,0],[3,3,3,3,3,0,0,0,0],[3,3,3,3,0,0,0,0,0],[2,2,2,0,0,0,0,0,0],[1,1,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]"
] | |
a65b410d::r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,2,0,0,0],[0,0,0,2,0,0,0]]
Output: [[0,0,0,0,0,0,0],[0,... | arc | Example
Input: [[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,2,0,0,0,0],[0,0,2,0,0,0,0],[0,0,2,0,0,0,0],[0,0,2,0,0,0,0]]
Output: [[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[3,0,0,0,0,0,0],[3,3,0,0,0,0,0],[3,3,2,0,0,0,0],[3,3,2,1,0,0,0],[3,3,2,1,1,0,0],[3,3,2,1,1,1,0]]
Now ... | [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[3,0,0,0,0,0,0,0,0],[3,3,0,0,0,0,0,0,0],[3,3,2,0,0,0,0,0,0],[3,3,2,1,0,0,0,0,0],[3,3,2,1,1,0,0,0,0],[3,3,2,1,1,1,0,0,0],[3,3,2,1,1,1,1,0,0]] | [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[3,0,0,0,0,0,0,0,0],[3,3,0,0,0,0,0,0,0],[3,3,2,0,0,0,0,0,0],[3,3,2,1,0,0,0,0,0],[3,3,2,1,1,0,0,0,0],[3,3,2,1,1,1,0,0,0],[3,3,2,1,1,1,1,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,2,0,0,0,0],[0,0,0,2,0,0,0,0],[0,0,0,2,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[3,0,0,0,0,0,0,0],[3,3,0,0,0,0,0,0],[3,3,3,0,0,0,0,0],[3,3,3,2,0,0,0,0]... | [
"[[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[3,0,0,0,0,0,0],[3,3,0,0,0,0,0],[3,3,3,0,0,0,0],[3,3,3,2,0,0,0],[3,3,3,2,1,0,0]]",
"[[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[3,0,0,0,0,0,0,0],[3,3,0,0,0,0,0,0],[3,3,3,0,0,0,0,0],[3,3,3,2,0,0,0,0],[3,3,3,2,1,0,0,0],[3,3,3,2,1,1,0,0]]"
] | |
a65b410d::r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,2,2],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,0],[0,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,2,2,2,2],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,1,1],[0,0,0,0,0,0,1,1,1],[0,0,0,0,0,2,2,2,2],[0,0,0,0,3,3,3,3,3],[0,0,0,3,3,3,3,3,3]]
Now apply th... | [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,1,1],[0,0,0,0,0,0,1,1,1],[0,0,0,0,0,1,1,1,1],[0,0,0,0,2,2,2,2,2],[0,0,0,3,3,3,3,3,3],[0,0,3,3,3,3,3,3,3]] | [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,1,1],[0,0,0,0,0,0,1,1,1],[0,0,0,0,0,1,1,1,1],[0,0,0,0,2,2,2,2,2],[0,0,0,3,3,3,3,3,3],[0,0,3,3,3,3,3,3,3]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,1,1],[0,0,0,0,0,0,2,2,2],[0,0,0,0,0,3,3,3,3],[0,0,0,... | [
"[[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,1],[0,0,0,0,0,2,2],[0,0,0,0,3,3,3],[0,0,0,3,3,3,3],[0,0,3,3,3,3,3]]",
"[[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,1,1],[0,0,0,0,0,0,2,2,2],[0,0,0,0,0,3,3,3,3],[0,0,0,0,3,3,3,3,3],[0,0,0,3,3,3,3,3,3]]"
] | |
a65b410d::r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,2,0,0,0],[0,0,0,2,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]]
Output: [[0,0,1,2,3,3,3],[0,... | arc | Example
Input: [[0,0,0,0,2,0,0],[0,0,0,0,2,0,0],[0,0,0,0,2,0,0],[0,0,0,0,2,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]]
Output: [[0,1,1,1,2,3,3],[0,0,1,1,2,3,3],[0,0,0,1,2,3,3],[0,0,0,0,2,3,3],[0,0,0,0,0,3,3],[0,0,0,0,0,0,3],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]]
Now ... | [[0,0,1,1,1,1,2,3,3],[0,0,0,1,1,1,2,3,3],[0,0,0,0,1,1,2,3,3],[0,0,0,0,0,1,2,3,3],[0,0,0,0,0,0,2,3,3],[0,0,0,0,0,0,0,3,3],[0,0,0,0,0,0,0,0,3],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]] | [[0,0,1,1,1,1,2,3,3],[0,0,0,1,1,1,2,3,3],[0,0,0,0,1,1,2,3,3],[0,0,0,0,0,1,2,3,3],[0,0,0,0,0,0,2,3,3],[0,0,0,0,0,0,0,3,3],[0,0,0,0,0,0,0,0,3],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,2,0,0,0],[0,0,0,0,2,0,0,0],[0,0,0,0,2,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0]]\nOutput: [[0,0,1,1,2,3,3,3],[0,0,0,1,2,3,3,3],[0,0,0,0,2,3,3,3],[0,0,0,0,0,3,3,3],[0,0,0,0,0,0,3,3],[0,0,0,0,0,0,0,3],[0,0,0,0,0,0,0,0]... | [
"[[0,0,1,2,3,3,3],[0,0,0,2,3,3,3],[0,0,0,0,3,3,3],[0,0,0,0,0,3,3],[0,0,0,0,0,0,3],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]]",
"[[0,0,1,1,2,3,3,3],[0,0,0,1,2,3,3,3],[0,0,0,0,2,3,3,3],[0,0,0,0,0,3,3,3],[0,0,0,0,0,0,3,3],[0,0,0,0,0,0,0,3],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0]]"
] | |
a65b410d::flh_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,2,2],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]]
Output: [[0,0,3,3,3,3,3],[0,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,2,2,2,2],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,3,3,3,3,3,3],[0,0,0,0,3,3,3,3,3],[0,0,0,0,0,2,2,2,2],[0,0,0,0,0,0,1,1,1],[0,0,0,0,0,0,0,1,1],[0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0]]
Now apply th... | [[0,0,3,3,3,3,3,3,3],[0,0,0,3,3,3,3,3,3],[0,0,0,0,2,2,2,2,2],[0,0,0,0,0,1,1,1,1],[0,0,0,0,0,0,1,1,1],[0,0,0,0,0,0,0,1,1],[0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]] | [[0,0,3,3,3,3,3,3,3],[0,0,0,3,3,3,3,3,3],[0,0,0,0,2,2,2,2,2],[0,0,0,0,0,1,1,1,1],[0,0,0,0,0,0,1,1,1],[0,0,0,0,0,0,0,1,1],[0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,3,3,3,3,3,3],[0,0,0,0,3,3,3,3,3],[0,0,0,0,0,3,3,3,3],[0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,1,1],[0,0,0,0,0,0,0,0,1],[0,0,0,... | [
"[[0,0,3,3,3,3,3],[0,0,0,3,3,3,3],[0,0,0,0,3,3,3],[0,0,0,0,0,2,2],[0,0,0,0,0,0,1],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]]",
"[[0,0,0,3,3,3,3,3,3],[0,0,0,0,3,3,3,3,3],[0,0,0,0,0,3,3,3,3],[0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,1,1],[0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]"
] | |
a65b410d::flh_r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,2,0,0,0],[0,0,0,2,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]]
Output: [[3,3,3,2,1,0,0],[3,... | arc | Example
Input: [[0,0,2,0,0,0,0],[0,0,2,0,0,0,0],[0,0,2,0,0,0,0],[0,0,2,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]]
Output: [[3,3,2,1,1,1,0],[3,3,2,1,1,0,0],[3,3,2,1,0,0,0],[3,3,2,0,0,0,0],[3,3,0,0,0,0,0],[3,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]]
Now ... | [[3,3,2,1,1,1,1,0,0],[3,3,2,1,1,1,0,0,0],[3,3,2,1,1,0,0,0,0],[3,3,2,1,0,0,0,0,0],[3,3,2,0,0,0,0,0,0],[3,3,0,0,0,0,0,0,0],[3,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]] | [[3,3,2,1,1,1,1,0,0],[3,3,2,1,1,1,0,0,0],[3,3,2,1,1,0,0,0,0],[3,3,2,1,0,0,0,0,0],[3,3,2,0,0,0,0,0,0],[3,3,0,0,0,0,0,0,0],[3,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,2,0,0,0,0],[0,0,0,2,0,0,0,0],[0,0,0,2,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0]]\nOutput: [[3,3,3,2,1,1,0,0],[3,3,3,2,1,0,0,0],[3,3,3,2,0,0,0,0],[3,3,3,0,0,0,0,0],[3,3,0,0,0,0,0,0],[3,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0]... | [
"[[3,3,3,2,1,0,0],[3,3,3,2,0,0,0],[3,3,3,0,0,0,0],[3,3,0,0,0,0,0],[3,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]]",
"[[3,3,3,2,1,1,0,0],[3,3,3,2,1,0,0,0],[3,3,3,2,0,0,0,0],[3,3,3,0,0,0,0,0],[3,3,0,0,0,0,0,0],[3,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0]]"
] | |
a65b410d::flh_r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[2,2,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,0],[0,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[2,2,2,2,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0],[1,1,0,0,0,0,0,0,0],[1,1,1,0,0,0,0,0,0],[2,2,2,2,0,0,0,0,0],[3,3,3,3,3,0,0,0,0],[3,3,3,3,3,3,0,0,0]]
Now apply th... | [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0],[1,1,0,0,0,0,0,0,0],[1,1,1,0,0,0,0,0,0],[1,1,1,1,0,0,0,0,0],[2,2,2,2,2,0,0,0,0],[3,3,3,3,3,3,0,0,0],[3,3,3,3,3,3,3,0,0]] | [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0],[1,1,0,0,0,0,0,0,0],[1,1,1,0,0,0,0,0,0],[1,1,1,1,0,0,0,0,0],[2,2,2,2,2,0,0,0,0],[3,3,3,3,3,3,0,0,0],[3,3,3,3,3,3,3,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0],[1,1,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0],[3,3,3,3,0,0,0,0,0],[3,3,3,... | [
"[[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[1,0,0,0,0,0,0],[2,2,0,0,0,0,0],[3,3,3,0,0,0,0],[3,3,3,3,0,0,0],[3,3,3,3,3,0,0]]",
"[[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0],[1,1,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0],[3,3,3,3,0,0,0,0,0],[3,3,3,3,3,0,0,0,0],[3,3,3,3,3,3,0,0,0]]"
] | |
a65b410d::flh_r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,2,0,0,0],[0,0,0,2,0,0,0]]
Output: [[0,0,0,0,0,0,0],[0,... | arc | Example
Input: [[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,2,0,0],[0,0,0,0,2,0,0],[0,0,0,0,2,0,0],[0,0,0,0,2,0,0]]
Output: [[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,3],[0,0,0,0,0,3,3],[0,0,0,0,2,3,3],[0,0,0,1,2,3,3],[0,0,1,1,2,3,3],[0,1,1,1,2,3,3]]
Now ... | [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,3],[0,0,0,0,0,0,0,3,3],[0,0,0,0,0,0,2,3,3],[0,0,0,0,0,1,2,3,3],[0,0,0,0,1,1,2,3,3],[0,0,0,1,1,1,2,3,3],[0,0,1,1,1,1,2,3,3]] | [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,3],[0,0,0,0,0,0,0,3,3],[0,0,0,0,0,0,2,3,3],[0,0,0,0,0,1,2,3,3],[0,0,0,0,1,1,2,3,3],[0,0,0,1,1,1,2,3,3],[0,0,1,1,1,1,2,3,3]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,2,0,0,0],[0,0,0,0,2,0,0,0],[0,0,0,0,2,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,3],[0,0,0,0,0,0,3,3],[0,0,0,0,0,3,3,3],[0,0,0,0,2,3,3,3]... | [
"[[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,3],[0,0,0,0,0,3,3],[0,0,0,0,3,3,3],[0,0,0,2,3,3,3],[0,0,1,2,3,3,3]]",
"[[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,3],[0,0,0,0,0,0,3,3],[0,0,0,0,0,3,3,3],[0,0,0,0,2,3,3,3],[0,0,0,1,2,3,3,3],[0,0,1,1,2,3,3,3]]"
] | |
a68b268e | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,7,7,7,1,0,4,0,4],[7,7,7,0,1,4,4,0,0],[0,0,0,0,1,0,0,0,4],[7,0,0,0,1,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,0,1,6,6,6,0],[0,0,8,8,1,0,0,0,0],[... | arc | Example
Input: [[7,7,0,0,1,4,4,0,4],[7,0,7,0,1,4,0,0,0],[7,0,0,7,1,4,4,4,0],[7,0,7,7,1,4,0,4,4],[1,1,1,1,1,1,1,1,1],[0,0,8,0,1,0,0,0,0],[0,0,8,0,1,6,6,0,0],[0,0,8,0,1,0,6,6,6],[0,8,0,8,1,0,6,6,0]]
Output: [[7,7,8,4],[7,6,7,0],[7,4,4,7],[7,8,7,7]]
Now apply the same rule to:
Input: [[7,7,0,0,1,0,0,0,4],[7,0,0,0,1,4,4,4... | [[7,7,8,4],[7,4,4,4],[7,6,7,6],[4,7,7,8]] | [[7,7,8,4],[7,4,4,4],[7,6,7,6],[4,7,7,8]] | [] | arc_train | [
"Example\nInput: [[7,7,7,0,1,0,4,0,0],[7,0,7,0,1,4,0,4,4],[0,7,0,7,1,4,0,4,4],[0,0,0,7,1,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,8,0,1,6,0,0,6],[0,0,0,0,1,6,0,0,0],[0,0,0,0,1,6,6,0,6],[8,8,8,0,1,6,0,6,6]]\nOutput: [[7,7,7,6],[7,0,7,4],[4,7,4,7],[8,8,8,7]]\n\nNow apply the same rule to:\nInput: [[0,7,7,7,1,0,4,0,4],[7,7,7... | [
"[[6,7,7,7],[7,7,7,8],[8,0,8,4],[7,0,0,8]]",
"[[7,7,7,6],[7,0,7,4],[4,7,4,7],[8,8,8,7]]",
"[[0,4,7,7],[0,0,4,7],[7,7,7,7],[8,7,4,0]]"
] | |
a68b268e | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,7,7,7,1,0,4,0,4],[7,7,7,0,1,4,4,0,0],[0,0,0,0,1,0,0,0,4],[7,0,0,0,1,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,0,1,6,6,6,0],[0,0,8,8,1,0,0,0,0],[... | arc | Example
Input: [[7,7,0,0,1,4,4,0,4],[7,0,7,0,1,4,0,0,0],[7,0,0,7,1,4,4,4,0],[7,0,7,7,1,4,0,4,4],[1,1,1,1,1,1,1,1,1],[0,0,8,0,1,0,0,0,0],[0,0,8,0,1,6,6,0,0],[0,0,8,0,1,0,6,6,6],[0,8,0,8,1,0,6,6,0]]
Output: [[7,7,8,4],[7,6,7,0],[7,4,4,7],[7,8,7,7]]
Now apply the same rule to:
Input: [[7,0,0,7,1,4,4,4,0],[0,7,7,7,1,4,4,0... | [[7,4,4,7],[4,7,7,7],[7,7,7,4],[7,7,7,8]] | [[7,4,4,7],[4,7,7,7],[7,7,7,4],[7,7,7,8]] | [] | arc_train | [
"Example\nInput: [[7,7,7,0,1,0,4,0,0],[7,0,7,0,1,4,0,4,4],[0,7,0,7,1,4,0,4,4],[0,0,0,7,1,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,8,0,1,6,0,0,6],[0,0,0,0,1,6,0,0,0],[0,0,0,0,1,6,6,0,6],[8,8,8,0,1,6,0,6,6]]\nOutput: [[7,7,7,6],[7,0,7,4],[4,7,4,7],[8,8,8,7]]\n\nNow apply the same rule to:\nInput: [[0,7,7,7,1,0,4,0,4],[7,7,7... | [
"[[6,7,7,7],[7,7,7,8],[8,0,8,4],[7,0,0,8]]",
"[[7,7,7,6],[7,0,7,4],[4,7,4,7],[8,8,8,7]]",
"[[0,4,7,7],[0,0,4,7],[7,7,7,7],[8,7,4,0]]"
] | |
a68b268e | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,7,7,7,1,0,4,0,4],[7,7,7,0,1,4,4,0,0],[0,0,0,0,1,0,0,0,4],[7,0,0,0,1,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,0,1,6,6,6,0],[0,0,8,8,1,0,0,0,0],[... | arc | Example
Input: [[7,7,0,0,1,4,4,0,4],[7,0,7,0,1,4,0,0,0],[7,0,0,7,1,4,4,4,0],[7,0,7,7,1,4,0,4,4],[1,1,1,1,1,1,1,1,1],[0,0,8,0,1,0,0,0,0],[0,0,8,0,1,6,6,0,0],[0,0,8,0,1,0,6,6,6],[0,8,0,8,1,0,6,6,0]]
Output: [[7,7,8,4],[7,6,7,0],[7,4,4,7],[7,8,7,7]]
Now apply the same rule to:
Input: [[7,7,7,0,1,0,0,4,0],[0,7,7,0,1,4,4,0... | [[7,7,7,8],[4,7,7,4],[7,7,7,7],[7,8,4,8]] | [[7,7,7,8],[4,7,7,4],[7,7,7,7],[7,8,4,8]] | [] | arc_train | [
"Example\nInput: [[7,7,7,0,1,0,4,0,0],[7,0,7,0,1,4,0,4,4],[0,7,0,7,1,4,0,4,4],[0,0,0,7,1,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,8,0,1,6,0,0,6],[0,0,0,0,1,6,0,0,0],[0,0,0,0,1,6,6,0,6],[8,8,8,0,1,6,0,6,6]]\nOutput: [[7,7,7,6],[7,0,7,4],[4,7,4,7],[8,8,8,7]]\n\nNow apply the same rule to:\nInput: [[0,7,7,7,1,0,4,0,4],[7,7,7... | [
"[[6,7,7,7],[7,7,7,8],[8,0,8,4],[7,0,0,8]]",
"[[7,7,7,6],[7,0,7,4],[4,7,4,7],[8,8,8,7]]",
"[[0,4,7,7],[0,0,4,7],[7,7,7,7],[8,7,4,0]]"
] | |
a68b268e::r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[4,0,4,0,1,0,0,6,0],[0,0,0,0,1,6,0,0,0],[4,4,0,0,1,6,0,0,0],[0,4,0,0,1,6,0,6,0],[1,1,1,1,1,1,1,1,1],[7,0,0,0,1,0,8,0,8],[7,7,0,0,1,0,8,8,0],[... | arc | Example
Input: [[4,0,0,4,1,0,0,6,0],[0,0,4,4,1,0,0,6,6],[4,0,4,0,1,0,6,6,6],[4,4,4,4,1,0,6,0,0],[1,1,1,1,1,1,1,1,1],[0,0,7,7,1,0,0,0,8],[0,7,0,7,1,8,8,8,0],[7,0,0,0,1,0,0,0,8],[7,7,7,7,1,0,0,0,0]]
Output: [[4,0,7,7],[8,7,4,7],[7,6,4,8],[7,7,7,7]]
Now apply the same rule to:
Input: [[4,4,0,0,1,6,0,6,6],[0,4,0,4,1,6,6,0... | [[4,4,6,8],[8,4,7,7],[7,4,6,7],[7,7,7,4]] | [[4,4,6,8],[8,4,7,7],[7,4,6,7],[7,7,7,4]] | [] | arc_train | [
"Example\nInput: [[0,4,4,0,1,6,0,6,6],[0,4,4,0,1,0,0,0,6],[4,0,0,0,1,0,0,6,0],[0,4,4,0,1,6,6,6,6],[1,1,1,1,1,1,1,1,1],[0,0,7,7,1,0,0,0,0],[7,7,0,0,1,8,0,0,8],[7,0,7,0,1,0,0,0,8],[7,7,0,0,1,0,0,0,8]]\nOutput: [[6,4,7,7],[7,7,4,8],[7,0,7,8],[7,7,4,8]]\n\nNow apply the same rule to:\nInput: [[4,0,4,0,1,0,0,6,0],[0,0,0... | [
"[[7,8,4,8],[7,7,8,0],[7,7,0,0],[6,7,8,7]]",
"[[6,4,7,7],[7,7,4,8],[7,0,7,8],[7,7,4,8]]",
"[[7,7,7,0],[7,4,7,4],[4,0,7,7],[0,0,7,8]]"
] | |
a68b268e::r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[4,0,4,0,1,0,0,6,0],[0,0,0,0,1,6,0,0,0],[4,4,0,0,1,6,0,0,0],[0,4,0,0,1,6,0,6,0],[1,1,1,1,1,1,1,1,1],[7,0,0,0,1,0,8,0,8],[7,7,0,0,1,0,8,8,0],[... | arc | Example
Input: [[4,0,0,4,1,0,0,6,0],[0,0,4,4,1,0,0,6,6],[4,0,4,0,1,0,6,6,6],[4,4,4,4,1,0,6,0,0],[1,1,1,1,1,1,1,1,1],[0,0,7,7,1,0,0,0,8],[0,7,0,7,1,8,8,8,0],[7,0,0,0,1,0,0,0,8],[7,7,7,7,1,0,0,0,0]]
Output: [[4,0,7,7],[8,7,4,7],[7,6,4,8],[7,7,7,7]]
Now apply the same rule to:
Input: [[0,4,4,0,1,6,6,0,0],[4,0,0,0,1,6,0,6... | [[7,7,4,8],[4,7,7,7],[4,7,7,7],[7,4,7,7]] | [[7,7,4,8],[4,7,7,7],[4,7,7,7],[7,4,7,7]] | [] | arc_train | [
"Example\nInput: [[0,4,4,0,1,6,0,6,6],[0,4,4,0,1,0,0,0,6],[4,0,0,0,1,0,0,6,0],[0,4,4,0,1,6,6,6,6],[1,1,1,1,1,1,1,1,1],[0,0,7,7,1,0,0,0,0],[7,7,0,0,1,8,0,0,8],[7,0,7,0,1,0,0,0,8],[7,7,0,0,1,0,0,0,8]]\nOutput: [[6,4,7,7],[7,7,4,8],[7,0,7,8],[7,7,4,8]]\n\nNow apply the same rule to:\nInput: [[4,0,4,0,1,0,0,6,0],[0,0,0... | [
"[[7,8,4,8],[7,7,8,0],[7,7,0,0],[6,7,8,7]]",
"[[6,4,7,7],[7,7,4,8],[7,0,7,8],[7,7,4,8]]",
"[[7,7,7,0],[7,4,7,4],[4,0,7,7],[0,0,7,8]]"
] | |
a68b268e::r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[4,0,4,0,1,0,0,6,0],[0,0,0,0,1,6,0,0,0],[4,4,0,0,1,6,0,0,0],[0,4,0,0,1,6,0,6,0],[1,1,1,1,1,1,1,1,1],[7,0,0,0,1,0,8,0,8],[7,7,0,0,1,0,8,8,0],[... | arc | Example
Input: [[4,0,0,4,1,0,0,6,0],[0,0,4,4,1,0,0,6,6],[4,0,4,0,1,0,6,6,6],[4,4,4,4,1,0,6,0,0],[1,1,1,1,1,1,1,1,1],[0,0,7,7,1,0,0,0,8],[0,7,0,7,1,8,8,8,0],[7,0,0,0,1,0,0,0,8],[7,7,7,7,1,0,0,0,0]]
Output: [[4,0,7,7],[8,7,4,7],[7,6,4,8],[7,7,7,7]]
Now apply the same rule to:
Input: [[0,4,4,0,1,6,6,6,0],[4,0,0,4,1,0,0,6... | [[8,4,7,8],[7,7,7,4],[7,7,7,8],[7,4,7,7]] | [[8,4,7,8],[7,7,7,4],[7,7,7,8],[7,4,7,7]] | [] | arc_train | [
"Example\nInput: [[0,4,4,0,1,6,0,6,6],[0,4,4,0,1,0,0,0,6],[4,0,0,0,1,0,0,6,0],[0,4,4,0,1,6,6,6,6],[1,1,1,1,1,1,1,1,1],[0,0,7,7,1,0,0,0,0],[7,7,0,0,1,8,0,0,8],[7,0,7,0,1,0,0,0,8],[7,7,0,0,1,0,0,0,8]]\nOutput: [[6,4,7,7],[7,7,4,8],[7,0,7,8],[7,7,4,8]]\n\nNow apply the same rule to:\nInput: [[4,0,4,0,1,0,0,6,0],[0,0,0... | [
"[[7,8,4,8],[7,7,8,0],[7,7,0,0],[6,7,8,7]]",
"[[6,4,7,7],[7,7,4,8],[7,0,7,8],[7,7,4,8]]",
"[[7,7,7,0],[7,4,7,4],[4,0,7,7],[0,0,7,8]]"
] | |
a68b268e::r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,1,8,0,0,0],[6,0,0,6,1,0,8,0,8],[0,0,0,0,1,8,8,0,0],[0,6,6,6,1,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,0,1,0,0,0,7],[4,0,0,0,1,0,0,0,0],[... | arc | Example
Input: [[0,6,6,0,1,8,0,8,0],[6,6,6,0,1,0,8,0,0],[0,0,6,6,1,0,8,0,0],[0,0,0,0,1,0,8,0,0],[1,1,1,1,1,1,1,1,1],[4,4,0,4,1,7,7,0,7],[0,4,4,4,1,7,0,0,7],[0,0,0,4,1,0,7,0,7],[4,0,4,4,1,0,0,7,7]]
Output: [[7,7,8,7],[7,4,4,7],[0,7,6,7],[4,8,7,7]]
Now apply the same rule to:
Input: [[6,0,0,0,1,8,8,8,8],[6,0,6,0,1,0,0,0... | [[8,7,7,4],[6,7,6,7],[4,4,4,7],[4,8,7,7]] | [[8,7,7,4],[6,7,6,7],[4,4,4,7],[4,8,7,7]] | [] | arc_train | [
"Example\nInput: [[6,6,0,6,1,0,8,8,8],[6,0,6,6,1,0,0,0,0],[0,0,0,6,1,0,0,0,0],[6,0,0,6,1,0,8,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,0,1,7,0,0,0],[4,4,0,4,1,7,0,7,0],[4,4,0,4,1,0,7,0,7],[0,0,4,0,1,0,7,7,7]]\nOutput: [[7,8,8,8],[7,4,7,4],[4,7,0,7],[6,7,7,7]]\n\nNow apply the same rule to:\nInput: [[0,0,0,0,1,8,0,0,0],[6,0,0... | [
"[[8,0,0,7],[4,8,0,8],[8,7,7,7],[7,7,7,6]]",
"[[7,8,8,8],[7,4,7,4],[4,7,0,7],[6,7,7,7]]",
"[[0,4,7,8],[7,7,7,7],[7,4,0,0],[7,7,4,0]]"
] | |
a68b268e::r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,1,8,0,0,0],[6,0,0,6,1,0,8,0,8],[0,0,0,0,1,8,8,0,0],[0,6,6,6,1,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,0,1,0,0,0,7],[4,0,0,0,1,0,0,0,0],[... | arc | Example
Input: [[0,6,6,0,1,8,0,8,0],[6,6,6,0,1,0,8,0,0],[0,0,6,6,1,0,8,0,0],[0,0,0,0,1,0,8,0,0],[1,1,1,1,1,1,1,1,1],[4,4,0,4,1,7,7,0,7],[0,4,4,4,1,7,0,0,7],[0,0,0,4,1,0,7,0,7],[4,0,4,4,1,0,0,7,7]]
Output: [[7,7,8,7],[7,4,4,7],[0,7,6,7],[4,8,7,7]]
Now apply the same rule to:
Input: [[0,0,6,0,1,8,0,8,8],[0,6,0,0,1,8,0,8... | [[8,7,7,7],[4,7,7,7],[7,7,7,4],[7,4,4,7]] | [[8,7,7,7],[4,7,7,7],[7,7,7,4],[7,4,4,7]] | [] | arc_train | [
"Example\nInput: [[6,6,0,6,1,0,8,8,8],[6,0,6,6,1,0,0,0,0],[0,0,0,6,1,0,0,0,0],[6,0,0,6,1,0,8,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,0,1,7,0,0,0],[4,4,0,4,1,7,0,7,0],[4,4,0,4,1,0,7,0,7],[0,0,4,0,1,0,7,7,7]]\nOutput: [[7,8,8,8],[7,4,7,4],[4,7,0,7],[6,7,7,7]]\n\nNow apply the same rule to:\nInput: [[0,0,0,0,1,8,0,0,0],[6,0,0... | [
"[[8,0,0,7],[4,8,0,8],[8,7,7,7],[7,7,7,6]]",
"[[7,8,8,8],[7,4,7,4],[4,7,0,7],[6,7,7,7]]",
"[[0,4,7,8],[7,7,7,7],[7,4,0,0],[7,7,4,0]]"
] | |
a68b268e::r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,1,8,0,0,0],[6,0,0,6,1,0,8,0,8],[0,0,0,0,1,8,8,0,0],[0,6,6,6,1,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,0,1,0,0,0,7],[4,0,0,0,1,0,0,0,0],[... | arc | Example
Input: [[0,6,6,0,1,8,0,8,0],[6,6,6,0,1,0,8,0,0],[0,0,6,6,1,0,8,0,0],[0,0,0,0,1,0,8,0,0],[1,1,1,1,1,1,1,1,1],[4,4,0,4,1,7,7,0,7],[0,4,4,4,1,7,0,0,7],[0,0,0,4,1,0,7,0,7],[4,0,4,4,1,0,0,7,7]]
Output: [[7,7,8,7],[7,4,4,7],[0,7,6,7],[4,8,7,7]]
Now apply the same rule to:
Input: [[0,0,6,0,1,8,0,8,0],[6,6,6,6,1,0,8,0... | [[8,4,8,7],[7,7,7,7],[4,7,7,4],[8,7,7,7]] | [[8,4,8,7],[7,7,7,7],[4,7,7,4],[8,7,7,7]] | [] | arc_train | [
"Example\nInput: [[6,6,0,6,1,0,8,8,8],[6,0,6,6,1,0,0,0,0],[0,0,0,6,1,0,0,0,0],[6,0,0,6,1,0,8,0,0],[1,1,1,1,1,1,1,1,1],[0,0,0,0,1,7,0,0,0],[4,4,0,4,1,7,0,7,0],[4,4,0,4,1,0,7,0,7],[0,0,4,0,1,0,7,7,7]]\nOutput: [[7,8,8,8],[7,4,7,4],[4,7,0,7],[6,7,7,7]]\n\nNow apply the same rule to:\nInput: [[0,0,0,0,1,8,0,0,0],[6,0,0... | [
"[[8,0,0,7],[4,8,0,8],[8,7,7,7],[7,7,7,6]]",
"[[7,8,8,8],[7,4,7,4],[4,7,0,7],[6,7,7,7]]",
"[[0,4,7,8],[7,7,7,7],[7,4,0,0],[7,7,4,0]]"
] | |
a68b268e::r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,8,0,0,1,7,0,7,0],[0,0,0,0,1,0,0,7,7],[0,8,8,0,1,0,0,7,7],[8,0,8,0,1,0,0,0,7],[1,1,1,1,1,1,1,1,1],[0,6,0,6,1,0,0,4,0],[0,0,0,6,1,0,0,4,4],[... | arc | Example
Input: [[0,0,0,0,1,7,7,7,7],[8,0,0,0,1,0,0,0,7],[0,8,8,8,1,7,0,7,0],[8,0,0,0,1,7,7,0,0],[1,1,1,1,1,1,1,1,1],[0,0,6,0,1,4,4,4,4],[6,6,6,0,1,0,4,0,4],[6,6,0,0,1,4,4,0,0],[0,6,0,0,1,4,0,0,4]]
Output: [[7,7,7,7],[8,4,6,7],[7,4,7,8],[7,7,0,4]]
Now apply the same rule to:
Input: [[8,0,0,8,1,0,7,7,7],[8,0,0,0,1,7,0,0... | [[4,7,7,7],[7,6,4,7],[7,7,4,8],[8,6,4,4]] | [[4,7,7,7],[7,6,4,7],[7,7,4,8],[8,6,4,4]] | [] | arc_train | [
"Example\nInput: [[8,0,0,0,1,0,0,7,7],[8,0,0,0,1,0,7,0,7],[8,0,0,8,1,0,0,7,7],[0,0,0,0,1,7,7,0,0],[1,1,1,1,1,1,1,1,1],[6,6,6,6,1,0,4,4,0],[0,6,0,0,1,0,0,0,4],[6,0,0,0,1,0,4,4,0],[6,6,0,6,1,0,4,4,0]]\nOutput: [[8,4,7,7],[8,7,0,7],[8,4,7,7],[7,7,4,6]]\n\nNow apply the same rule to:\nInput: [[0,8,0,0,1,7,0,7,0],[0,0,0... | [
"[[7,8,7,6],[0,0,7,7],[0,8,7,7],[8,4,8,7]]",
"[[8,4,7,7],[8,7,0,7],[8,4,7,7],[7,7,4,6]]",
"[[8,7,0,0],[7,7,0,4],[4,7,4,7],[0,7,7,7]]"
] | |
a68b268e::r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,8,0,0,1,7,0,7,0],[0,0,0,0,1,0,0,7,7],[0,8,8,0,1,0,0,7,7],[8,0,8,0,1,0,0,0,7],[1,1,1,1,1,1,1,1,1],[0,6,0,6,1,0,0,4,0],[0,0,0,6,1,0,0,4,4],[... | arc | Example
Input: [[0,0,0,0,1,7,7,7,7],[8,0,0,0,1,0,0,0,7],[0,8,8,8,1,7,0,7,0],[8,0,0,0,1,7,7,0,0],[1,1,1,1,1,1,1,1,1],[0,0,6,0,1,4,4,4,4],[6,6,6,0,1,0,4,0,4],[6,6,0,0,1,4,4,0,0],[0,6,0,0,1,4,0,0,4]]
Output: [[7,7,7,7],[8,4,6,7],[7,4,7,8],[7,7,0,4]]
Now apply the same rule to:
Input: [[8,0,0,8,1,7,7,0,7],[8,8,8,8,1,7,7,7... | [[7,7,4,7],[7,7,7,4],[7,7,7,4],[8,4,7,7]] | [[7,7,4,7],[7,7,7,4],[7,7,7,4],[8,4,7,7]] | [] | arc_train | [
"Example\nInput: [[8,0,0,0,1,0,0,7,7],[8,0,0,0,1,0,7,0,7],[8,0,0,8,1,0,0,7,7],[0,0,0,0,1,7,7,0,0],[1,1,1,1,1,1,1,1,1],[6,6,6,6,1,0,4,4,0],[0,6,0,0,1,0,0,0,4],[6,0,0,0,1,0,4,4,0],[6,6,0,6,1,0,4,4,0]]\nOutput: [[8,4,7,7],[8,7,0,7],[8,4,7,7],[7,7,4,6]]\n\nNow apply the same rule to:\nInput: [[0,8,0,0,1,7,0,7,0],[0,0,0... | [
"[[7,8,7,6],[0,0,7,7],[0,8,7,7],[8,4,8,7]]",
"[[8,4,7,7],[8,7,0,7],[8,4,7,7],[7,7,4,6]]",
"[[8,7,0,0],[7,7,0,4],[4,7,4,7],[0,7,7,7]]"
] | |
a68b268e::r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,8,0,0,1,7,0,7,0],[0,0,0,0,1,0,0,7,7],[0,8,8,0,1,0,0,7,7],[8,0,8,0,1,0,0,0,7],[1,1,1,1,1,1,1,1,1],[0,6,0,6,1,0,0,4,0],[0,0,0,6,1,0,0,4,4],[... | arc | Example
Input: [[0,0,0,0,1,7,7,7,7],[8,0,0,0,1,0,0,0,7],[0,8,8,8,1,7,0,7,0],[8,0,0,0,1,7,7,0,0],[1,1,1,1,1,1,1,1,1],[0,0,6,0,1,4,4,4,4],[6,6,6,0,1,0,4,0,4],[6,6,0,0,1,4,4,0,0],[0,6,0,0,1,4,0,0,4]]
Output: [[7,7,7,7],[8,4,6,7],[7,4,7,8],[7,7,0,4]]
Now apply the same rule to:
Input: [[0,8,8,0,1,7,7,0,7],[8,0,0,0,1,0,7,7... | [[7,7,4,7],[8,7,7,7],[4,7,7,7],[8,7,4,8]] | [[7,7,4,7],[8,7,7,7],[4,7,7,7],[8,7,4,8]] | [] | arc_train | [
"Example\nInput: [[8,0,0,0,1,0,0,7,7],[8,0,0,0,1,0,7,0,7],[8,0,0,8,1,0,0,7,7],[0,0,0,0,1,7,7,0,0],[1,1,1,1,1,1,1,1,1],[6,6,6,6,1,0,4,4,0],[0,6,0,0,1,0,0,0,4],[6,0,0,0,1,0,4,4,0],[6,6,0,6,1,0,4,4,0]]\nOutput: [[8,4,7,7],[8,7,0,7],[8,4,7,7],[7,7,4,6]]\n\nNow apply the same rule to:\nInput: [[0,8,0,0,1,7,0,7,0],[0,0,0... | [
"[[7,8,7,6],[0,0,7,7],[0,8,7,7],[8,4,8,7]]",
"[[8,4,7,7],[8,7,0,7],[8,4,7,7],[7,7,4,6]]",
"[[8,7,0,0],[7,7,0,4],[4,7,4,7],[0,7,7,7]]"
] | |
a68b268e::flh_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[4,0,4,0,1,7,7,7,0],[0,0,4,4,1,0,7,7,7],[4,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,7],[1,1,1,1,1,1,1,1,1],[0,6,6,6,1,0,0,0,0],[0,0,0,0,1,8,8,0,0],[... | arc | Example
Input: [[4,0,4,4,1,0,0,7,7],[0,0,0,4,1,0,7,0,7],[0,4,4,4,1,7,0,0,7],[4,4,0,4,1,7,7,0,7],[1,1,1,1,1,1,1,1,1],[0,0,0,0,1,0,8,0,0],[0,0,6,6,1,0,8,0,0],[6,6,6,0,1,0,8,0,0],[0,6,6,0,1,8,0,8,0]]
Output: [[4,8,7,7],[0,7,6,7],[7,4,4,7],[7,7,8,7]]
Now apply the same rule to:
Input: [[4,0,0,0,1,0,0,7,7],[4,4,4,4,1,0,0,0... | [[4,8,7,7],[4,4,4,7],[6,7,6,7],[8,7,7,4]] | [[4,8,7,7],[4,4,4,7],[6,7,6,7],[8,7,7,4]] | [] | arc_train | [
"Example\nInput: [[0,0,4,0,1,0,7,7,7],[4,4,0,4,1,0,7,0,7],[4,4,0,4,1,7,0,7,0],[0,0,0,0,1,7,0,0,0],[1,1,1,1,1,1,1,1,1],[6,0,0,6,1,0,8,0,0],[0,0,0,6,1,0,0,0,0],[6,0,6,6,1,0,0,0,0],[6,6,0,6,1,0,8,8,8]]\nOutput: [[6,7,7,7],[4,7,0,7],[7,4,7,4],[7,8,8,8]]\n\nNow apply the same rule to:\nInput: [[4,0,4,0,1,7,7,7,0],[0,0,4... | [
"[[7,7,7,6],[8,7,7,7],[4,8,0,8],[8,0,0,7]]",
"[[6,7,7,7],[4,7,0,7],[7,4,7,4],[7,8,8,8]]",
"[[7,7,4,0],[7,4,0,0],[7,7,7,7],[0,4,7,8]]"
] | |
a68b268e::flh_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[4,0,4,0,1,7,7,7,0],[0,0,4,4,1,0,7,7,7],[4,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,7],[1,1,1,1,1,1,1,1,1],[0,6,6,6,1,0,0,0,0],[0,0,0,0,1,8,8,0,0],[... | arc | Example
Input: [[4,0,4,4,1,0,0,7,7],[0,0,0,4,1,0,7,0,7],[0,4,4,4,1,7,0,0,7],[4,4,0,4,1,7,7,0,7],[1,1,1,1,1,1,1,1,1],[0,0,0,0,1,0,8,0,0],[0,0,6,6,1,0,8,0,0],[6,6,6,0,1,0,8,0,0],[0,6,6,0,1,8,0,8,0]]
Output: [[4,8,7,7],[0,7,6,7],[7,4,4,7],[7,7,8,7]]
Now apply the same rule to:
Input: [[0,4,4,4,1,7,0,0,7],[4,0,4,4,1,7,7,7... | [[7,4,4,7],[7,7,7,4],[4,7,7,7],[8,7,7,7]] | [[7,4,4,7],[7,7,7,4],[4,7,7,7],[8,7,7,7]] | [] | arc_train | [
"Example\nInput: [[0,0,4,0,1,0,7,7,7],[4,4,0,4,1,0,7,0,7],[4,4,0,4,1,7,0,7,0],[0,0,0,0,1,7,0,0,0],[1,1,1,1,1,1,1,1,1],[6,0,0,6,1,0,8,0,0],[0,0,0,6,1,0,0,0,0],[6,0,6,6,1,0,0,0,0],[6,6,0,6,1,0,8,8,8]]\nOutput: [[6,7,7,7],[4,7,0,7],[7,4,7,4],[7,8,8,8]]\n\nNow apply the same rule to:\nInput: [[4,0,4,0,1,7,7,7,0],[0,0,4... | [
"[[7,7,7,6],[8,7,7,7],[4,8,0,8],[8,0,0,7]]",
"[[6,7,7,7],[4,7,0,7],[7,4,7,4],[7,8,8,8]]",
"[[7,7,4,0],[7,4,0,0],[7,7,7,7],[0,4,7,8]]"
] | |
a68b268e::flh_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[4,0,4,0,1,7,7,7,0],[0,0,4,4,1,0,7,7,7],[4,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,7],[1,1,1,1,1,1,1,1,1],[0,6,6,6,1,0,0,0,0],[0,0,0,0,1,8,8,0,0],[... | arc | Example
Input: [[4,0,4,4,1,0,0,7,7],[0,0,0,4,1,0,7,0,7],[0,4,4,4,1,7,0,0,7],[4,4,0,4,1,7,7,0,7],[1,1,1,1,1,1,1,1,1],[0,0,0,0,1,0,8,0,0],[0,0,6,6,1,0,8,0,0],[6,6,6,0,1,0,8,0,0],[0,6,6,0,1,8,0,8,0]]
Output: [[4,8,7,7],[0,7,6,7],[7,4,4,7],[7,7,8,7]]
Now apply the same rule to:
Input: [[0,4,0,0,1,0,7,7,7],[4,0,4,4,1,0,7,7... | [[8,7,7,7],[4,7,7,4],[7,7,7,7],[8,4,8,7]] | [[8,7,7,7],[4,7,7,4],[7,7,7,7],[8,4,8,7]] | [] | arc_train | [
"Example\nInput: [[0,0,4,0,1,0,7,7,7],[4,4,0,4,1,0,7,0,7],[4,4,0,4,1,7,0,7,0],[0,0,0,0,1,7,0,0,0],[1,1,1,1,1,1,1,1,1],[6,0,0,6,1,0,8,0,0],[0,0,0,6,1,0,0,0,0],[6,0,6,6,1,0,0,0,0],[6,6,0,6,1,0,8,8,8]]\nOutput: [[6,7,7,7],[4,7,0,7],[7,4,7,4],[7,8,8,8]]\n\nNow apply the same rule to:\nInput: [[4,0,4,0,1,7,7,7,0],[0,0,4... | [
"[[7,7,7,6],[8,7,7,7],[4,8,0,8],[8,0,0,7]]",
"[[6,7,7,7],[4,7,0,7],[7,4,7,4],[7,8,8,8]]",
"[[7,7,4,0],[7,4,0,0],[7,7,7,7],[0,4,7,8]]"
] | |
a68b268e::flh_r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,7,0,7,1,0,0,8,0],[7,7,0,0,1,0,0,0,0],[7,7,0,0,1,0,8,8,0],[7,0,0,0,1,0,8,0,8],[1,1,1,1,1,1,1,1,1],[0,4,0,0,1,6,0,6,0],[4,4,0,0,1,6,0,0,0],[... | arc | Example
Input: [[7,7,7,7,1,0,0,0,0],[7,0,0,0,1,0,0,0,8],[0,7,0,7,1,8,8,8,0],[0,0,7,7,1,0,0,0,8],[1,1,1,1,1,1,1,1,1],[4,4,4,4,1,0,6,0,0],[4,0,4,0,1,0,6,6,6],[0,0,4,4,1,0,0,6,6],[4,0,0,4,1,0,0,6,0]]
Output: [[7,7,7,7],[7,6,4,8],[8,7,4,7],[4,0,7,7]]
Now apply the same rule to:
Input: [[7,7,7,0,1,8,0,0,8],[7,0,0,7,1,0,0,0... | [[7,7,7,4],[7,4,6,7],[8,4,7,7],[4,4,6,8]] | [[7,7,7,4],[7,4,6,7],[8,4,7,7],[4,4,6,8]] | [] | arc_train | [
"Example\nInput: [[7,7,0,0,1,0,0,0,8],[7,0,7,0,1,0,0,0,8],[7,7,0,0,1,8,0,0,8],[0,0,7,7,1,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,4,4,0,1,6,6,6,6],[4,0,0,0,1,0,0,6,0],[0,4,4,0,1,0,0,0,6],[0,4,4,0,1,6,0,6,6]]\nOutput: [[7,7,4,8],[7,0,7,8],[7,7,4,8],[6,4,7,7]]\n\nNow apply the same rule to:\nInput: [[0,7,0,7,1,0,0,8,0],[7,7,0... | [
"[[6,7,8,7],[7,7,0,0],[7,7,8,0],[7,8,4,8]]",
"[[7,7,4,8],[7,0,7,8],[7,7,4,8],[6,4,7,7]]",
"[[0,0,7,8],[4,0,7,7],[7,4,7,4],[7,7,7,0]]"
] | |
a68b268e::flh_r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,7,0,7,1,0,0,8,0],[7,7,0,0,1,0,0,0,0],[7,7,0,0,1,0,8,8,0],[7,0,0,0,1,0,8,0,8],[1,1,1,1,1,1,1,1,1],[0,4,0,0,1,6,0,6,0],[4,4,0,0,1,6,0,0,0],[... | arc | Example
Input: [[7,7,7,7,1,0,0,0,0],[7,0,0,0,1,0,0,0,8],[0,7,0,7,1,8,8,8,0],[0,0,7,7,1,0,0,0,8],[1,1,1,1,1,1,1,1,1],[4,4,4,4,1,0,6,0,0],[4,0,4,0,1,0,6,6,6],[0,0,4,4,1,0,0,6,6],[4,0,0,4,1,0,0,6,0]]
Output: [[7,7,7,7],[7,6,4,8],[8,7,4,7],[4,0,7,7]]
Now apply the same rule to:
Input: [[7,0,7,7,1,8,0,0,8],[0,7,7,7,1,8,8,8... | [[7,4,7,7],[4,7,7,7],[4,7,7,7],[7,7,4,8]] | [[7,4,7,7],[4,7,7,7],[4,7,7,7],[7,7,4,8]] | [] | arc_train | [
"Example\nInput: [[7,7,0,0,1,0,0,0,8],[7,0,7,0,1,0,0,0,8],[7,7,0,0,1,8,0,0,8],[0,0,7,7,1,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,4,4,0,1,6,6,6,6],[4,0,0,0,1,0,0,6,0],[0,4,4,0,1,0,0,0,6],[0,4,4,0,1,6,0,6,6]]\nOutput: [[7,7,4,8],[7,0,7,8],[7,7,4,8],[6,4,7,7]]\n\nNow apply the same rule to:\nInput: [[0,7,0,7,1,0,0,8,0],[7,7,0... | [
"[[6,7,8,7],[7,7,0,0],[7,7,8,0],[7,8,4,8]]",
"[[7,7,4,8],[7,0,7,8],[7,7,4,8],[6,4,7,7]]",
"[[0,0,7,8],[4,0,7,7],[7,4,7,4],[7,7,7,0]]"
] | |
a68b268e::flh_r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,7,0,7,1,0,0,8,0],[7,7,0,0,1,0,0,0,0],[7,7,0,0,1,0,8,8,0],[7,0,0,0,1,0,8,0,8],[1,1,1,1,1,1,1,1,1],[0,4,0,0,1,6,0,6,0],[4,4,0,0,1,6,0,0,0],[... | arc | Example
Input: [[7,7,7,7,1,0,0,0,0],[7,0,0,0,1,0,0,0,8],[0,7,0,7,1,8,8,8,0],[0,0,7,7,1,0,0,0,8],[1,1,1,1,1,1,1,1,1],[4,4,4,4,1,0,6,0,0],[4,0,4,0,1,0,6,6,6],[0,0,4,4,1,0,0,6,6],[4,0,0,4,1,0,0,6,0]]
Output: [[7,7,7,7],[7,6,4,8],[8,7,4,7],[4,0,7,7]]
Now apply the same rule to:
Input: [[7,0,7,7,1,0,8,8,0],[7,7,7,0,1,0,0,0... | [[7,4,7,7],[7,7,7,8],[7,7,7,4],[8,4,7,8]] | [[7,4,7,7],[7,7,7,8],[7,7,7,4],[8,4,7,8]] | [] | arc_train | [
"Example\nInput: [[7,7,0,0,1,0,0,0,8],[7,0,7,0,1,0,0,0,8],[7,7,0,0,1,8,0,0,8],[0,0,7,7,1,0,0,0,0],[1,1,1,1,1,1,1,1,1],[0,4,4,0,1,6,6,6,6],[4,0,0,0,1,0,0,6,0],[0,4,4,0,1,0,0,0,6],[0,4,4,0,1,6,0,6,6]]\nOutput: [[7,7,4,8],[7,0,7,8],[7,7,4,8],[6,4,7,7]]\n\nNow apply the same rule to:\nInput: [[0,7,0,7,1,0,0,8,0],[7,7,0... | [
"[[6,7,8,7],[7,7,0,0],[7,7,8,0],[7,8,4,8]]",
"[[7,7,4,8],[7,0,7,8],[7,7,4,8],[6,4,7,7]]",
"[[0,0,7,8],[4,0,7,7],[7,4,7,4],[7,7,7,0]]"
] | |
a68b268e::flh_r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,8,1,0,0,0,0],[8,0,8,0,1,6,0,0,6],[0,0,8,8,1,0,0,0,0],[0,0,0,0,1,6,6,6,0],[1,1,1,1,1,1,1,1,1],[7,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,4],[... | arc | Example
Input: [[0,8,0,8,1,0,6,6,0],[0,0,8,0,1,0,6,6,6],[0,0,8,0,1,6,6,0,0],[0,0,8,0,1,0,0,0,0],[1,1,1,1,1,1,1,1,1],[7,0,7,7,1,4,0,4,4],[7,0,0,7,1,4,4,4,0],[7,0,7,0,1,4,0,0,0],[7,7,0,0,1,4,4,0,4]]
Output: [[7,8,7,7],[7,4,4,7],[7,6,7,0],[7,7,8,4]]
Now apply the same rule to:
Input: [[8,8,8,8,1,0,0,0,6],[0,0,0,0,1,0,6,0... | [[4,7,7,8],[7,6,7,6],[7,4,4,4],[7,7,8,4]] | [[4,7,7,8],[7,6,7,6],[7,4,4,4],[7,7,8,4]] | [] | arc_train | [
"Example\nInput: [[8,8,8,0,1,6,0,6,6],[0,0,0,0,1,6,6,0,6],[0,0,0,0,1,6,0,0,0],[0,0,8,0,1,6,0,0,6],[1,1,1,1,1,1,1,1,1],[0,0,0,7,1,0,0,0,0],[0,7,0,7,1,4,0,4,4],[7,0,7,0,1,4,0,4,4],[7,7,7,0,1,0,4,0,0]]\nOutput: [[8,8,8,7],[4,7,4,7],[7,0,7,4],[7,7,7,6]]\n\nNow apply the same rule to:\nInput: [[0,0,0,8,1,0,0,0,0],[8,0,8... | [
"[[7,0,0,8],[8,0,8,4],[7,7,7,8],[6,7,7,7]]",
"[[8,8,8,7],[4,7,4,7],[7,0,7,4],[7,7,7,6]]",
"[[8,7,4,0],[7,7,7,7],[0,0,4,7],[0,4,7,7]]"
] | |
a68b268e::flh_r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,8,1,0,0,0,0],[8,0,8,0,1,6,0,0,6],[0,0,8,8,1,0,0,0,0],[0,0,0,0,1,6,6,6,0],[1,1,1,1,1,1,1,1,1],[7,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,4],[... | arc | Example
Input: [[0,8,0,8,1,0,6,6,0],[0,0,8,0,1,0,6,6,6],[0,0,8,0,1,6,6,0,0],[0,0,8,0,1,0,0,0,0],[1,1,1,1,1,1,1,1,1],[7,0,7,7,1,4,0,4,4],[7,0,0,7,1,4,4,4,0],[7,0,7,0,1,4,0,0,0],[7,7,0,0,1,4,4,0,4]]
Output: [[7,8,7,7],[7,4,4,7],[7,6,7,0],[7,7,8,4]]
Now apply the same rule to:
Input: [[8,8,0,8,1,0,6,0,0],[0,8,0,8,1,0,0,6... | [[7,7,7,8],[7,7,7,4],[4,7,7,7],[7,4,4,7]] | [[7,7,7,8],[7,7,7,4],[4,7,7,7],[7,4,4,7]] | [] | arc_train | [
"Example\nInput: [[8,8,8,0,1,6,0,6,6],[0,0,0,0,1,6,6,0,6],[0,0,0,0,1,6,0,0,0],[0,0,8,0,1,6,0,0,6],[1,1,1,1,1,1,1,1,1],[0,0,0,7,1,0,0,0,0],[0,7,0,7,1,4,0,4,4],[7,0,7,0,1,4,0,4,4],[7,7,7,0,1,0,4,0,0]]\nOutput: [[8,8,8,7],[4,7,4,7],[7,0,7,4],[7,7,7,6]]\n\nNow apply the same rule to:\nInput: [[0,0,0,8,1,0,0,0,0],[8,0,8... | [
"[[7,0,0,8],[8,0,8,4],[7,7,7,8],[6,7,7,7]]",
"[[8,8,8,7],[4,7,4,7],[7,0,7,4],[7,7,7,6]]",
"[[8,7,4,0],[7,7,7,7],[0,0,4,7],[0,4,7,7]]"
] | |
a68b268e::flh_r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,8,1,0,0,0,0],[8,0,8,0,1,6,0,0,6],[0,0,8,8,1,0,0,0,0],[0,0,0,0,1,6,6,6,0],[1,1,1,1,1,1,1,1,1],[7,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,4],[... | arc | Example
Input: [[0,8,0,8,1,0,6,6,0],[0,0,8,0,1,0,6,6,6],[0,0,8,0,1,6,6,0,0],[0,0,8,0,1,0,0,0,0],[1,1,1,1,1,1,1,1,1],[7,0,7,7,1,4,0,4,4],[7,0,0,7,1,4,4,4,0],[7,0,7,0,1,4,0,0,0],[7,7,0,0,1,4,4,0,4]]
Output: [[7,8,7,7],[7,4,4,7],[7,6,7,0],[7,7,8,4]]
Now apply the same rule to:
Input: [[0,8,0,8,1,0,6,0,0],[8,0,8,0,1,6,6,6... | [[7,8,4,8],[7,7,7,7],[4,7,7,4],[7,7,7,8]] | [[7,8,4,8],[7,7,7,7],[4,7,7,4],[7,7,7,8]] | [] | arc_train | [
"Example\nInput: [[8,8,8,0,1,6,0,6,6],[0,0,0,0,1,6,6,0,6],[0,0,0,0,1,6,0,0,0],[0,0,8,0,1,6,0,0,6],[1,1,1,1,1,1,1,1,1],[0,0,0,7,1,0,0,0,0],[0,7,0,7,1,4,0,4,4],[7,0,7,0,1,4,0,4,4],[7,7,7,0,1,0,4,0,0]]\nOutput: [[8,8,8,7],[4,7,4,7],[7,0,7,4],[7,7,7,6]]\n\nNow apply the same rule to:\nInput: [[0,0,0,8,1,0,0,0,0],[8,0,8... | [
"[[7,0,0,8],[8,0,8,4],[7,7,7,8],[6,7,7,7]]",
"[[8,8,8,7],[4,7,4,7],[7,0,7,4],[7,7,7,6]]",
"[[8,7,4,0],[7,7,7,7],[0,0,4,7],[0,4,7,7]]"
] | |
a68b268e::flh_r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,6,0,0,1,0,4,0,4],[0,0,0,6,1,0,0,0,0],[0,0,0,6,1,0,0,4,4],[0,6,0,6,1,0,0,4,0],[1,1,1,1,1,1,1,1,1],[8,0,8,0,1,0,0,0,7],[0,8,8,0,1,0,0,7,7],[... | arc | Example
Input: [[0,6,0,0,1,4,0,0,4],[6,6,0,0,1,4,4,0,0],[6,6,6,0,1,0,4,0,4],[0,0,6,0,1,4,4,4,4],[1,1,1,1,1,1,1,1,1],[8,0,0,0,1,7,7,0,0],[0,8,8,8,1,7,0,7,0],[8,0,0,0,1,0,0,0,7],[0,0,0,0,1,7,7,7,7]]
Output: [[7,7,0,4],[7,4,7,8],[8,4,6,7],[7,7,7,7]]
Now apply the same rule to:
Input: [[6,6,0,6,1,0,0,4,4],[0,0,6,6,1,4,0,4... | [[8,6,4,4],[7,7,4,8],[7,6,4,7],[4,7,7,7]] | [[8,6,4,4],[7,7,4,8],[7,6,4,7],[4,7,7,7]] | [] | arc_train | [
"Example\nInput: [[6,6,0,6,1,0,4,4,0],[6,0,0,0,1,0,4,4,0],[0,6,0,0,1,0,0,0,4],[6,6,6,6,1,0,4,4,0],[1,1,1,1,1,1,1,1,1],[0,0,0,0,1,7,7,0,0],[8,0,0,8,1,0,0,7,7],[8,0,0,0,1,0,7,0,7],[8,0,0,0,1,0,0,7,7]]\nOutput: [[7,7,4,6],[8,4,7,7],[8,7,0,7],[8,4,7,7]]\n\nNow apply the same rule to:\nInput: [[0,6,0,0,1,0,4,0,4],[0,0,0... | [
"[[8,4,8,7],[0,8,7,7],[0,0,7,7],[7,8,7,6]]",
"[[7,7,4,6],[8,4,7,7],[8,7,0,7],[8,4,7,7]]",
"[[0,7,7,7],[4,7,4,7],[7,7,0,4],[8,7,0,0]]"
] | |
a68b268e::flh_r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,6,0,0,1,0,4,0,4],[0,0,0,6,1,0,0,0,0],[0,0,0,6,1,0,0,4,4],[0,6,0,6,1,0,0,4,0],[1,1,1,1,1,1,1,1,1],[8,0,8,0,1,0,0,0,7],[0,8,8,0,1,0,0,7,7],[... | arc | Example
Input: [[0,6,0,0,1,4,0,0,4],[6,6,0,0,1,4,4,0,0],[6,6,6,0,1,0,4,0,4],[0,0,6,0,1,4,4,4,4],[1,1,1,1,1,1,1,1,1],[8,0,0,0,1,7,7,0,0],[0,8,8,8,1,7,0,7,0],[8,0,0,0,1,0,0,0,7],[0,0,0,0,1,7,7,7,7]]
Output: [[7,7,0,4],[7,4,7,8],[8,4,6,7],[7,7,7,7]]
Now apply the same rule to:
Input: [[0,0,6,6,1,0,4,4,0],[0,6,0,6,1,0,0,0... | [[8,4,7,7],[7,7,7,4],[7,7,7,4],[7,7,4,7]] | [[8,4,7,7],[7,7,7,4],[7,7,7,4],[7,7,4,7]] | [] | arc_train | [
"Example\nInput: [[6,6,0,6,1,0,4,4,0],[6,0,0,0,1,0,4,4,0],[0,6,0,0,1,0,0,0,4],[6,6,6,6,1,0,4,4,0],[1,1,1,1,1,1,1,1,1],[0,0,0,0,1,7,7,0,0],[8,0,0,8,1,0,0,7,7],[8,0,0,0,1,0,7,0,7],[8,0,0,0,1,0,0,7,7]]\nOutput: [[7,7,4,6],[8,4,7,7],[8,7,0,7],[8,4,7,7]]\n\nNow apply the same rule to:\nInput: [[0,6,0,0,1,0,4,0,4],[0,0,0... | [
"[[8,4,8,7],[0,8,7,7],[0,0,7,7],[7,8,7,6]]",
"[[7,7,4,6],[8,4,7,7],[8,7,0,7],[8,4,7,7]]",
"[[0,7,7,7],[4,7,4,7],[7,7,0,4],[8,7,0,0]]"
] | |
a68b268e::flh_r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,6,0,0,1,0,4,0,4],[0,0,0,6,1,0,0,0,0],[0,0,0,6,1,0,0,4,4],[0,6,0,6,1,0,0,4,0],[1,1,1,1,1,1,1,1,1],[8,0,8,0,1,0,0,0,7],[0,8,8,0,1,0,0,7,7],[... | arc | Example
Input: [[0,6,0,0,1,4,0,0,4],[6,6,0,0,1,4,4,0,0],[6,6,6,0,1,0,4,0,4],[0,0,6,0,1,4,4,4,4],[1,1,1,1,1,1,1,1,1],[8,0,0,0,1,7,7,0,0],[0,8,8,8,1,7,0,7,0],[8,0,0,0,1,0,0,0,7],[0,0,0,0,1,7,7,7,7]]
Output: [[7,7,0,4],[7,4,7,8],[8,4,6,7],[7,7,7,7]]
Now apply the same rule to:
Input: [[0,6,6,6,1,0,4,4,0],[0,6,0,0,1,4,0,0... | [[8,7,4,8],[4,7,7,7],[8,7,7,7],[7,7,4,7]] | [[8,7,4,8],[4,7,7,7],[8,7,7,7],[7,7,4,7]] | [] | arc_train | [
"Example\nInput: [[6,6,0,6,1,0,4,4,0],[6,0,0,0,1,0,4,4,0],[0,6,0,0,1,0,0,0,4],[6,6,6,6,1,0,4,4,0],[1,1,1,1,1,1,1,1,1],[0,0,0,0,1,7,7,0,0],[8,0,0,8,1,0,0,7,7],[8,0,0,0,1,0,7,0,7],[8,0,0,0,1,0,0,7,7]]\nOutput: [[7,7,4,6],[8,4,7,7],[8,7,0,7],[8,4,7,7]]\n\nNow apply the same rule to:\nInput: [[0,6,0,0,1,0,4,0,4],[0,0,0... | [
"[[8,4,8,7],[0,8,7,7],[0,0,7,7],[7,8,7,6]]",
"[[7,7,4,6],[8,4,7,7],[8,7,0,7],[8,4,7,7]]",
"[[0,7,7,7],[4,7,4,7],[7,7,0,4],[8,7,0,0]]"
] | |
a699fb00 | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[1,0,1,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,1,0,1,0],[0,0,0,0,0]]
Output: [[1,2,1,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,1,2,1,0],[0,0,0,0,0]]
Example 2... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,1,0],[0,1,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,1,0,1,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,1,0,1,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,2,1,0],[0,1,2,1,0,0,0,0,0,0],[0,0,0,0... | [[0,1,2,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,1,2,1,2,1,2,1,0],[0,0,0,0,0,0,0,0,0,0],[0,1,2,1,0,0,0,0,0,0],[0,0,0,0,0,1,2,1,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,2,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]] | [[0,1,2,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,1,2,1,2,1,2,1,0],[0,0,0,0,0,0,0,0,0,0],[0,1,2,1,0,0,0,0,0,0],[0,0,0,0,0,1,2,1,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,2,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,1,0,1,0,1,0,1,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,1,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,1,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,1,2,1,2,1,2,1,0,0],[0,0,0,0,0,0,0,0,0,0],[... | [
"[[1,2,1,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,1,2,1,0],[0,0,0,0,0]]",
"[[0,0,0,0,0,0,0,0,0,0],[0,1,2,1,2,1,2,1,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,1,2,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,2,1,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,2,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]"
] | |
a699fb00::r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0],[0,0,0,1,0],[1,0,0,0,0],[0,0,0,1,0],[1,0,0,0,0]]
Output: [[0,0,0,0,0],[0,0,0,1,0],[1,0,0,2,0],[2,0,0,1,0],[1,0,0,0,0]]
Example 2... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0],[0,1,0,0,0,0,0,1,0,0],[0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,1,0,0],[0,0,1,0,0,1,0,0,0,1],[0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0],[0,2,0,0,0,1,0,0,0,0],[0,1,0,0... | [[0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0],[0,0,2,0,0,1,0,0,0,0],[0,0,1,0,0,2,0,0,0,0],[0,0,2,0,0,1,0,1,0,0],[0,0,1,0,0,0,0,2,0,0],[1,0,2,0,1,0,0,1,0,0],[2,0,1,0,2,0,0,0,0,0],[1,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]] | [[0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0],[0,0,2,0,0,1,0,0,0,0],[0,0,1,0,0,2,0,0,0,0],[0,0,2,0,0,1,0,1,0,0],[0,0,1,0,0,0,0,2,0,0],[1,0,2,0,1,0,0,1,0,0],[2,0,1,0,2,0,0,0,0,0],[1,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0],[0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0],[0,1,0,0,0,0,0,0,1,0],[0,0,0,0,1,0,0,0,0,0],[0,1,0,0,0,0,0,0,1,0],[0,0,0,0,1,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0],[0,1,0,0,0,0,2,0,0,0],[... | [
"[[0,0,0,0,0],[0,0,0,1,0],[1,0,0,2,0],[2,0,0,1,0],[1,0,0,0,0]]",
"[[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0],[0,1,0,0,0,0,2,0,0,0],[0,2,0,0,0,0,1,0,0,0],[0,1,0,0,0,0,0,0,1,0],[0,2,0,0,1,0,0,0,2,0],[0,1,0,0,2,0,0,0,1,0],[0,2,0,0,1,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]"
] | |
a699fb00::r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0],[0,1,0,1,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,1,0,1]]
Output: [[0,0,0,0,0],[0,1,2,1,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,1,2,1]]
Example 2... | arc | Example
Input: [[0,0,0,0,0,0,1,0,1,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,1,0,1,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,1,0],[0,1,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,1,2,1,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,2,1,0,0,0,0],[0,0,0,0... | [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,2,1,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,1,2,1,0,0,0,0,0],[0,0,0,0,0,0,1,2,1,0],[0,0,0,0,0,0,0,0,0,0],[0,1,2,1,2,1,2,1,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,2,1,0]] | [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,2,1,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,1,2,1,0,0,0,0,0],[0,0,0,0,0,0,1,2,1,0],[0,0,0,0,0,0,0,0,0,0],[0,1,2,1,2,1,2,1,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,2,1,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,1,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,1,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,1,0,1,0,1,0,1,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,2,1,0,0,0],[0,0,0,0,0,0,0,0,0,0],[... | [
"[[0,0,0,0,0],[0,1,2,1,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,1,2,1]]",
"[[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,2,1,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,1,2,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,2,1,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,1,2,1,2,1,2,1,0],[0,0,0,0,0,0,0,0,0,0]]"
] | |
a699fb00::r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,1],[0,1,0,0,0],[0,0,0,0,1],[0,1,0,0,0],[0,0,0,0,0]]
Output: [[0,0,0,0,1],[0,1,0,0,2],[0,2,0,0,1],[0,1,0,0,0],[0,0,0,0,0]]
Example 2... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0],[1,0,0,0,1,0,0,1,0,0],[0,0,1,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0],[0,0,1,0,0,0,0,0,1,0],[0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,1,0,0],[2,0,0,0,0,0,0,2,0,0],[1,0,0,0... | [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,1],[0,0,0,0,0,2,0,1,0,2],[0,0,1,0,0,1,0,2,0,1],[0,0,2,0,0,0,0,1,0,0],[0,0,1,0,1,0,0,2,0,0],[0,0,0,0,2,0,0,1,0,0],[0,0,0,0,1,0,0,2,0,0],[0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0]] | [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,1],[0,0,0,0,0,2,0,1,0,2],[0,0,1,0,0,1,0,2,0,1],[0,0,2,0,0,0,0,1,0,0],[0,0,1,0,1,0,0,2,0,0],[0,0,0,0,2,0,0,1,0,0],[0,0,0,0,1,0,0,2,0,0],[0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,1,0,0,0,0],[0,1,0,0,0,0,0,0,1,0],[0,0,0,0,0,1,0,0,0,0],[0,1,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,1,0,0,2,0],[... | [
"[[0,0,0,0,1],[0,1,0,0,2],[0,2,0,0,1],[0,1,0,0,0],[0,0,0,0,0]]",
"[[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,1,0,0,2,0],[0,1,0,0,0,2,0,0,1,0],[0,2,0,0,0,1,0,0,2,0],[0,1,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,2,0],[0,0,0,2,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]"
] | |
a699fb00::flh_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,1,0,1],[0,0,0,0,0],[0,0,0,0,0],[0,1,0,1,0],[0,0,0,0,0]]
Output: [[0,0,1,2,1],[0,0,0,0,0],[0,0,0,0,0],[0,1,2,1,0],[0,0,0,0,0]]
Example 2... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[0,1,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,1,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,1,0,1,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,1,0]]
Output: [[0,0,0,0,0,0,0,0,0,0],[0,1,2,1,0,0,0,0,0,0],[0,0,0,0,0,0,1,2,1,0],[0,0,0,0... | [[0,0,0,0,0,0,1,2,1,0],[0,0,0,0,0,0,0,0,0,0],[0,1,2,1,2,1,2,1,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,2,1,0],[0,0,1,2,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,2,1,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]] | [[0,0,0,0,0,0,1,2,1,0],[0,0,0,0,0,0,0,0,0,0],[0,1,2,1,2,1,2,1,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,2,1,0],[0,0,1,2,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,2,1,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,0,1,0,1,0,1,0,1,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,1,0,0],[0,0,0,0,0,0,0,0,0,0],[0,1,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,0,1,2,1,2,1,2,1,0],[0,0,0,0,0,0,0,0,0,0],[... | [
"[[0,0,1,2,1],[0,0,0,0,0],[0,0,0,0,0],[0,1,2,1,0],[0,0,0,0,0]]",
"[[0,0,0,0,0,0,0,0,0,0],[0,0,1,2,1,2,1,2,1,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,2,1,0,0],[0,0,0,0,0,0,0,0,0,0],[0,1,2,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,2,1,0,0,0],[0,0,0,0,0,0,0,0,0,0]]"
] | |
a699fb00::flh_r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[1,0,0,0,0],[0,0,0,1,0],[1,0,0,0,0],[0,0,0,1,0],[0,0,0,0,0]]
Output: [[1,0,0,0,0],[2,0,0,1,0],[1,0,0,2,0],[0,0,0,1,0],[0,0,0,0,0]]
Example 2... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,1,0,0,0,1],[0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,1,0,0,0,0],[0,1,0,0,0,0,0,1,0,0],[0,0,0,0,0,1,0,0,0,0],[0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,1],[0,0,2,0,0,0,0,0,0,2],[0,0,1,0... | [[0,0,0,0,0,0,0,0,0,0],[1,0,0,0,1,0,0,0,0,0],[2,0,1,0,2,0,0,0,0,0],[1,0,2,0,1,0,0,1,0,0],[0,0,1,0,0,0,0,2,0,0],[0,0,2,0,0,1,0,1,0,0],[0,0,1,0,0,2,0,0,0,0],[0,0,2,0,0,1,0,0,0,0],[0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]] | [[0,0,0,0,0,0,0,0,0,0],[1,0,0,0,1,0,0,0,0,0],[2,0,1,0,2,0,0,0,0,0],[1,0,2,0,1,0,0,1,0,0],[0,0,1,0,0,0,0,2,0,0],[0,0,2,0,0,1,0,1,0,0],[0,0,1,0,0,2,0,0,0,0],[0,0,2,0,0,1,0,0,0,0],[0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0],[0,1,0,0,0,0,0,0,1,0],[0,0,0,0,1,0,0,0,0,0],[0,1,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,1,0,0,0],[0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0],[0,2,0,0,1,0,0,0,0,0],[... | [
"[[1,0,0,0,0],[2,0,0,1,0],[1,0,0,2,0],[0,0,0,1,0],[0,0,0,0,0]]",
"[[0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0],[0,2,0,0,1,0,0,0,0,0],[0,1,0,0,2,0,0,0,1,0],[0,2,0,0,1,0,0,0,2,0],[0,1,0,0,0,0,0,0,1,0],[0,2,0,0,0,0,1,0,0,0],[0,1,0,0,0,0,2,0,0,0],[0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0]]"
] | |
a699fb00::flh_r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0],[0,1,0,1,0],[0,0,0,0,0],[0,0,0,0,0],[1,0,1,0,0]]
Output: [[0,0,0,0,0],[0,1,2,1,0],[0,0,0,0,0],[0,0,0,0,0],[1,2,1,0,0]]
Example 2... | arc | Example
Input: [[0,1,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,1,0,1,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,1,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,1,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,1,2,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,2,1,0,0,0],[0,0,0,0... | [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,2,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,2,1,0,0],[0,1,2,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,1,2,1,2,1,2,1,0],[0,0,0,0,0,0,0,0,0,0],[0,1,2,1,0,0,0,0,0,0]] | [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,2,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,2,1,0,0],[0,1,2,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,1,2,1,2,1,2,1,0],[0,0,0,0,0,0,0,0,0,0],[0,1,2,1,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,1,0],[0,0,0,0,0,0,0,0,0,0],[0,0,1,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,1,0,1,0,1,0,1,0,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,2,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[... | [
"[[0,0,0,0,0],[0,1,2,1,0],[0,0,0,0,0],[0,0,0,0,0],[1,2,1,0,0]]",
"[[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,2,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,2,1,0],[0,0,0,0,0,0,0,0,0,0],[0,0,1,2,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,1,2,1,2,1,2,1,0,0],[0,0,0,0,0,0,0,0,0,0]]"
] | |
a699fb00::flh_r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0],[0,1,0,0,0],[0,0,0,0,1],[0,1,0,0,0],[0,0,0,0,1]]
Output: [[0,0,0,0,0],[0,1,0,0,0],[0,2,0,0,1],[0,1,0,0,2],[0,0,0,0,1]]
Example 2... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0],[0,0,0,0,1,0,0,0,0,0],[0,0,1,0,0,0,0,0,1,0],[0,0,0,0,1,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0],[1,0,0,0,1,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0],[0,0,0,0,1,0,0,0,2,0],[0,0,1,0... | [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0],[0,0,0,0,1,0,0,2,0,0],[0,0,0,0,2,0,0,1,0,0],[0,0,1,0,1,0,0,2,0,0],[0,0,2,0,0,0,0,1,0,0],[0,0,1,0,0,1,0,2,0,1],[0,0,0,0,0,2,0,1,0,2],[0,0,0,0,0,1,0,0,0,1],[0,0,0,0,0,0,0,0,0,0]] | [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0],[0,0,0,0,1,0,0,2,0,0],[0,0,0,0,2,0,0,1,0,0],[0,0,1,0,1,0,0,2,0,0],[0,0,2,0,0,0,0,1,0,0],[0,0,1,0,0,1,0,2,0,1],[0,0,0,0,0,2,0,1,0,2],[0,0,0,0,0,1,0,0,0,1],[0,0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,1,0],[0,0,0,0,0,1,0,0,0,0],[0,1,0,0,0,0,0,0,1,0],[0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0],[0,0,0,2,0,0,0,0,1,0],[... | [
"[[0,0,0,0,0],[0,1,0,0,0],[0,2,0,0,1],[0,1,0,0,2],[0,0,0,0,1]]",
"[[0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0],[0,0,0,2,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,2,0],[0,1,0,0,0,0,0,0,1,0],[0,2,0,0,0,1,0,0,2,0],[0,1,0,0,0,2,0,0,1,0],[0,0,0,0,0,1,0,0,2,0],[0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0]]"
] | |
a740d043 | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[1,1,1,1,1,1,1],[1,2,2,1,1,1,1],[1,2,2,3,1,1,1],[1,1,1,2,1,1,1],[1,1,1,1,1,1,1]]
Output: [[2,2,0],[2,2,3],[0,0,2]]
Example 2
Input: [[1,1,1,... | arc | Example
Input: [[1,1,1,1,1,1],[1,1,1,1,1,1],[1,5,5,1,1,1],[1,5,5,1,1,1],[1,6,6,1,1,1],[1,1,1,1,1,1],[1,1,1,1,1,1]]
Output: [[5,5],[5,5],[6,6]]
Now apply the same rule to:
Input: [[1,1,1,1,1,1],[1,1,1,1,1,1],[1,1,1,2,1,1],[1,1,2,3,1,1],[1,1,1,1,1,1],[1,1,1,1,1,1]] | [[0,2],[2,3]] | [[0,2],[2,3]] | [] | arc_train | [
"Example\nInput: [[1,1,1,1,1,1,1],[1,1,3,1,2,1,1],[1,1,3,1,2,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1]]\nOutput: [[3,0,2],[3,0,2]]\n\nNow apply the same rule to:\nInput: [[1,1,1,1,1,1,1],[1,2,2,1,1,1,1],[1,2,2,3,1,1,1],[1,1,1,2,1,1,1],[1,1,1,1,1,1,1]]",
"Example\nInput: [[1,1,1,1,1,1],[... | [
"[[2,2,0],[2,2,3],[0,0,2]]",
"[[3,0,2],[3,0,2]]"
] | |
a740d043::r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,1],[1,1,3,2,1],[1,2,2,1,1],[1,2,2,1,1],[1,1,1,1,1]]
Output: [[0,3,2],[2,2,0],[2,2,0]]
Example 2
Input: [[1,... | arc | Example
Input: [[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,5,5,6,1,1],[1,1,5,5,6,1,1],[1,1,1,1,1,1,1]]
Output: [[5,5,6],[5,5,6]]
Now apply the same rule to:
Input: [[1,1,1,1,1,1],[1,1,1,1,1,1],[1,1,2,3,1,1],[1,1,1,2,1,1],[1,1,1,1,1,1],[1,1,1,1,1,1]] | [[2,3],[0,2]] | [[2,3],[0,2]] | [] | arc_train | [
"Example\nInput: [[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,2,2,1,1,1,1],[1,1,1,1,1,1,1],[1,3,3,1,1,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1]]\nOutput: [[2,2],[0,0],[3,3]]\n\nNow apply the same rule to:\nInput: [[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,1],[1,1,3,2,1],[1,2,2,1,1],[1,2,2,1,1],[1,1,1,1,1]]",
"Example\nInput: [[1,1,1,1,... | [
"[[0,3,2],[2,2,0],[2,2,0]]",
"[[2,2],[0,0],[3,3]]"
] | |
a740d043::r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[1,1,1,1,1,1,1],[1,1,1,2,1,1,1],[1,1,1,3,2,2,1],[1,1,1,1,2,2,1],[1,1,1,1,1,1,1]]
Output: [[2,0,0],[3,2,2],[0,2,2]]
Example 2
Input: [[1,1,1,... | arc | Example
Input: [[1,1,1,1,1,1],[1,1,1,1,1,1],[1,1,1,6,6,1],[1,1,1,5,5,1],[1,1,1,5,5,1],[1,1,1,1,1,1],[1,1,1,1,1,1]]
Output: [[6,6],[5,5],[5,5]]
Now apply the same rule to:
Input: [[1,1,1,1,1,1],[1,1,1,1,1,1],[1,1,3,2,1,1],[1,1,2,1,1,1],[1,1,1,1,1,1],[1,1,1,1,1,1]] | [[3,2],[2,0]] | [[3,2],[2,0]] | [] | arc_train | [
"Example\nInput: [[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,2,1,3,1,1],[1,1,2,1,3,1,1],[1,1,1,1,1,1,1]]\nOutput: [[2,0,3],[2,0,3]]\n\nNow apply the same rule to:\nInput: [[1,1,1,1,1,1,1],[1,1,1,2,1,1,1],[1,1,1,3,2,2,1],[1,1,1,1,2,2,1],[1,1,1,1,1,1,1]]",
"Example\nInput: [[1,1,1,1,1,1],[... | [
"[[2,0,0],[3,2,2],[0,2,2]]",
"[[2,0,3],[2,0,3]]"
] | |
a740d043::r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[1,1,1,1,1],[1,1,2,2,1],[1,1,2,2,1],[1,2,3,1,1],[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,1]]
Output: [[0,2,2],[0,2,2],[2,3,0]]
Example 2
Input: [[1,... | arc | Example
Input: [[1,1,1,1,1,1,1],[1,1,6,5,5,1,1],[1,1,6,5,5,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1]]
Output: [[6,5,5],[6,5,5]]
Now apply the same rule to:
Input: [[1,1,1,1,1,1],[1,1,1,1,1,1],[1,1,2,1,1,1],[1,1,3,2,1,1],[1,1,1,1,1,1],[1,1,1,1,1,1]] | [[2,0],[3,2]] | [[2,0],[3,2]] | [] | arc_train | [
"Example\nInput: [[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,1,1,3,3,1],[1,1,1,1,1,1,1],[1,1,1,1,2,2,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1]]\nOutput: [[3,3],[0,0],[2,2]]\n\nNow apply the same rule to:\nInput: [[1,1,1,1,1],[1,1,2,2,1],[1,1,2,2,1],[1,2,3,1,1],[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,1]]",
"Example\nInput: [[1,1,1,1,... | [
"[[0,2,2],[0,2,2],[2,3,0]]",
"[[3,3],[0,0],[2,2]]"
] | |
a740d043::flh_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[1,1,1,1,1,1,1],[1,1,1,1,2,2,1],[1,1,1,3,2,2,1],[1,1,1,2,1,1,1],[1,1,1,1,1,1,1]]
Output: [[0,2,2],[3,2,2],[2,0,0]]
Example 2
Input: [[1,1,1,... | arc | Example
Input: [[1,1,1,1,1,1],[1,1,1,1,1,1],[1,1,1,5,5,1],[1,1,1,5,5,1],[1,1,1,6,6,1],[1,1,1,1,1,1],[1,1,1,1,1,1]]
Output: [[5,5],[5,5],[6,6]]
Now apply the same rule to:
Input: [[1,1,1,1,1,1],[1,1,1,1,1,1],[1,1,2,1,1,1],[1,1,3,2,1,1],[1,1,1,1,1,1],[1,1,1,1,1,1]] | [[2,0],[3,2]] | [[2,0],[3,2]] | [] | arc_train | [
"Example\nInput: [[1,1,1,1,1,1,1],[1,1,2,1,3,1,1],[1,1,2,1,3,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1]]\nOutput: [[2,0,3],[2,0,3]]\n\nNow apply the same rule to:\nInput: [[1,1,1,1,1,1,1],[1,1,1,1,2,2,1],[1,1,1,3,2,2,1],[1,1,1,2,1,1,1],[1,1,1,1,1,1,1]]",
"Example\nInput: [[1,1,1,1,1,1],[... | [
"[[0,2,2],[3,2,2],[2,0,0]]",
"[[2,0,3],[2,0,3]]"
] | |
a740d043::flh_r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[1,1,1,1,1],[1,2,2,1,1],[1,2,2,1,1],[1,1,3,2,1],[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,1]]
Output: [[2,2,0],[2,2,0],[0,3,2]]
Example 2
Input: [[1,... | arc | Example
Input: [[1,1,1,1,1,1,1],[1,1,5,5,6,1,1],[1,1,5,5,6,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1]]
Output: [[5,5,6],[5,5,6]]
Now apply the same rule to:
Input: [[1,1,1,1,1,1],[1,1,1,1,1,1],[1,1,1,2,1,1],[1,1,2,3,1,1],[1,1,1,1,1,1],[1,1,1,1,1,1]] | [[0,2],[2,3]] | [[0,2],[2,3]] | [] | arc_train | [
"Example\nInput: [[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,3,3,1,1,1,1],[1,1,1,1,1,1,1],[1,2,2,1,1,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1]]\nOutput: [[3,3],[0,0],[2,2]]\n\nNow apply the same rule to:\nInput: [[1,1,1,1,1],[1,2,2,1,1],[1,2,2,1,1],[1,1,3,2,1],[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,1]]",
"Example\nInput: [[1,1,1,1,... | [
"[[2,2,0],[2,2,0],[0,3,2]]",
"[[3,3],[0,0],[2,2]]"
] | |
a740d043::flh_r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[1,1,1,1,1,1,1],[1,1,1,2,1,1,1],[1,2,2,3,1,1,1],[1,2,2,1,1,1,1],[1,1,1,1,1,1,1]]
Output: [[0,0,2],[2,2,3],[2,2,0]]
Example 2
Input: [[1,1,1,... | arc | Example
Input: [[1,1,1,1,1,1],[1,1,1,1,1,1],[1,6,6,1,1,1],[1,5,5,1,1,1],[1,5,5,1,1,1],[1,1,1,1,1,1],[1,1,1,1,1,1]]
Output: [[6,6],[5,5],[5,5]]
Now apply the same rule to:
Input: [[1,1,1,1,1,1],[1,1,1,1,1,1],[1,1,2,3,1,1],[1,1,1,2,1,1],[1,1,1,1,1,1],[1,1,1,1,1,1]] | [[2,3],[0,2]] | [[2,3],[0,2]] | [] | arc_train | [
"Example\nInput: [[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,3,1,2,1,1],[1,1,3,1,2,1,1],[1,1,1,1,1,1,1]]\nOutput: [[3,0,2],[3,0,2]]\n\nNow apply the same rule to:\nInput: [[1,1,1,1,1,1,1],[1,1,1,2,1,1,1],[1,2,2,3,1,1,1],[1,2,2,1,1,1,1],[1,1,1,1,1,1,1]]",
"Example\nInput: [[1,1,1,1,1,1],[... | [
"[[0,0,2],[2,2,3],[2,2,0]]",
"[[3,0,2],[3,0,2]]"
] | |
a740d043::flh_r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,1],[1,2,3,1,1],[1,1,2,2,1],[1,1,2,2,1],[1,1,1,1,1]]
Output: [[2,3,0],[0,2,2],[0,2,2]]
Example 2
Input: [[1,... | arc | Example
Input: [[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,6,5,5,1,1],[1,1,6,5,5,1,1],[1,1,1,1,1,1,1]]
Output: [[6,5,5],[6,5,5]]
Now apply the same rule to:
Input: [[1,1,1,1,1,1],[1,1,1,1,1,1],[1,1,3,2,1,1],[1,1,2,1,1,1],[1,1,1,1,1,1],[1,1,1,1,1,1]] | [[3,2],[2,0]] | [[3,2],[2,0]] | [] | arc_train | [
"Example\nInput: [[1,1,1,1,1,1,1],[1,1,1,1,1,1,1],[1,1,1,1,2,2,1],[1,1,1,1,1,1,1],[1,1,1,1,3,3,1],[1,1,1,1,1,1,1],[1,1,1,1,1,1,1]]\nOutput: [[2,2],[0,0],[3,3]]\n\nNow apply the same rule to:\nInput: [[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,1],[1,2,3,1,1],[1,1,2,2,1],[1,1,2,2,1],[1,1,1,1,1]]",
"Example\nInput: [[1,1,1,1,... | [
"[[2,3,0],[0,2,2],[0,2,2]]",
"[[2,2],[0,0],[3,3]]"
] | |
a78176bb | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[7,0,0,0,0,0,0,0,0,0],[0,7,0,0,0,0,0,0,0,0],[0,0,7,0,0,0,0,0,0,0],[0,0,0,7,5,5,0,0,0,0],[0,0,0,0,7,5,0,0,0,0],[0,0,0,0,0,7,0,0,0,0],[0,0,0,0,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,0,0],[0,2,0,0,0,0,0,0,0,0],[0,0,2,5,5,0,0,0,0,0],[0,0,0,2,5,0,0,0,0,0],[0,0,0,5,2,0,0,0,0,0],[0,0,0,5,5,2,0,0,0,0],[0,0,0,5,5,5,2,0,0,0],[0,0,0,0,0,0,0,2,0,0],[0,0,0,0,0,0,0,0,2,0]]
Output: [[0,0,0,2,0,0,0,0,0,0],[2,0,0,0,2,0,0,0,0,0],[0,2,0,0,0,2,0,0,0,0],[0,0,2,0... | [[0,1,0,0,0,1,0,0,0,0],[0,0,1,0,0,0,1,0,0,0],[0,0,0,1,0,0,0,1,0,0],[0,0,0,0,1,0,0,0,1,0],[0,0,0,0,0,1,0,0,0,1],[0,0,0,0,0,0,1,0,0,0],[1,0,0,0,0,0,0,1,0,0],[0,1,0,0,0,0,0,0,1,0],[0,0,1,0,0,0,0,0,0,1],[0,0,0,1,0,0,0,0,0,0]] | [[0,1,0,0,0,1,0,0,0,0],[0,0,1,0,0,0,1,0,0,0],[0,0,0,1,0,0,0,1,0,0],[0,0,0,0,1,0,0,0,1,0],[0,0,0,0,0,1,0,0,0,1],[0,0,0,0,0,0,1,0,0,0],[1,0,0,0,0,0,0,1,0,0],[0,1,0,0,0,0,0,0,1,0],[0,0,1,0,0,0,0,0,0,1],[0,0,0,1,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,9,0,0,0,0],[0,0,0,0,0,5,9,0,0,0],[0,0,0,0,0,5,5,9,0,0],[0,0,0,0,0,5,5,5,9,0],[0,0,0,0,0,5,5,5,5,9],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,9,0,0,0,0],[9,0,0,0,0,0,9,0,0,0],[0,9,0,0,0,0,0,9,0,0],[... | [
"[[7,0,0,0,7,0,0,0,0,0],[0,7,0,0,0,7,0,0,0,0],[0,0,7,0,0,0,7,0,0,0],[0,0,0,7,0,0,0,7,0,0],[0,0,0,0,7,0,0,0,7,0],[0,0,0,0,0,7,0,0,0,7],[0,0,0,0,0,0,7,0,0,0],[0,0,0,0,0,0,0,7,0,0],[0,0,0,0,0,0,0,0,7,0],[0,0,0,0,0,0,0,0,0,7]]",
"[[0,0,0,0,0,9,0,0,0,0],[9,0,0,0,0,0,9,0,0,0],[0,9,0,0,0,0,0,9,0,0],[0,0,9,0,0,0,0,0,9,0]... | |
a78176bb::r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0,0,0,7],[0,0,0,0,0,0,0,0,7,0],[0,0,0,0,0,0,0,7,0,0],[0,0,0,0,0,0,7,0,0,0],[0,0,0,5,5,7,0,0,0,0],[0,0,0,5,7,0,0,0,0,0],[0,0,0,7,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,2],[0,0,0,0,0,0,0,0,2,0],[0,0,0,0,0,0,0,2,0,0],[0,0,0,0,0,0,2,5,0,0],[0,0,0,5,5,2,5,5,0,0],[0,0,0,5,2,5,5,5,0,0],[0,0,0,2,0,0,0,0,0,0],[0,0,2,0,0,0,0,0,0,0],[0,2,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,2,0,0,0],[0,0,0,0,0,2,0,0,0,2],[0,0,0,0,2,0,0,0,2,0],[0,0,0,2... | [[0,0,0,0,1,0,0,0,1,0],[0,0,0,1,0,0,0,1,0,0],[0,0,1,0,0,0,1,0,0,0],[0,1,0,0,0,1,0,0,0,0],[1,0,0,0,1,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,1],[0,1,0,0,0,0,0,0,1,0],[1,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0,0]] | [[0,0,0,0,1,0,0,0,1,0],[0,0,0,1,0,0,0,1,0,0],[0,0,1,0,0,0,1,0,0,0],[0,1,0,0,0,1,0,0,0,0],[1,0,0,0,1,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,1],[0,1,0,0,0,0,0,0,1,0],[1,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,9,0,0,0,0,0],[0,0,0,9,5,0,0,0,0,0],[0,0,9,5,5,0,0,0,0,0],[0,9,5,5,5,0,0,0,0,0],[9,5,5,5,5,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,9,0,0,0,0,0],[0,0,0,9,0,0,0,0,0,9],[0,0,9,0,0,0,0,0,9,0],[... | [
"[[0,0,0,0,0,7,0,0,0,7],[0,0,0,0,7,0,0,0,7,0],[0,0,0,7,0,0,0,7,0,0],[0,0,7,0,0,0,7,0,0,0],[0,7,0,0,0,7,0,0,0,0],[7,0,0,0,7,0,0,0,0,0],[0,0,0,7,0,0,0,0,0,0],[0,0,7,0,0,0,0,0,0,0],[0,7,0,0,0,0,0,0,0,0],[7,0,0,0,0,0,0,0,0,0]]",
"[[0,0,0,0,9,0,0,0,0,0],[0,0,0,9,0,0,0,0,0,9],[0,0,9,0,0,0,0,0,9,0],[0,9,0,0,0,0,0,9,0,0]... | |
a78176bb::r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[7,0,0,0,0,0,0,0,0,0],[0,7,0,0,0,0,0,0,0,0],[0,0,7,0,0,0,0,0,0,0],[0,0,0,7,0,0,0,0,0,0],[0,0,0,0,7,0,0,0,0,0],[0,0,0,0,5,7,0,0,0,0],[0,0,0,0,... | arc | Example
Input: [[0,2,0,0,0,0,0,0,0,0],[0,0,2,0,0,0,0,0,0,0],[0,0,0,2,5,5,5,0,0,0],[0,0,0,0,2,5,5,0,0,0],[0,0,0,0,0,2,5,0,0,0],[0,0,0,0,0,5,2,0,0,0],[0,0,0,0,0,5,5,2,0,0],[0,0,0,0,0,0,0,0,2,0],[0,0,0,0,0,0,0,0,0,2],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,2,0,0,0,0,2,0,0,0],[0,0,2,0,0,0,0,2,0,0],[0,0,0,2,0,0,0,0,2,0],[2,0,0,0... | [[0,0,0,0,0,0,1,0,0,0],[1,0,0,0,0,0,0,1,0,0],[0,1,0,0,0,0,0,0,1,0],[0,0,1,0,0,0,0,0,0,1],[0,0,0,1,0,0,0,0,0,0],[1,0,0,0,1,0,0,0,0,0],[0,1,0,0,0,1,0,0,0,0],[0,0,1,0,0,0,1,0,0,0],[0,0,0,1,0,0,0,1,0,0],[0,0,0,0,1,0,0,0,1,0]] | [[0,0,0,0,0,0,1,0,0,0],[1,0,0,0,0,0,0,1,0,0],[0,1,0,0,0,0,0,0,1,0],[0,0,1,0,0,0,0,0,0,1],[0,0,0,1,0,0,0,0,0,0],[1,0,0,0,1,0,0,0,0,0],[0,1,0,0,0,1,0,0,0,0],[0,0,1,0,0,0,1,0,0,0],[0,0,0,1,0,0,0,1,0,0],[0,0,0,0,1,0,0,0,1,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[9,5,5,5,5,0,0,0,0,0],[0,9,5,5,5,0,0,0,0,0],[0,0,9,5,5,0,0,0,0,0],[0,0,0,9,5,0,0,0,0,0],[0,0,0,0,9,0,0,0,0,0]]\nOutput: [[0,9,0,0,0,0,0,0,0,0],[0,0,9,0,0,0,0,0,0,0],[0,0,0,9,0,0,0,0,0,0],[... | [
"[[7,0,0,0,0,0,0,0,0,0],[0,7,0,0,0,0,0,0,0,0],[0,0,7,0,0,0,0,0,0,0],[0,0,0,7,0,0,0,0,0,0],[7,0,0,0,7,0,0,0,0,0],[0,7,0,0,0,7,0,0,0,0],[0,0,7,0,0,0,7,0,0,0],[0,0,0,7,0,0,0,7,0,0],[0,0,0,0,7,0,0,0,7,0],[0,0,0,0,0,7,0,0,0,7]]",
"[[0,9,0,0,0,0,0,0,0,0],[0,0,9,0,0,0,0,0,0,0],[0,0,0,9,0,0,0,0,0,0],[0,0,0,0,9,0,0,0,0,0]... | |
a78176bb::r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0,0,0,7],[0,0,0,0,0,0,0,0,7,0],[0,0,0,0,0,0,0,7,0,0],[0,0,0,0,0,0,7,0,0,0],[0,0,0,0,0,7,5,0,0,0],[0,0,0,0,7,5,5,0,0,0],[0,0,0,7,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,2,0],[0,0,0,0,0,0,0,2,0,0],[0,0,0,0,0,0,2,0,0,0],[0,0,5,5,5,2,5,0,0,0],[0,0,5,5,2,5,5,0,0,0],[0,0,5,2,0,0,0,0,0,0],[0,0,2,0,0,0,0,0,0,0],[0,2,0,0,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,2,0,0,0,0,2,0],[0,0,2,0,0,0,0,2,0,0],[0,2,0,0,0,0,2,0,0,0],[2,0,0,0... | [[0,0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,1],[0,1,0,0,0,0,0,0,1,0],[1,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,1,0,0,0,1],[0,0,0,0,1,0,0,0,1,0],[0,0,0,1,0,0,0,1,0,0],[0,0,1,0,0,0,1,0,0,0],[0,1,0,0,0,1,0,0,0,0]] | [[0,0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,1],[0,1,0,0,0,0,0,0,1,0],[1,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,1,0,0,0,1],[0,0,0,0,1,0,0,0,1,0],[0,0,0,1,0,0,0,1,0,0],[0,0,1,0,0,0,1,0,0,0],[0,1,0,0,0,1,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,5,5,5,9],[0,0,0,0,0,5,5,5,9,0],[0,0,0,0,0,5,5,9,0,0],[0,0,0,0,0,5,9,0,0,0],[0,0,0,0,0,9,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,9,0],[0,0,0,0,0,0,0,9,0,0],[0,0,0,0,0,0,9,0,0,0],[... | [
"[[0,0,0,0,0,0,0,0,0,7],[0,0,0,0,0,0,0,0,7,0],[0,0,0,0,0,0,0,7,0,0],[0,0,0,0,0,0,7,0,0,0],[0,0,0,0,0,7,0,0,0,7],[0,0,0,0,7,0,0,0,7,0],[0,0,0,7,0,0,0,7,0,0],[0,0,7,0,0,0,7,0,0,0],[0,7,0,0,0,7,0,0,0,0],[7,0,0,0,7,0,0,0,0,0]]",
"[[0,0,0,0,0,0,0,0,9,0],[0,0,0,0,0,0,0,9,0,0],[0,0,0,0,0,0,9,0,0,0],[0,0,0,0,0,9,0,0,0,0]... | |
a78176bb::flh_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0,0,0,7],[0,0,0,0,0,0,0,0,7,0],[0,0,0,0,0,0,0,7,0,0],[0,0,0,0,5,5,7,0,0,0],[0,0,0,0,5,7,0,0,0,0],[0,0,0,0,7,0,0,0,0,0],[0,0,0,7,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,2],[0,0,0,0,0,0,0,0,2,0],[0,0,0,0,0,5,5,2,0,0],[0,0,0,0,0,5,2,0,0,0],[0,0,0,0,0,2,5,0,0,0],[0,0,0,0,2,5,5,0,0,0],[0,0,0,2,5,5,5,0,0,0],[0,0,2,0,0,0,0,0,0,0],[0,2,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,2,0,0,0],[0,0,0,0,0,2,0,0,0,2],[0,0,0,0,2,0,0,0,2,0],[0,0,0,2... | [[0,0,0,0,1,0,0,0,1,0],[0,0,0,1,0,0,0,1,0,0],[0,0,1,0,0,0,1,0,0,0],[0,1,0,0,0,1,0,0,0,0],[1,0,0,0,1,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,1],[0,1,0,0,0,0,0,0,1,0],[1,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0,0]] | [[0,0,0,0,1,0,0,0,1,0],[0,0,0,1,0,0,0,1,0,0],[0,0,1,0,0,0,1,0,0,0],[0,1,0,0,0,1,0,0,0,0],[1,0,0,0,1,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,1],[0,1,0,0,0,0,0,0,1,0],[1,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,9,0,0,0,0,0],[0,0,0,9,5,0,0,0,0,0],[0,0,9,5,5,0,0,0,0,0],[0,9,5,5,5,0,0,0,0,0],[9,5,5,5,5,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,9,0,0,0,0,0],[0,0,0,9,0,0,0,0,0,9],[0,0,9,0,0,0,0,0,9,0],[... | [
"[[0,0,0,0,0,7,0,0,0,7],[0,0,0,0,7,0,0,0,7,0],[0,0,0,7,0,0,0,7,0,0],[0,0,7,0,0,0,7,0,0,0],[0,7,0,0,0,7,0,0,0,0],[7,0,0,0,7,0,0,0,0,0],[0,0,0,7,0,0,0,0,0,0],[0,0,7,0,0,0,0,0,0,0],[0,7,0,0,0,0,0,0,0,0],[7,0,0,0,0,0,0,0,0,0]]",
"[[0,0,0,0,9,0,0,0,0,0],[0,0,0,9,0,0,0,0,0,9],[0,0,9,0,0,0,0,0,9,0],[0,9,0,0,0,0,0,9,0,0]... | |
a78176bb::flh_r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[7,0,0,0,0,0,0,0,0,0],[0,7,0,0,0,0,0,0,0,0],[0,0,7,0,0,0,0,0,0,0],[0,0,0,7,0,0,0,0,0,0],[0,0,0,5,7,0,0,0,0,0],[0,0,0,5,5,7,0,0,0,0],[0,0,0,0,... | arc | Example
Input: [[0,2,0,0,0,0,0,0,0,0],[0,0,2,0,0,0,0,0,0,0],[0,0,0,2,0,0,0,0,0,0],[0,0,0,5,2,5,5,5,0,0],[0,0,0,5,5,2,5,5,0,0],[0,0,0,0,0,0,2,5,0,0],[0,0,0,0,0,0,0,2,0,0],[0,0,0,0,0,0,0,0,2,0],[0,0,0,0,0,0,0,0,0,2],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,2,0,0,0,0,2,0,0,0],[0,0,2,0,0,0,0,2,0,0],[0,0,0,2,0,0,0,0,2,0],[2,0,0,0... | [[0,0,0,0,0,0,1,0,0,0],[1,0,0,0,0,0,0,1,0,0],[0,1,0,0,0,0,0,0,1,0],[0,0,1,0,0,0,0,0,0,1],[0,0,0,1,0,0,0,0,0,0],[1,0,0,0,1,0,0,0,0,0],[0,1,0,0,0,1,0,0,0,0],[0,0,1,0,0,0,1,0,0,0],[0,0,0,1,0,0,0,1,0,0],[0,0,0,0,1,0,0,0,1,0]] | [[0,0,0,0,0,0,1,0,0,0],[1,0,0,0,0,0,0,1,0,0],[0,1,0,0,0,0,0,0,1,0],[0,0,1,0,0,0,0,0,0,1],[0,0,0,1,0,0,0,0,0,0],[1,0,0,0,1,0,0,0,0,0],[0,1,0,0,0,1,0,0,0,0],[0,0,1,0,0,0,1,0,0,0],[0,0,0,1,0,0,0,1,0,0],[0,0,0,0,1,0,0,0,1,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[9,5,5,5,5,0,0,0,0,0],[0,9,5,5,5,0,0,0,0,0],[0,0,9,5,5,0,0,0,0,0],[0,0,0,9,5,0,0,0,0,0],[0,0,0,0,9,0,0,0,0,0]]\nOutput: [[0,9,0,0,0,0,0,0,0,0],[0,0,9,0,0,0,0,0,0,0],[0,0,0,9,0,0,0,0,0,0],[... | [
"[[7,0,0,0,0,0,0,0,0,0],[0,7,0,0,0,0,0,0,0,0],[0,0,7,0,0,0,0,0,0,0],[0,0,0,7,0,0,0,0,0,0],[7,0,0,0,7,0,0,0,0,0],[0,7,0,0,0,7,0,0,0,0],[0,0,7,0,0,0,7,0,0,0],[0,0,0,7,0,0,0,7,0,0],[0,0,0,0,7,0,0,0,7,0],[0,0,0,0,0,7,0,0,0,7]]",
"[[0,9,0,0,0,0,0,0,0,0],[0,0,9,0,0,0,0,0,0,0],[0,0,0,9,0,0,0,0,0,0],[0,0,0,0,9,0,0,0,0,0]... | |
a78176bb::flh_r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0,0,0,0,0,7],[0,0,0,0,0,0,0,0,7,0],[0,0,0,0,0,0,0,7,0,0],[0,0,0,0,0,0,7,0,0,0],[0,0,0,0,0,7,0,0,0,0],[0,0,0,0,7,5,0,0,0,0],[0,0,0,7,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,2,0],[0,0,0,0,0,0,0,2,0,0],[0,0,0,5,5,5,2,0,0,0],[0,0,0,5,5,2,0,0,0,0],[0,0,0,5,2,0,0,0,0,0],[0,0,0,2,5,0,0,0,0,0],[0,0,2,5,5,0,0,0,0,0],[0,2,0,0,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,2,0,0,0,0,2,0],[0,0,2,0,0,0,0,2,0,0],[0,2,0,0,0,0,2,0,0,0],[2,0,0,0... | [[0,0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,1],[0,1,0,0,0,0,0,0,1,0],[1,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,1,0,0,0,1],[0,0,0,0,1,0,0,0,1,0],[0,0,0,1,0,0,0,1,0,0],[0,0,1,0,0,0,1,0,0,0],[0,1,0,0,0,1,0,0,0,0]] | [[0,0,0,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,1],[0,1,0,0,0,0,0,0,1,0],[1,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,1,0,0,0,1],[0,0,0,0,1,0,0,0,1,0],[0,0,0,1,0,0,0,1,0,0],[0,0,1,0,0,0,1,0,0,0],[0,1,0,0,0,1,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,5,5,5,9],[0,0,0,0,0,5,5,5,9,0],[0,0,0,0,0,5,5,9,0,0],[0,0,0,0,0,5,9,0,0,0],[0,0,0,0,0,9,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,9,0],[0,0,0,0,0,0,0,9,0,0],[0,0,0,0,0,0,9,0,0,0],[... | [
"[[0,0,0,0,0,0,0,0,0,7],[0,0,0,0,0,0,0,0,7,0],[0,0,0,0,0,0,0,7,0,0],[0,0,0,0,0,0,7,0,0,0],[0,0,0,0,0,7,0,0,0,7],[0,0,0,0,7,0,0,0,7,0],[0,0,0,7,0,0,0,7,0,0],[0,0,7,0,0,0,7,0,0,0],[0,7,0,0,0,7,0,0,0,0],[7,0,0,0,7,0,0,0,0,0]]",
"[[0,0,0,0,0,0,0,0,9,0],[0,0,0,0,0,0,0,9,0,0],[0,0,0,0,0,0,9,0,0,0],[0,0,0,0,0,9,0,0,0,0]... | |
a78176bb::flh_r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[7,0,0,0,0,0,0,0,0,0],[0,7,0,0,0,0,0,0,0,0],[0,0,7,0,0,0,0,0,0,0],[0,0,0,7,0,0,0,0,0,0],[0,0,0,0,7,5,5,0,0,0],[0,0,0,0,0,7,5,0,0,0],[0,0,0,0,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,0,0],[0,2,0,0,0,0,0,0,0,0],[0,0,2,0,0,0,0,0,0,0],[0,0,5,2,0,0,0,0,0,0],[0,0,5,5,2,5,5,0,0,0],[0,0,5,5,5,2,5,0,0,0],[0,0,0,0,0,0,2,0,0,0],[0,0,0,0,0,0,0,2,0,0],[0,0,0,0,0,0,0,0,2,0]]
Output: [[0,0,0,2,0,0,0,0,0,0],[2,0,0,0,2,0,0,0,0,0],[0,2,0,0,0,2,0,0,0,0],[0,0,2,0... | [[0,1,0,0,0,1,0,0,0,0],[0,0,1,0,0,0,1,0,0,0],[0,0,0,1,0,0,0,1,0,0],[0,0,0,0,1,0,0,0,1,0],[0,0,0,0,0,1,0,0,0,1],[0,0,0,0,0,0,1,0,0,0],[1,0,0,0,0,0,0,1,0,0],[0,1,0,0,0,0,0,0,1,0],[0,0,1,0,0,0,0,0,0,1],[0,0,0,1,0,0,0,0,0,0]] | [[0,1,0,0,0,1,0,0,0,0],[0,0,1,0,0,0,1,0,0,0],[0,0,0,1,0,0,0,1,0,0],[0,0,0,0,1,0,0,0,1,0],[0,0,0,0,0,1,0,0,0,1],[0,0,0,0,0,0,1,0,0,0],[1,0,0,0,0,0,0,1,0,0],[0,1,0,0,0,0,0,0,1,0],[0,0,1,0,0,0,0,0,0,1],[0,0,0,1,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,9,0,0,0,0],[0,0,0,0,0,5,9,0,0,0],[0,0,0,0,0,5,5,9,0,0],[0,0,0,0,0,5,5,5,9,0],[0,0,0,0,0,5,5,5,5,9],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,9,0,0,0,0],[9,0,0,0,0,0,9,0,0,0],[0,9,0,0,0,0,0,9,0,0],[... | [
"[[7,0,0,0,7,0,0,0,0,0],[0,7,0,0,0,7,0,0,0,0],[0,0,7,0,0,0,7,0,0,0],[0,0,0,7,0,0,0,7,0,0],[0,0,0,0,7,0,0,0,7,0],[0,0,0,0,0,7,0,0,0,7],[0,0,0,0,0,0,7,0,0,0],[0,0,0,0,0,0,0,7,0,0],[0,0,0,0,0,0,0,0,7,0],[0,0,0,0,0,0,0,0,0,7]]",
"[[0,0,0,0,0,9,0,0,0,0],[9,0,0,0,0,0,9,0,0,0],[0,9,0,0,0,0,0,9,0,0],[0,0,9,0,0,0,0,0,9,0]... | |
a79310a0 | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[8,8,0,0,0],[8,8,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]
Output: [[0,0,0,0,0],[2,2,0,0,0],[2,2,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]
Example 2... | arc | Example
Input: [[0,0,0,0,0],[0,8,8,8,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]
Output: [[0,0,0,0,0],[0,0,0,0,0],[0,2,2,2,0],[0,0,0,0,0],[0,0,0,0,0]]
Now apply the same rule to:
Input: [[0,0,8,0,0],[0,8,8,0,0],[0,0,8,0,0],[0,0,0,0,0],[0,0,0,0,0]] | [[0,0,0,0,0],[0,0,2,0,0],[0,2,2,0,0],[0,0,2,0,0],[0,0,0,0,0]] | [[0,0,0,0,0],[0,0,2,0,0],[0,2,2,0,0],[0,0,2,0,0],[0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,8,0],[0,0,0],[0,0,0]]\nOutput: [[0,0,0],[0,2,0],[0,0,0]]\n\nNow apply the same rule to:\nInput: [[8,8,0,0,0],[8,8,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]",
"Example\nInput: [[0,0,0,0,0],[0,8,8,8,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]\nOutput: [[0,0,0,0,0],[0,0,0,0,0],[0,2,2,2,0],[0,0,0,0... | [
"[[0,0,0,0,0],[2,2,0,0,0],[2,2,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]",
"[[0,0,0],[0,2,0],[0,0,0]]"
] | |
a79310a0::r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[8,8,0,0,0],[8,8,0,0,0]]
Output: [[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,2,2,0,0],[0,2,2,0,0]]
Example 2... | arc | Example
Input: [[0,0,0,0,0],[0,8,0,0,0],[0,8,0,0,0],[0,8,0,0,0],[0,0,0,0,0]]
Output: [[0,0,0,0,0],[0,0,2,0,0],[0,0,2,0,0],[0,0,2,0,0],[0,0,0,0,0]]
Now apply the same rule to:
Input: [[0,0,0,0,0],[0,0,0,0,0],[8,8,8,0,0],[0,8,0,0,0],[0,0,0,0,0]] | [[0,0,0,0,0],[0,0,0,0,0],[0,2,2,2,0],[0,0,2,0,0],[0,0,0,0,0]] | [[0,0,0,0,0],[0,0,0,0,0],[0,2,2,2,0],[0,0,2,0,0],[0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0],[8,0,0],[0,0,0]]\nOutput: [[0,0,0],[0,2,0],[0,0,0]]\n\nNow apply the same rule to:\nInput: [[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[8,8,0,0,0],[8,8,0,0,0]]",
"Example\nInput: [[0,0,0,0,0],[0,8,0,0,0],[0,8,0,0,0],[0,8,0,0,0],[0,0,0,0,0]]\nOutput: [[0,0,0,0,0],[0,0,2,0,0],[0,0,2,0,0],[0,0,2,0... | [
"[[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,2,2,0,0],[0,2,2,0,0]]",
"[[0,0,0],[0,2,0],[0,0,0]]"
] | |
a79310a0::r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,8,8],[0,0,0,8,8]]
Output: [[0,0,0,0,0],[0,0,0,0,0],[0,0,0,2,2],[0,0,0,2,2],[0,0,0,0,0]]
Example 2... | arc | Example
Input: [[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,8,8,8,0],[0,0,0,0,0]]
Output: [[0,0,0,0,0],[0,0,0,0,0],[0,2,2,2,0],[0,0,0,0,0],[0,0,0,0,0]]
Now apply the same rule to:
Input: [[0,0,0,0,0],[0,0,0,0,0],[0,0,8,0,0],[0,0,8,8,0],[0,0,8,0,0]] | [[0,0,0,0,0],[0,0,2,0,0],[0,0,2,2,0],[0,0,2,0,0],[0,0,0,0,0]] | [[0,0,0,0,0],[0,0,2,0,0],[0,0,2,2,0],[0,0,2,0,0],[0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0],[0,0,0],[0,8,0]]\nOutput: [[0,0,0],[0,2,0],[0,0,0]]\n\nNow apply the same rule to:\nInput: [[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,8,8],[0,0,0,8,8]]",
"Example\nInput: [[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,8,8,8,0],[0,0,0,0,0]]\nOutput: [[0,0,0,0,0],[0,0,0,0,0],[0,2,2,2,0],[0,0,0,0... | [
"[[0,0,0,0,0],[0,0,0,0,0],[0,0,0,2,2],[0,0,0,2,2],[0,0,0,0,0]]",
"[[0,0,0],[0,2,0],[0,0,0]]"
] | |
a79310a0::r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,8,8],[0,0,0,8,8],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]
Output: [[0,0,2,2,0],[0,0,2,2,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]
Example 2... | arc | Example
Input: [[0,0,0,0,0],[0,0,0,8,0],[0,0,0,8,0],[0,0,0,8,0],[0,0,0,0,0]]
Output: [[0,0,0,0,0],[0,0,2,0,0],[0,0,2,0,0],[0,0,2,0,0],[0,0,0,0,0]]
Now apply the same rule to:
Input: [[0,0,0,0,0],[0,0,0,8,0],[0,0,8,8,8],[0,0,0,0,0],[0,0,0,0,0]] | [[0,0,0,0,0],[0,0,2,0,0],[0,2,2,2,0],[0,0,0,0,0],[0,0,0,0,0]] | [[0,0,0,0,0],[0,0,2,0,0],[0,2,2,2,0],[0,0,0,0,0],[0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0],[0,0,8],[0,0,0]]\nOutput: [[0,0,0],[0,2,0],[0,0,0]]\n\nNow apply the same rule to:\nInput: [[0,0,0,8,8],[0,0,0,8,8],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]",
"Example\nInput: [[0,0,0,0,0],[0,0,0,8,0],[0,0,0,8,0],[0,0,0,8,0],[0,0,0,0,0]]\nOutput: [[0,0,0,0,0],[0,0,2,0,0],[0,0,2,0,0],[0,0,2,0... | [
"[[0,0,2,2,0],[0,0,2,2,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]",
"[[0,0,0],[0,2,0],[0,0,0]]"
] | |
a79310a0::flh_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,8,8],[0,0,0,8,8],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]
Output: [[0,0,0,0,0],[0,0,0,2,2],[0,0,0,2,2],[0,0,0,0,0],[0,0,0,0,0]]
Example 2... | arc | Example
Input: [[0,0,0,0,0],[0,8,8,8,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]
Output: [[0,0,0,0,0],[0,0,0,0,0],[0,2,2,2,0],[0,0,0,0,0],[0,0,0,0,0]]
Now apply the same rule to:
Input: [[0,0,8,0,0],[0,0,8,8,0],[0,0,8,0,0],[0,0,0,0,0],[0,0,0,0,0]] | [[0,0,0,0,0],[0,0,2,0,0],[0,0,2,2,0],[0,0,2,0,0],[0,0,0,0,0]] | [[0,0,0,0,0],[0,0,2,0,0],[0,0,2,2,0],[0,0,2,0,0],[0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,8,0],[0,0,0],[0,0,0]]\nOutput: [[0,0,0],[0,2,0],[0,0,0]]\n\nNow apply the same rule to:\nInput: [[0,0,0,8,8],[0,0,0,8,8],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]",
"Example\nInput: [[0,0,0,0,0],[0,8,8,8,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]\nOutput: [[0,0,0,0,0],[0,0,0,0,0],[0,2,2,2,0],[0,0,0,0... | [
"[[0,0,0,0,0],[0,0,0,2,2],[0,0,0,2,2],[0,0,0,0,0],[0,0,0,0,0]]",
"[[0,0,0],[0,2,0],[0,0,0]]"
] | |
a79310a0::flh_r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[8,8,0,0,0],[8,8,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]
Output: [[0,2,2,0,0],[0,2,2,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]
Example 2... | arc | Example
Input: [[0,0,0,0,0],[0,8,0,0,0],[0,8,0,0,0],[0,8,0,0,0],[0,0,0,0,0]]
Output: [[0,0,0,0,0],[0,0,2,0,0],[0,0,2,0,0],[0,0,2,0,0],[0,0,0,0,0]]
Now apply the same rule to:
Input: [[0,0,0,0,0],[0,8,0,0,0],[8,8,8,0,0],[0,0,0,0,0],[0,0,0,0,0]] | [[0,0,0,0,0],[0,0,2,0,0],[0,2,2,2,0],[0,0,0,0,0],[0,0,0,0,0]] | [[0,0,0,0,0],[0,0,2,0,0],[0,2,2,2,0],[0,0,0,0,0],[0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0],[8,0,0],[0,0,0]]\nOutput: [[0,0,0],[0,2,0],[0,0,0]]\n\nNow apply the same rule to:\nInput: [[8,8,0,0,0],[8,8,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]",
"Example\nInput: [[0,0,0,0,0],[0,8,0,0,0],[0,8,0,0,0],[0,8,0,0,0],[0,0,0,0,0]]\nOutput: [[0,0,0,0,0],[0,0,2,0,0],[0,0,2,0,0],[0,0,2,0... | [
"[[0,2,2,0,0],[0,2,2,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]",
"[[0,0,0],[0,2,0],[0,0,0]]"
] | |
a79310a0::flh_r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[8,8,0,0,0],[8,8,0,0,0]]
Output: [[0,0,0,0,0],[0,0,0,0,0],[2,2,0,0,0],[2,2,0,0,0],[0,0,0,0,0]]
Example 2... | arc | Example
Input: [[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,8,8,8,0],[0,0,0,0,0]]
Output: [[0,0,0,0,0],[0,0,0,0,0],[0,2,2,2,0],[0,0,0,0,0],[0,0,0,0,0]]
Now apply the same rule to:
Input: [[0,0,0,0,0],[0,0,0,0,0],[0,0,8,0,0],[0,8,8,0,0],[0,0,8,0,0]] | [[0,0,0,0,0],[0,0,2,0,0],[0,2,2,0,0],[0,0,2,0,0],[0,0,0,0,0]] | [[0,0,0,0,0],[0,0,2,0,0],[0,2,2,0,0],[0,0,2,0,0],[0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0],[0,0,0],[0,8,0]]\nOutput: [[0,0,0],[0,2,0],[0,0,0]]\n\nNow apply the same rule to:\nInput: [[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[8,8,0,0,0],[8,8,0,0,0]]",
"Example\nInput: [[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,8,8,8,0],[0,0,0,0,0]]\nOutput: [[0,0,0,0,0],[0,0,0,0,0],[0,2,2,2,0],[0,0,0,0... | [
"[[0,0,0,0,0],[0,0,0,0,0],[2,2,0,0,0],[2,2,0,0,0],[0,0,0,0,0]]",
"[[0,0,0],[0,2,0],[0,0,0]]"
] | |
a79310a0::flh_r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,8,8],[0,0,0,8,8]]
Output: [[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,2,2,0],[0,0,2,2,0]]
Example 2... | arc | Example
Input: [[0,0,0,0,0],[0,0,0,8,0],[0,0,0,8,0],[0,0,0,8,0],[0,0,0,0,0]]
Output: [[0,0,0,0,0],[0,0,2,0,0],[0,0,2,0,0],[0,0,2,0,0],[0,0,0,0,0]]
Now apply the same rule to:
Input: [[0,0,0,0,0],[0,0,0,0,0],[0,0,8,8,8],[0,0,0,8,0],[0,0,0,0,0]] | [[0,0,0,0,0],[0,0,0,0,0],[0,2,2,2,0],[0,0,2,0,0],[0,0,0,0,0]] | [[0,0,0,0,0],[0,0,0,0,0],[0,2,2,2,0],[0,0,2,0,0],[0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0],[0,0,8],[0,0,0]]\nOutput: [[0,0,0],[0,2,0],[0,0,0]]\n\nNow apply the same rule to:\nInput: [[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,0,8,8],[0,0,0,8,8]]",
"Example\nInput: [[0,0,0,0,0],[0,0,0,8,0],[0,0,0,8,0],[0,0,0,8,0],[0,0,0,0,0]]\nOutput: [[0,0,0,0,0],[0,0,2,0,0],[0,0,2,0,0],[0,0,2,0... | [
"[[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0],[0,0,2,2,0],[0,0,2,2,0]]",
"[[0,0,0],[0,2,0],[0,0,0]]"
] | |
a85d4709 | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,5],[0,5,0],[5,0,0]]
Output: [[3,3,3],[4,4,4],[2,2,2]]
Example 2
Input: [[0,0,5],[0,0,5],[0,0,5]]
Output: [[3,3,3],[3,3,3],[3,3,3]]
Exa... | arc | Example
Input: [[0,5,0],[0,0,5],[0,5,0]]
Output: [[4,4,4],[3,3,3],[4,4,4]]
Now apply the same rule to:
Input: [[0,0,5],[5,0,0],[0,5,0]] | [[3,3,3],[2,2,2],[4,4,4]] | [[3,3,3],[2,2,2],[4,4,4]] | [] | arc_train | [
"Example\nInput: [[0,0,5],[0,0,5],[0,0,5]]\nOutput: [[3,3,3],[3,3,3],[3,3,3]]\n\nNow apply the same rule to:\nInput: [[0,0,5],[0,5,0],[5,0,0]]",
"Example\nInput: [[5,0,0],[0,5,0],[5,0,0]]\nOutput: [[2,2,2],[4,4,4],[2,2,2]]\n\nNow apply the same rule to:\nInput: [[0,0,5],[0,0,5],[0,0,5]]",
"Example\nInput: [[0,5... | [
"[[3,3,3],[4,4,4],[2,2,2]]",
"[[3,3,3],[3,3,3],[3,3,3]]",
"[[2,2,2],[4,4,4],[2,2,2]]"
] | |
a85d4709::r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[5,0,0],[0,5,0],[0,0,5]]
Output: [[3,4,2],[3,4,2],[3,4,2]]
Example 2
Input: [[5,5,5],[0,0,0],[0,0,0]]
Output: [[3,3,3],[3,3,3],[3,3,3]]
Exa... | arc | Example
Input: [[0,5,0],[5,0,5],[0,0,0]]
Output: [[4,3,4],[4,3,4],[4,3,4]]
Now apply the same rule to:
Input: [[5,0,0],[0,0,5],[0,5,0]] | [[3,2,4],[3,2,4],[3,2,4]] | [[3,2,4],[3,2,4],[3,2,4]] | [] | arc_train | [
"Example\nInput: [[5,5,5],[0,0,0],[0,0,0]]\nOutput: [[3,3,3],[3,3,3],[3,3,3]]\n\nNow apply the same rule to:\nInput: [[5,0,0],[0,5,0],[0,0,5]]",
"Example\nInput: [[0,0,0],[0,5,0],[5,0,5]]\nOutput: [[2,4,2],[2,4,2],[2,4,2]]\n\nNow apply the same rule to:\nInput: [[5,5,5],[0,0,0],[0,0,0]]",
"Example\nInput: [[0,5... | [
"[[3,4,2],[3,4,2],[3,4,2]]",
"[[3,3,3],[3,3,3],[3,3,3]]",
"[[2,4,2],[2,4,2],[2,4,2]]"
] | |
a85d4709::r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,5],[0,5,0],[5,0,0]]
Output: [[2,2,2],[4,4,4],[3,3,3]]
Example 2
Input: [[5,0,0],[5,0,0],[5,0,0]]
Output: [[3,3,3],[3,3,3],[3,3,3]]
Exa... | arc | Example
Input: [[0,5,0],[5,0,0],[0,5,0]]
Output: [[4,4,4],[3,3,3],[4,4,4]]
Now apply the same rule to:
Input: [[0,5,0],[0,0,5],[5,0,0]] | [[4,4,4],[2,2,2],[3,3,3]] | [[4,4,4],[2,2,2],[3,3,3]] | [] | arc_train | [
"Example\nInput: [[5,0,0],[5,0,0],[5,0,0]]\nOutput: [[3,3,3],[3,3,3],[3,3,3]]\n\nNow apply the same rule to:\nInput: [[0,0,5],[0,5,0],[5,0,0]]",
"Example\nInput: [[0,0,5],[0,5,0],[0,0,5]]\nOutput: [[2,2,2],[4,4,4],[2,2,2]]\n\nNow apply the same rule to:\nInput: [[5,0,0],[5,0,0],[5,0,0]]",
"Example\nInput: [[0,5... | [
"[[2,2,2],[4,4,4],[3,3,3]]",
"[[3,3,3],[3,3,3],[3,3,3]]",
"[[2,2,2],[4,4,4],[2,2,2]]"
] | |
a85d4709::r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[5,0,0],[0,5,0],[0,0,5]]
Output: [[2,4,3],[2,4,3],[2,4,3]]
Example 2
Input: [[0,0,0],[0,0,0],[5,5,5]]
Output: [[3,3,3],[3,3,3],[3,3,3]]
Exa... | arc | Example
Input: [[0,0,0],[5,0,5],[0,5,0]]
Output: [[4,3,4],[4,3,4],[4,3,4]]
Now apply the same rule to:
Input: [[0,5,0],[5,0,0],[0,0,5]] | [[4,2,3],[4,2,3],[4,2,3]] | [[4,2,3],[4,2,3],[4,2,3]] | [] | arc_train | [
"Example\nInput: [[0,0,0],[0,0,0],[5,5,5]]\nOutput: [[3,3,3],[3,3,3],[3,3,3]]\n\nNow apply the same rule to:\nInput: [[5,0,0],[0,5,0],[0,0,5]]",
"Example\nInput: [[5,0,5],[0,5,0],[0,0,0]]\nOutput: [[2,4,2],[2,4,2],[2,4,2]]\n\nNow apply the same rule to:\nInput: [[0,0,0],[0,0,0],[5,5,5]]",
"Example\nInput: [[0,0... | [
"[[2,4,3],[2,4,3],[2,4,3]]",
"[[3,3,3],[3,3,3],[3,3,3]]",
"[[2,4,2],[2,4,2],[2,4,2]]"
] | |
a85d4709::flh_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[5,0,0],[0,5,0],[0,0,5]]
Output: [[3,3,3],[4,4,4],[2,2,2]]
Example 2
Input: [[5,0,0],[5,0,0],[5,0,0]]
Output: [[3,3,3],[3,3,3],[3,3,3]]
Exa... | arc | Example
Input: [[0,5,0],[5,0,0],[0,5,0]]
Output: [[4,4,4],[3,3,3],[4,4,4]]
Now apply the same rule to:
Input: [[5,0,0],[0,0,5],[0,5,0]] | [[3,3,3],[2,2,2],[4,4,4]] | [[3,3,3],[2,2,2],[4,4,4]] | [] | arc_train | [
"Example\nInput: [[5,0,0],[5,0,0],[5,0,0]]\nOutput: [[3,3,3],[3,3,3],[3,3,3]]\n\nNow apply the same rule to:\nInput: [[5,0,0],[0,5,0],[0,0,5]]",
"Example\nInput: [[0,0,5],[0,5,0],[0,0,5]]\nOutput: [[2,2,2],[4,4,4],[2,2,2]]\n\nNow apply the same rule to:\nInput: [[5,0,0],[5,0,0],[5,0,0]]",
"Example\nInput: [[0,5... | [
"[[3,3,3],[4,4,4],[2,2,2]]",
"[[3,3,3],[3,3,3],[3,3,3]]",
"[[2,2,2],[4,4,4],[2,2,2]]"
] | |
a85d4709::flh_r90_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,5],[0,5,0],[5,0,0]]
Output: [[3,4,2],[3,4,2],[3,4,2]]
Example 2
Input: [[0,0,0],[0,0,0],[5,5,5]]
Output: [[3,3,3],[3,3,3],[3,3,3]]
Exa... | arc | Example
Input: [[0,0,0],[5,0,5],[0,5,0]]
Output: [[4,3,4],[4,3,4],[4,3,4]]
Now apply the same rule to:
Input: [[0,5,0],[0,0,5],[5,0,0]] | [[3,2,4],[3,2,4],[3,2,4]] | [[3,2,4],[3,2,4],[3,2,4]] | [] | arc_train | [
"Example\nInput: [[0,0,0],[0,0,0],[5,5,5]]\nOutput: [[3,3,3],[3,3,3],[3,3,3]]\n\nNow apply the same rule to:\nInput: [[0,0,5],[0,5,0],[5,0,0]]",
"Example\nInput: [[5,0,5],[0,5,0],[0,0,0]]\nOutput: [[2,4,2],[2,4,2],[2,4,2]]\n\nNow apply the same rule to:\nInput: [[0,0,0],[0,0,0],[5,5,5]]",
"Example\nInput: [[0,0... | [
"[[3,4,2],[3,4,2],[3,4,2]]",
"[[3,3,3],[3,3,3],[3,3,3]]",
"[[2,4,2],[2,4,2],[2,4,2]]"
] | |
a85d4709::flh_r180_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[5,0,0],[0,5,0],[0,0,5]]
Output: [[2,2,2],[4,4,4],[3,3,3]]
Example 2
Input: [[0,0,5],[0,0,5],[0,0,5]]
Output: [[3,3,3],[3,3,3],[3,3,3]]
Exa... | arc | Example
Input: [[0,5,0],[0,0,5],[0,5,0]]
Output: [[4,4,4],[3,3,3],[4,4,4]]
Now apply the same rule to:
Input: [[0,5,0],[5,0,0],[0,0,5]] | [[4,4,4],[2,2,2],[3,3,3]] | [[4,4,4],[2,2,2],[3,3,3]] | [] | arc_train | [
"Example\nInput: [[0,0,5],[0,0,5],[0,0,5]]\nOutput: [[3,3,3],[3,3,3],[3,3,3]]\n\nNow apply the same rule to:\nInput: [[5,0,0],[0,5,0],[0,0,5]]",
"Example\nInput: [[5,0,0],[0,5,0],[5,0,0]]\nOutput: [[2,2,2],[4,4,4],[2,2,2]]\n\nNow apply the same rule to:\nInput: [[0,0,5],[0,0,5],[0,0,5]]",
"Example\nInput: [[0,5... | [
"[[2,2,2],[4,4,4],[3,3,3]]",
"[[3,3,3],[3,3,3],[3,3,3]]",
"[[2,2,2],[4,4,4],[2,2,2]]"
] | |
a85d4709::flh_r270_c_id | Below are demonstration examples of a fixed grid transformation rule.
Each example has an input grid and the correct output grid produced by applying the rule.
Example 1
Input: [[0,0,5],[0,5,0],[5,0,0]]
Output: [[2,4,3],[2,4,3],[2,4,3]]
Example 2
Input: [[5,5,5],[0,0,0],[0,0,0]]
Output: [[3,3,3],[3,3,3],[3,3,3]]
Exa... | arc | Example
Input: [[0,5,0],[5,0,5],[0,0,0]]
Output: [[4,3,4],[4,3,4],[4,3,4]]
Now apply the same rule to:
Input: [[0,0,5],[5,0,0],[0,5,0]] | [[4,2,3],[4,2,3],[4,2,3]] | [[4,2,3],[4,2,3],[4,2,3]] | [] | arc_train | [
"Example\nInput: [[5,5,5],[0,0,0],[0,0,0]]\nOutput: [[3,3,3],[3,3,3],[3,3,3]]\n\nNow apply the same rule to:\nInput: [[0,0,5],[0,5,0],[5,0,0]]",
"Example\nInput: [[0,0,0],[0,5,0],[5,0,5]]\nOutput: [[2,4,2],[2,4,2],[2,4,2]]\n\nNow apply the same rule to:\nInput: [[5,5,5],[0,0,0],[0,0,0]]",
"Example\nInput: [[0,5... | [
"[[2,4,3],[2,4,3],[2,4,3]]",
"[[3,3,3],[3,3,3],[3,3,3]]",
"[[2,4,2],[2,4,2],[2,4,2]]"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.