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 |
|---|---|---|---|---|---|---|---|---|---|---|
007bbfb7 | 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,7,7],[0,7,7]]
Output: [[0,0,0,0,7,7,0,7,7],[0,0,0,7,7,7,7,7,7],[0,0,0,0,7,7,0,7,7],[0,7,7,0,7,7,0,7,7],[7,7,7,7,7,7,7,7,7],[0,7,7,... | arc | Example
Input: [[6,6,0],[6,0,0],[0,6,6]]
Output: [[6,6,0,6,6,0,0,0,0],[6,0,0,6,0,0,0,0,0],[0,6,6,0,6,6,0,0,0],[6,6,0,0,0,0,0,0,0],[6,0,0,0,0,0,0,0,0],[0,6,6,0,0,0,0,0,0],[0,0,0,6,6,0,6,6,0],[0,0,0,6,0,0,6,0,0],[0,0,0,0,6,6,0,6,6]]
Now apply the same rule to:
Input: [[2,2,2],[0,0,0],[0,2,2]] | [[2,2,2,2,2,2,2,2,2],[0,0,0,0,0,0,0,0,0],[0,2,2,0,2,2,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,2,2,2,2,2,2],[0,0,0,0,0,0,0,0,0],[0,0,0,0,2,2,0,2,2]] | [[2,2,2,2,2,2,2,2,2],[0,0,0,0,0,0,0,0,0],[0,2,2,0,2,2,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,2,2,2,2,2,2],[0,0,0,0,0,0,0,0,0],[0,0,0,0,2,2,0,2,2]] | [] | arc_train | [
"Example\nInput: [[4,0,4],[0,0,0],[0,4,0]]\nOutput: [[4,0,4,0,0,0,4,0,4],[0,0,0,0,0,0,0,0,0],[0,4,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,4,0,4,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,4,0,0,0,0]]\n\nNow apply the same rule to:\nInput: [[0,7,7],[7,7,7],[0,7,7]]",
"Example\nInp... | [
"[[0,0,0,0,7,7,0,7,7],[0,0,0,7,7,7,7,7,7],[0,0,0,0,7,7,0,7,7],[0,7,7,0,7,7,0,7,7],[7,7,7,7,7,7,7,7,7],[0,7,7,0,7,7,0,7,7],[0,0,0,0,7,7,0,7,7],[0,0,0,7,7,7,7,7,7],[0,0,0,0,7,7,0,7,7]]",
"[[4,0,4,0,0,0,4,0,4],[0,0,0,0,0,0,0,0,0],[0,4,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,... | |
007bbfb7 | 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,7,7],[0,7,7]]
Output: [[0,0,0,0,7,7,0,7,7],[0,0,0,7,7,7,7,7,7],[0,0,0,0,7,7,0,7,7],[0,7,7,0,7,7,0,7,7],[7,7,7,7,7,7,7,7,7],[0,7,7,... | arc | Example
Input: [[6,6,0],[6,0,0],[0,6,6]]
Output: [[6,6,0,6,6,0,0,0,0],[6,0,0,6,0,0,0,0,0],[0,6,6,0,6,6,0,0,0],[6,6,0,0,0,0,0,0,0],[6,0,0,0,0,0,0,0,0],[0,6,6,0,0,0,0,0,0],[0,0,0,6,6,0,6,6,0],[0,0,0,6,0,0,6,0,0],[0,0,0,0,6,6,0,6,6]]
Now apply the same rule to:
Input: [[7,0,7],[7,0,7],[7,7,0]] | [[7,0,7,0,0,0,7,0,7],[7,0,7,0,0,0,7,0,7],[7,7,0,0,0,0,7,7,0],[7,0,7,0,0,0,7,0,7],[7,0,7,0,0,0,7,0,7],[7,7,0,0,0,0,7,7,0],[7,0,7,7,0,7,0,0,0],[7,0,7,7,0,7,0,0,0],[7,7,0,7,7,0,0,0,0]] | [[7,0,7,0,0,0,7,0,7],[7,0,7,0,0,0,7,0,7],[7,7,0,0,0,0,7,7,0],[7,0,7,0,0,0,7,0,7],[7,0,7,0,0,0,7,0,7],[7,7,0,0,0,0,7,7,0],[7,0,7,7,0,7,0,0,0],[7,0,7,7,0,7,0,0,0],[7,7,0,7,7,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[4,0,4],[0,0,0],[0,4,0]]\nOutput: [[4,0,4,0,0,0,4,0,4],[0,0,0,0,0,0,0,0,0],[0,4,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,4,0,4,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,4,0,0,0,0]]\n\nNow apply the same rule to:\nInput: [[0,7,7],[7,7,7],[0,7,7]]",
"Example\nInp... | [
"[[0,0,0,0,7,7,0,7,7],[0,0,0,7,7,7,7,7,7],[0,0,0,0,7,7,0,7,7],[0,7,7,0,7,7,0,7,7],[7,7,7,7,7,7,7,7,7],[0,7,7,0,7,7,0,7,7],[0,0,0,0,7,7,0,7,7],[0,0,0,7,7,7,7,7,7],[0,0,0,0,7,7,0,7,7]]",
"[[4,0,4,0,0,0,4,0,4],[0,0,0,0,0,0,0,0,0],[0,4,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,... | |
007bbfb7::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,7,7],[7,7,7],[0,7,0]]
Output: [[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,... | arc | Example
Input: [[0,0,6],[6,0,6],[6,6,0]]
Output: [[0,0,0,0,0,0,0,0,6],[0,0,0,0,0,0,6,0,6],[0,0,0,0,0,0,6,6,0],[0,0,6,0,0,0,0,0,6],[6,0,6,0,0,0,6,0,6],[6,6,0,0,0,0,6,6,0],[0,0,6,0,0,6,0,0,0],[6,0,6,6,0,6,0,0,0],[6,6,0,6,6,0,0,0,0]]
Now apply the same rule to:
Input: [[2,0,2],[2,0,2],[2,0,0]] | [[2,0,2,0,0,0,2,0,2],[2,0,2,0,0,0,2,0,2],[2,0,0,0,0,0,2,0,0],[2,0,2,0,0,0,2,0,2],[2,0,2,0,0,0,2,0,2],[2,0,0,0,0,0,2,0,0],[2,0,2,0,0,0,0,0,0],[2,0,2,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,0]] | [[2,0,2,0,0,0,2,0,2],[2,0,2,0,0,0,2,0,2],[2,0,0,0,0,0,2,0,0],[2,0,2,0,0,0,2,0,2],[2,0,2,0,0,0,2,0,2],[2,0,0,0,0,0,2,0,0],[2,0,2,0,0,0,0,0,0],[2,0,2,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[4,0,0],[0,0,4],[4,0,0]]\nOutput: [[4,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0],[4,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,4],[0,0,0,0,0,0,4,0,0],[4,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0],[4,0,0,0,0,0,0,0,0]]\n\nNow apply the same rule to:\nInput: [[7,7,7],[7,7,7],[0,7,0]]",
"Example\nInp... | [
"[[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,0,7,0,0,7,0],[0,0,0,7,7,7,0,0,0],[0,0,0,7,7,7,0,0,0],[0,0,0,0,7,0,0,0,0]]",
"[[4,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0],[4,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,4],[0,0,0,0,0,0,4,0,0],[4,0,0,... | |
007bbfb7::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,7,7],[7,7,7],[0,7,0]]
Output: [[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,... | arc | Example
Input: [[0,0,6],[6,0,6],[6,6,0]]
Output: [[0,0,0,0,0,0,0,0,6],[0,0,0,0,0,0,6,0,6],[0,0,0,0,0,0,6,6,0],[0,0,6,0,0,0,0,0,6],[6,0,6,0,0,0,6,0,6],[6,6,0,0,0,0,6,6,0],[0,0,6,0,0,6,0,0,0],[6,0,6,6,0,6,0,0,0],[6,6,0,6,6,0,0,0,0]]
Now apply the same rule to:
Input: [[7,7,0],[0,0,7],[7,7,7]] | [[7,7,0,7,7,0,0,0,0],[0,0,7,0,0,7,0,0,0],[7,7,7,7,7,7,0,0,0],[0,0,0,0,0,0,7,7,0],[0,0,0,0,0,0,0,0,7],[0,0,0,0,0,0,7,7,7],[7,7,0,7,7,0,7,7,0],[0,0,7,0,0,7,0,0,7],[7,7,7,7,7,7,7,7,7]] | [[7,7,0,7,7,0,0,0,0],[0,0,7,0,0,7,0,0,0],[7,7,7,7,7,7,0,0,0],[0,0,0,0,0,0,7,7,0],[0,0,0,0,0,0,0,0,7],[0,0,0,0,0,0,7,7,7],[7,7,0,7,7,0,7,7,0],[0,0,7,0,0,7,0,0,7],[7,7,7,7,7,7,7,7,7]] | [] | arc_train | [
"Example\nInput: [[4,0,0],[0,0,4],[4,0,0]]\nOutput: [[4,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0],[4,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,4],[0,0,0,0,0,0,4,0,0],[4,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0],[4,0,0,0,0,0,0,0,0]]\n\nNow apply the same rule to:\nInput: [[7,7,7],[7,7,7],[0,7,0]]",
"Example\nInp... | [
"[[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,0,7,0,0,7,0],[0,0,0,7,7,7,0,0,0],[0,0,0,7,7,7,0,0,0],[0,0,0,0,7,0,0,0,0]]",
"[[4,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0],[4,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,4],[0,0,0,0,0,0,4,0,0],[4,0,0,... | |
007bbfb7::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,7,0],[7,7,7],[7,7,0]]
Output: [[7,7,0,7,7,0,0,0,0],[7,7,7,7,7,7,0,0,0],[7,7,0,7,7,0,0,0,0],[7,7,0,7,7,0,7,7,0],[7,7,7,7,7,7,7,7,7],[7,7,0,... | arc | Example
Input: [[6,6,0],[0,0,6],[0,6,6]]
Output: [[6,6,0,6,6,0,0,0,0],[0,0,6,0,0,6,0,0,0],[0,6,6,0,6,6,0,0,0],[0,0,0,0,0,0,6,6,0],[0,0,0,0,0,0,0,0,6],[0,0,0,0,0,0,0,6,6],[0,0,0,6,6,0,6,6,0],[0,0,0,0,0,6,0,0,6],[0,0,0,0,6,6,0,6,6]]
Now apply the same rule to:
Input: [[2,2,0],[0,0,0],[2,2,2]] | [[2,2,0,2,2,0,0,0,0],[0,0,0,0,0,0,0,0,0],[2,2,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],[2,2,0,2,2,0,2,2,0],[0,0,0,0,0,0,0,0,0],[2,2,2,2,2,2,2,2,2]] | [[2,2,0,2,2,0,0,0,0],[0,0,0,0,0,0,0,0,0],[2,2,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],[2,2,0,2,2,0,2,2,0],[0,0,0,0,0,0,0,0,0],[2,2,2,2,2,2,2,2,2]] | [] | arc_train | [
"Example\nInput: [[0,4,0],[0,0,0],[4,0,4]]\nOutput: [[0,0,0,0,4,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,4,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,4,0,0,0,0,0,4,0],[0,0,0,0,0,0,0,0,0],[4,0,4,0,0,0,4,0,4]]\n\nNow apply the same rule to:\nInput: [[7,7,0],[7,7,7],[7,7,0]]",
"Example\nInp... | [
"[[7,7,0,7,7,0,0,0,0],[7,7,7,7,7,7,0,0,0],[7,7,0,7,7,0,0,0,0],[7,7,0,7,7,0,7,7,0],[7,7,7,7,7,7,7,7,7],[7,7,0,7,7,0,7,7,0],[7,7,0,7,7,0,0,0,0],[7,7,7,7,7,7,0,0,0],[7,7,0,7,7,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,4,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,4,0,... | |
007bbfb7::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,7,0],[7,7,7],[7,7,0]]
Output: [[7,7,0,7,7,0,0,0,0],[7,7,7,7,7,7,0,0,0],[7,7,0,7,7,0,0,0,0],[7,7,0,7,7,0,7,7,0],[7,7,7,7,7,7,7,7,7],[7,7,0,... | arc | Example
Input: [[6,6,0],[0,0,6],[0,6,6]]
Output: [[6,6,0,6,6,0,0,0,0],[0,0,6,0,0,6,0,0,0],[0,6,6,0,6,6,0,0,0],[0,0,0,0,0,0,6,6,0],[0,0,0,0,0,0,0,0,6],[0,0,0,0,0,0,0,6,6],[0,0,0,6,6,0,6,6,0],[0,0,0,0,0,6,0,0,6],[0,0,0,0,6,6,0,6,6]]
Now apply the same rule to:
Input: [[0,7,7],[7,0,7],[7,0,7]] | [[0,0,0,0,7,7,0,7,7],[0,0,0,7,0,7,7,0,7],[0,0,0,7,0,7,7,0,7],[0,7,7,0,0,0,0,7,7],[7,0,7,0,0,0,7,0,7],[7,0,7,0,0,0,7,0,7],[0,7,7,0,0,0,0,7,7],[7,0,7,0,0,0,7,0,7],[7,0,7,0,0,0,7,0,7]] | [[0,0,0,0,7,7,0,7,7],[0,0,0,7,0,7,7,0,7],[0,0,0,7,0,7,7,0,7],[0,7,7,0,0,0,0,7,7],[7,0,7,0,0,0,7,0,7],[7,0,7,0,0,0,7,0,7],[0,7,7,0,0,0,0,7,7],[7,0,7,0,0,0,7,0,7],[7,0,7,0,0,0,7,0,7]] | [] | arc_train | [
"Example\nInput: [[0,4,0],[0,0,0],[4,0,4]]\nOutput: [[0,0,0,0,4,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,4,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,4,0,0,0,0,0,4,0],[0,0,0,0,0,0,0,0,0],[4,0,4,0,0,0,4,0,4]]\n\nNow apply the same rule to:\nInput: [[7,7,0],[7,7,7],[7,7,0]]",
"Example\nInp... | [
"[[7,7,0,7,7,0,0,0,0],[7,7,7,7,7,7,0,0,0],[7,7,0,7,7,0,0,0,0],[7,7,0,7,7,0,7,7,0],[7,7,7,7,7,7,7,7,7],[7,7,0,7,7,0,7,7,0],[7,7,0,7,7,0,0,0,0],[7,7,7,7,7,7,0,0,0],[7,7,0,7,7,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,4,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,4,0,... | |
007bbfb7::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,7,0],[7,7,7],[7,7,7]]
Output: [[0,0,0,0,7,0,0,0,0],[0,0,0,7,7,7,0,0,0],[0,0,0,7,7,7,0,0,0],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,... | arc | Example
Input: [[0,6,6],[6,0,6],[6,0,0]]
Output: [[0,0,0,0,6,6,0,6,6],[0,0,0,6,0,6,6,0,6],[0,0,0,6,0,0,6,0,0],[0,6,6,0,0,0,0,6,6],[6,0,6,0,0,0,6,0,6],[6,0,0,0,0,0,6,0,0],[0,6,6,0,0,0,0,0,0],[6,0,6,0,0,0,0,0,0],[6,0,0,0,0,0,0,0,0]]
Now apply the same rule to:
Input: [[0,0,2],[2,0,2],[2,0,2]] | [[0,0,0,0,0,0,0,0,2],[0,0,0,0,0,0,2,0,2],[0,0,0,0,0,0,2,0,2],[0,0,2,0,0,0,0,0,2],[2,0,2,0,0,0,2,0,2],[2,0,2,0,0,0,2,0,2],[0,0,2,0,0,0,0,0,2],[2,0,2,0,0,0,2,0,2],[2,0,2,0,0,0,2,0,2]] | [[0,0,0,0,0,0,0,0,2],[0,0,0,0,0,0,2,0,2],[0,0,0,0,0,0,2,0,2],[0,0,2,0,0,0,0,0,2],[2,0,2,0,0,0,2,0,2],[2,0,2,0,0,0,2,0,2],[0,0,2,0,0,0,0,0,2],[2,0,2,0,0,0,2,0,2],[2,0,2,0,0,0,2,0,2]] | [] | arc_train | [
"Example\nInput: [[0,0,4],[4,0,0],[0,0,4]]\nOutput: [[0,0,0,0,0,0,0,0,4],[0,0,0,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,4],[0,0,4,0,0,0,0,0,0],[4,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,4],[0,0,0,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,4]]\n\nNow apply the same rule to:\nInput: [[0,7,0],[7,7,7],[7,7,7]]",
"Example\nInp... | [
"[[0,0,0,0,7,0,0,0,0],[0,0,0,7,7,7,0,0,0],[0,0,0,7,7,7,0,0,0],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7]]",
"[[0,0,0,0,0,0,0,0,4],[0,0,0,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,4],[0,0,4,0,0,0,0,0,0],[4,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0],[0,0,0,... | |
007bbfb7::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,7,0],[7,7,7],[7,7,7]]
Output: [[0,0,0,0,7,0,0,0,0],[0,0,0,7,7,7,0,0,0],[0,0,0,7,7,7,0,0,0],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,... | arc | Example
Input: [[0,6,6],[6,0,6],[6,0,0]]
Output: [[0,0,0,0,6,6,0,6,6],[0,0,0,6,0,6,6,0,6],[0,0,0,6,0,0,6,0,0],[0,6,6,0,0,0,0,6,6],[6,0,6,0,0,0,6,0,6],[6,0,0,0,0,0,6,0,0],[0,6,6,0,0,0,0,0,0],[6,0,6,0,0,0,0,0,0],[6,0,0,0,0,0,0,0,0]]
Now apply the same rule to:
Input: [[7,7,7],[7,0,0],[0,7,7]] | [[7,7,7,7,7,7,7,7,7],[7,0,0,7,0,0,7,0,0],[0,7,7,0,7,7,0,7,7],[7,7,7,0,0,0,0,0,0],[7,0,0,0,0,0,0,0,0],[0,7,7,0,0,0,0,0,0],[0,0,0,7,7,7,7,7,7],[0,0,0,7,0,0,7,0,0],[0,0,0,0,7,7,0,7,7]] | [[7,7,7,7,7,7,7,7,7],[7,0,0,7,0,0,7,0,0],[0,7,7,0,7,7,0,7,7],[7,7,7,0,0,0,0,0,0],[7,0,0,0,0,0,0,0,0],[0,7,7,0,0,0,0,0,0],[0,0,0,7,7,7,7,7,7],[0,0,0,7,0,0,7,0,0],[0,0,0,0,7,7,0,7,7]] | [] | arc_train | [
"Example\nInput: [[0,0,4],[4,0,0],[0,0,4]]\nOutput: [[0,0,0,0,0,0,0,0,4],[0,0,0,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,4],[0,0,4,0,0,0,0,0,0],[4,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,4],[0,0,0,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,4]]\n\nNow apply the same rule to:\nInput: [[0,7,0],[7,7,7],[7,7,7]]",
"Example\nInp... | [
"[[0,0,0,0,7,0,0,0,0],[0,0,0,7,7,7,0,0,0],[0,0,0,7,7,7,0,0,0],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7]]",
"[[0,0,0,0,0,0,0,0,4],[0,0,0,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,4],[0,0,4,0,0,0,0,0,0],[4,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0],[0,0,0,... | |
007bbfb7::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: [[7,7,0],[7,7,7],[7,7,0]]
Output: [[7,7,0,7,7,0,0,0,0],[7,7,7,7,7,7,0,0,0],[7,7,0,7,7,0,0,0,0],[7,7,0,7,7,0,7,7,0],[7,7,7,7,7,7,7,7,7],[7,7,0,... | arc | Example
Input: [[0,6,6],[0,0,6],[6,6,0]]
Output: [[0,0,0,0,6,6,0,6,6],[0,0,0,0,0,6,0,0,6],[0,0,0,6,6,0,6,6,0],[0,0,0,0,0,0,0,6,6],[0,0,0,0,0,0,0,0,6],[0,0,0,0,0,0,6,6,0],[0,6,6,0,6,6,0,0,0],[0,0,6,0,0,6,0,0,0],[6,6,0,6,6,0,0,0,0]]
Now apply the same rule to:
Input: [[2,2,2],[0,0,0],[2,2,0]] | [[2,2,2,2,2,2,2,2,2],[0,0,0,0,0,0,0,0,0],[2,2,0,2,2,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],[2,2,2,2,2,2,0,0,0],[0,0,0,0,0,0,0,0,0],[2,2,0,2,2,0,0,0,0]] | [[2,2,2,2,2,2,2,2,2],[0,0,0,0,0,0,0,0,0],[2,2,0,2,2,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],[2,2,2,2,2,2,0,0,0],[0,0,0,0,0,0,0,0,0],[2,2,0,2,2,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[4,0,4],[0,0,0],[0,4,0]]\nOutput: [[4,0,4,0,0,0,4,0,4],[0,0,0,0,0,0,0,0,0],[0,4,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,4,0,4,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,4,0,0,0,0]]\n\nNow apply the same rule to:\nInput: [[7,7,0],[7,7,7],[7,7,0]]",
"Example\nInp... | [
"[[7,7,0,7,7,0,0,0,0],[7,7,7,7,7,7,0,0,0],[7,7,0,7,7,0,0,0,0],[7,7,0,7,7,0,7,7,0],[7,7,7,7,7,7,7,7,7],[7,7,0,7,7,0,7,7,0],[7,7,0,7,7,0,0,0,0],[7,7,7,7,7,7,0,0,0],[7,7,0,7,7,0,0,0,0]]",
"[[4,0,4,0,0,0,4,0,4],[0,0,0,0,0,0,0,0,0],[0,4,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,... | |
007bbfb7::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: [[7,7,0],[7,7,7],[7,7,0]]
Output: [[7,7,0,7,7,0,0,0,0],[7,7,7,7,7,7,0,0,0],[7,7,0,7,7,0,0,0,0],[7,7,0,7,7,0,7,7,0],[7,7,7,7,7,7,7,7,7],[7,7,0,... | arc | Example
Input: [[0,6,6],[0,0,6],[6,6,0]]
Output: [[0,0,0,0,6,6,0,6,6],[0,0,0,0,0,6,0,0,6],[0,0,0,6,6,0,6,6,0],[0,0,0,0,0,0,0,6,6],[0,0,0,0,0,0,0,0,6],[0,0,0,0,0,0,6,6,0],[0,6,6,0,6,6,0,0,0],[0,0,6,0,0,6,0,0,0],[6,6,0,6,6,0,0,0,0]]
Now apply the same rule to:
Input: [[7,0,7],[7,0,7],[0,7,7]] | [[7,0,7,0,0,0,7,0,7],[7,0,7,0,0,0,7,0,7],[0,7,7,0,0,0,0,7,7],[7,0,7,0,0,0,7,0,7],[7,0,7,0,0,0,7,0,7],[0,7,7,0,0,0,0,7,7],[0,0,0,7,0,7,7,0,7],[0,0,0,7,0,7,7,0,7],[0,0,0,0,7,7,0,7,7]] | [[7,0,7,0,0,0,7,0,7],[7,0,7,0,0,0,7,0,7],[0,7,7,0,0,0,0,7,7],[7,0,7,0,0,0,7,0,7],[7,0,7,0,0,0,7,0,7],[0,7,7,0,0,0,0,7,7],[0,0,0,7,0,7,7,0,7],[0,0,0,7,0,7,7,0,7],[0,0,0,0,7,7,0,7,7]] | [] | arc_train | [
"Example\nInput: [[4,0,4],[0,0,0],[0,4,0]]\nOutput: [[4,0,4,0,0,0,4,0,4],[0,0,0,0,0,0,0,0,0],[0,4,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,4,0,4,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,4,0,0,0,0]]\n\nNow apply the same rule to:\nInput: [[7,7,0],[7,7,7],[7,7,0]]",
"Example\nInp... | [
"[[7,7,0,7,7,0,0,0,0],[7,7,7,7,7,7,0,0,0],[7,7,0,7,7,0,0,0,0],[7,7,0,7,7,0,7,7,0],[7,7,7,7,7,7,7,7,7],[7,7,0,7,7,0,7,7,0],[7,7,0,7,7,0,0,0,0],[7,7,7,7,7,7,0,0,0],[7,7,0,7,7,0,0,0,0]]",
"[[4,0,4,0,0,0,4,0,4],[0,0,0,0,0,0,0,0,0],[0,4,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,... | |
007bbfb7::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,7,7],[7,7,7]]
Output: [[0,0,0,0,7,0,0,0,0],[0,0,0,7,7,7,0,0,0],[0,0,0,7,7,7,0,0,0],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,... | arc | Example
Input: [[6,6,0],[6,0,6],[0,0,6]]
Output: [[6,6,0,6,6,0,0,0,0],[6,0,6,6,0,6,0,0,0],[0,0,6,0,0,6,0,0,0],[6,6,0,0,0,0,6,6,0],[6,0,6,0,0,0,6,0,6],[0,0,6,0,0,0,0,0,6],[0,0,0,0,0,0,6,6,0],[0,0,0,0,0,0,6,0,6],[0,0,0,0,0,0,0,0,6]]
Now apply the same rule to:
Input: [[2,0,0],[2,0,2],[2,0,2]] | [[2,0,0,0,0,0,0,0,0],[2,0,2,0,0,0,0,0,0],[2,0,2,0,0,0,0,0,0],[2,0,0,0,0,0,2,0,0],[2,0,2,0,0,0,2,0,2],[2,0,2,0,0,0,2,0,2],[2,0,0,0,0,0,2,0,0],[2,0,2,0,0,0,2,0,2],[2,0,2,0,0,0,2,0,2]] | [[2,0,0,0,0,0,0,0,0],[2,0,2,0,0,0,0,0,0],[2,0,2,0,0,0,0,0,0],[2,0,0,0,0,0,2,0,0],[2,0,2,0,0,0,2,0,2],[2,0,2,0,0,0,2,0,2],[2,0,0,0,0,0,2,0,0],[2,0,2,0,0,0,2,0,2],[2,0,2,0,0,0,2,0,2]] | [] | arc_train | [
"Example\nInput: [[4,0,0],[0,0,4],[4,0,0]]\nOutput: [[4,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0],[4,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,4],[0,0,0,0,0,0,4,0,0],[4,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0],[4,0,0,0,0,0,0,0,0]]\n\nNow apply the same rule to:\nInput: [[0,7,0],[7,7,7],[7,7,7]]",
"Example\nInp... | [
"[[0,0,0,0,7,0,0,0,0],[0,0,0,7,7,7,0,0,0],[0,0,0,7,7,7,0,0,0],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7]]",
"[[4,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0],[4,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,4],[0,0,0,0,0,0,4,0,0],[4,0,0,... | |
007bbfb7::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,7,7],[7,7,7]]
Output: [[0,0,0,0,7,0,0,0,0],[0,0,0,7,7,7,0,0,0],[0,0,0,7,7,7,0,0,0],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,... | arc | Example
Input: [[6,6,0],[6,0,6],[0,0,6]]
Output: [[6,6,0,6,6,0,0,0,0],[6,0,6,6,0,6,0,0,0],[0,0,6,0,0,6,0,0,0],[6,6,0,0,0,0,6,6,0],[6,0,6,0,0,0,6,0,6],[0,0,6,0,0,0,0,0,6],[0,0,0,0,0,0,6,6,0],[0,0,0,0,0,0,6,0,6],[0,0,0,0,0,0,0,0,6]]
Now apply the same rule to:
Input: [[7,7,7],[0,0,7],[7,7,0]] | [[7,7,7,7,7,7,7,7,7],[0,0,7,0,0,7,0,0,7],[7,7,0,7,7,0,7,7,0],[0,0,0,0,0,0,7,7,7],[0,0,0,0,0,0,0,0,7],[0,0,0,0,0,0,7,7,0],[7,7,7,7,7,7,0,0,0],[0,0,7,0,0,7,0,0,0],[7,7,0,7,7,0,0,0,0]] | [[7,7,7,7,7,7,7,7,7],[0,0,7,0,0,7,0,0,7],[7,7,0,7,7,0,7,7,0],[0,0,0,0,0,0,7,7,7],[0,0,0,0,0,0,0,0,7],[0,0,0,0,0,0,7,7,0],[7,7,7,7,7,7,0,0,0],[0,0,7,0,0,7,0,0,0],[7,7,0,7,7,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[4,0,0],[0,0,4],[4,0,0]]\nOutput: [[4,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0],[4,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,4],[0,0,0,0,0,0,4,0,0],[4,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0],[4,0,0,0,0,0,0,0,0]]\n\nNow apply the same rule to:\nInput: [[0,7,0],[7,7,7],[7,7,7]]",
"Example\nInp... | [
"[[0,0,0,0,7,0,0,0,0],[0,0,0,7,7,7,0,0,0],[0,0,0,7,7,7,0,0,0],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7]]",
"[[4,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0],[4,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,4],[0,0,0,0,0,0,4,0,0],[4,0,0,... | |
007bbfb7::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,7,7],[7,7,7],[0,7,7]]
Output: [[0,0,0,0,7,7,0,7,7],[0,0,0,7,7,7,7,7,7],[0,0,0,0,7,7,0,7,7],[0,7,7,0,7,7,0,7,7],[7,7,7,7,7,7,7,7,7],[0,7,7,... | arc | Example
Input: [[0,6,6],[6,0,0],[6,6,0]]
Output: [[0,0,0,0,6,6,0,6,6],[0,0,0,6,0,0,6,0,0],[0,0,0,6,6,0,6,6,0],[0,6,6,0,0,0,0,0,0],[6,0,0,0,0,0,0,0,0],[6,6,0,0,0,0,0,0,0],[0,6,6,0,6,6,0,0,0],[6,0,0,6,0,0,0,0,0],[6,6,0,6,6,0,0,0,0]]
Now apply the same rule to:
Input: [[0,2,2],[0,0,0],[2,2,2]] | [[0,0,0,0,2,2,0,2,2],[0,0,0,0,0,0,0,0,0],[0,0,0,2,2,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,2,2,0,2,2,0,2,2],[0,0,0,0,0,0,0,0,0],[2,2,2,2,2,2,2,2,2]] | [[0,0,0,0,2,2,0,2,2],[0,0,0,0,0,0,0,0,0],[0,0,0,2,2,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,2,2,0,2,2,0,2,2],[0,0,0,0,0,0,0,0,0],[2,2,2,2,2,2,2,2,2]] | [] | arc_train | [
"Example\nInput: [[0,4,0],[0,0,0],[4,0,4]]\nOutput: [[0,0,0,0,4,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,4,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,4,0,0,0,0,0,4,0],[0,0,0,0,0,0,0,0,0],[4,0,4,0,0,0,4,0,4]]\n\nNow apply the same rule to:\nInput: [[0,7,7],[7,7,7],[0,7,7]]",
"Example\nInp... | [
"[[0,0,0,0,7,7,0,7,7],[0,0,0,7,7,7,7,7,7],[0,0,0,0,7,7,0,7,7],[0,7,7,0,7,7,0,7,7],[7,7,7,7,7,7,7,7,7],[0,7,7,0,7,7,0,7,7],[0,0,0,0,7,7,0,7,7],[0,0,0,7,7,7,7,7,7],[0,0,0,0,7,7,0,7,7]]",
"[[0,0,0,0,4,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,4,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,4,0,... | |
007bbfb7::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,7,7],[7,7,7],[0,7,7]]
Output: [[0,0,0,0,7,7,0,7,7],[0,0,0,7,7,7,7,7,7],[0,0,0,0,7,7,0,7,7],[0,7,7,0,7,7,0,7,7],[7,7,7,7,7,7,7,7,7],[0,7,7,... | arc | Example
Input: [[0,6,6],[6,0,0],[6,6,0]]
Output: [[0,0,0,0,6,6,0,6,6],[0,0,0,6,0,0,6,0,0],[0,0,0,6,6,0,6,6,0],[0,6,6,0,0,0,0,0,0],[6,0,0,0,0,0,0,0,0],[6,6,0,0,0,0,0,0,0],[0,6,6,0,6,6,0,0,0],[6,0,0,6,0,0,0,0,0],[6,6,0,6,6,0,0,0,0]]
Now apply the same rule to:
Input: [[7,7,0],[7,0,7],[7,0,7]] | [[7,7,0,7,7,0,0,0,0],[7,0,7,7,0,7,0,0,0],[7,0,7,7,0,7,0,0,0],[7,7,0,0,0,0,7,7,0],[7,0,7,0,0,0,7,0,7],[7,0,7,0,0,0,7,0,7],[7,7,0,0,0,0,7,7,0],[7,0,7,0,0,0,7,0,7],[7,0,7,0,0,0,7,0,7]] | [[7,7,0,7,7,0,0,0,0],[7,0,7,7,0,7,0,0,0],[7,0,7,7,0,7,0,0,0],[7,7,0,0,0,0,7,7,0],[7,0,7,0,0,0,7,0,7],[7,0,7,0,0,0,7,0,7],[7,7,0,0,0,0,7,7,0],[7,0,7,0,0,0,7,0,7],[7,0,7,0,0,0,7,0,7]] | [] | arc_train | [
"Example\nInput: [[0,4,0],[0,0,0],[4,0,4]]\nOutput: [[0,0,0,0,4,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,4,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,4,0,0,0,0,0,4,0],[0,0,0,0,0,0,0,0,0],[4,0,4,0,0,0,4,0,4]]\n\nNow apply the same rule to:\nInput: [[0,7,7],[7,7,7],[0,7,7]]",
"Example\nInp... | [
"[[0,0,0,0,7,7,0,7,7],[0,0,0,7,7,7,7,7,7],[0,0,0,0,7,7,0,7,7],[0,7,7,0,7,7,0,7,7],[7,7,7,7,7,7,7,7,7],[0,7,7,0,7,7,0,7,7],[0,0,0,0,7,7,0,7,7],[0,0,0,7,7,7,7,7,7],[0,0,0,0,7,7,0,7,7]]",
"[[0,0,0,0,4,0,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,4,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,4,0,... | |
007bbfb7::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,7,7],[7,7,7],[0,7,0]]
Output: [[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,... | arc | Example
Input: [[6,0,0],[6,0,6],[0,6,6]]
Output: [[6,0,0,0,0,0,0,0,0],[6,0,6,0,0,0,0,0,0],[0,6,6,0,0,0,0,0,0],[6,0,0,0,0,0,6,0,0],[6,0,6,0,0,0,6,0,6],[0,6,6,0,0,0,0,6,6],[0,0,0,6,0,0,6,0,0],[0,0,0,6,0,6,6,0,6],[0,0,0,0,6,6,0,6,6]]
Now apply the same rule to:
Input: [[2,0,2],[2,0,2],[0,0,2]] | [[2,0,2,0,0,0,2,0,2],[2,0,2,0,0,0,2,0,2],[0,0,2,0,0,0,0,0,2],[2,0,2,0,0,0,2,0,2],[2,0,2,0,0,0,2,0,2],[0,0,2,0,0,0,0,0,2],[0,0,0,0,0,0,2,0,2],[0,0,0,0,0,0,2,0,2],[0,0,0,0,0,0,0,0,2]] | [[2,0,2,0,0,0,2,0,2],[2,0,2,0,0,0,2,0,2],[0,0,2,0,0,0,0,0,2],[2,0,2,0,0,0,2,0,2],[2,0,2,0,0,0,2,0,2],[0,0,2,0,0,0,0,0,2],[0,0,0,0,0,0,2,0,2],[0,0,0,0,0,0,2,0,2],[0,0,0,0,0,0,0,0,2]] | [] | arc_train | [
"Example\nInput: [[0,0,4],[4,0,0],[0,0,4]]\nOutput: [[0,0,0,0,0,0,0,0,4],[0,0,0,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,4],[0,0,4,0,0,0,0,0,0],[4,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,4],[0,0,0,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,4]]\n\nNow apply the same rule to:\nInput: [[7,7,7],[7,7,7],[0,7,0]]",
"Example\nInp... | [
"[[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,0,7,0,0,7,0],[0,0,0,7,7,7,0,0,0],[0,0,0,7,7,7,0,0,0],[0,0,0,0,7,0,0,0,0]]",
"[[0,0,0,0,0,0,0,0,4],[0,0,0,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,4],[0,0,4,0,0,0,0,0,0],[4,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0],[0,0,0,... | |
007bbfb7::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,7,7],[7,7,7],[0,7,0]]
Output: [[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,... | arc | Example
Input: [[6,0,0],[6,0,6],[0,6,6]]
Output: [[6,0,0,0,0,0,0,0,0],[6,0,6,0,0,0,0,0,0],[0,6,6,0,0,0,0,0,0],[6,0,0,0,0,0,6,0,0],[6,0,6,0,0,0,6,0,6],[0,6,6,0,0,0,0,6,6],[0,0,0,6,0,0,6,0,0],[0,0,0,6,0,6,6,0,6],[0,0,0,0,6,6,0,6,6]]
Now apply the same rule to:
Input: [[0,7,7],[7,0,0],[7,7,7]] | [[0,0,0,0,7,7,0,7,7],[0,0,0,7,0,0,7,0,0],[0,0,0,7,7,7,7,7,7],[0,7,7,0,0,0,0,0,0],[7,0,0,0,0,0,0,0,0],[7,7,7,0,0,0,0,0,0],[0,7,7,0,7,7,0,7,7],[7,0,0,7,0,0,7,0,0],[7,7,7,7,7,7,7,7,7]] | [[0,0,0,0,7,7,0,7,7],[0,0,0,7,0,0,7,0,0],[0,0,0,7,7,7,7,7,7],[0,7,7,0,0,0,0,0,0],[7,0,0,0,0,0,0,0,0],[7,7,7,0,0,0,0,0,0],[0,7,7,0,7,7,0,7,7],[7,0,0,7,0,0,7,0,0],[7,7,7,7,7,7,7,7,7]] | [] | arc_train | [
"Example\nInput: [[0,0,4],[4,0,0],[0,0,4]]\nOutput: [[0,0,0,0,0,0,0,0,4],[0,0,0,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,4],[0,0,4,0,0,0,0,0,0],[4,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,4],[0,0,0,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,4]]\n\nNow apply the same rule to:\nInput: [[7,7,7],[7,7,7],[0,7,0]]",
"Example\nInp... | [
"[[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,0,7,0,0,7,0],[7,7,7,7,7,7,7,7,7],[7,7,7,7,7,7,7,7,7],[0,7,0,0,7,0,0,7,0],[0,0,0,7,7,7,0,0,0],[0,0,0,7,7,7,0,0,0],[0,0,0,0,7,0,0,0,0]]",
"[[0,0,0,0,0,0,0,0,4],[0,0,0,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,4],[0,0,4,0,0,0,0,0,0],[4,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,0,0,0],[0,0,0,... | |
00d62c1b | 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,3,0,0,0],[0,3,0,3,0,0],[0,0,3,0,3,0],[0,0,0,3,0,0],[0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0],[0,0,3,0,0,0],[0,3,4,3,0,0],[0,0,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[0,0,3,3,3,3,0,0,0,0],[0,0,3,0,0,3,0,0,0,0],[0,0,3,0,0,3,0,3,0,0],[0,0,3,3,3,3,3,3,3,0],[0,0,0,3,0,0,0,0,3,0],[0,0,0,3,0,0,0,3,3,0],[0,0,0,3,3,0,0,3,0,3],[0,0,0,3,0,3,0,0,3,0],[0,0,0,0,3,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0,0],[0,0,3,3,3,3,0,0,0,0],[0,0,3,4,4,3,0,0,0,0],[0,0,3,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,3,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,3,3,3,3,4,3,3,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,3,4,3,0,0,0,0,0,0,0,3,0],[0,0,0,0,0,0,0,0,3,3,3,3,3,3,3,3,0,0,0,0],[0,0,0,0,0,0,0,0,3,4,4,4,4,4,4,3,0,0,0,0],[0,0,0,0,3,0,0,0,3,4,4,4,4,4,4,3,0,0,0,0],[0,0,0,0,0,0,0,0,3,4,4,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,3,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,3,3,3,3,4,3,3,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,3,4,3,0,0,0,0,0,0,0,3,0],[0,0,0,0,0,0,0,0,3,3,3,3,3,3,3,3,0,0,0,0],[0,0,0,0,0,0,0,0,3,4,4,4,4,4,4,3,0,0,0,0],[0,0,0,0,3,0,0,0,3,4,4,4,4,4,4,3,0,0,0,0],[0,0,0,0,0,0,0,0,3,4,4,4,... | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,0,3,0,3,0,0,0,0,0],[0,0,0,3,0,3,0,0,0,0],[0,0,3,0,0,0,3,0,0,0],[0,0,0,0,0,3,0,3,0,0],[0,0,0,3,0,3,3,0,0,0],[0,0,3,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,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,0,3,0,3,0,0,0,0,0],[0,0,0,3,0,3,0,0,0,0],[... | [
"[[0,0,0,0,0,0],[0,0,3,0,0,0],[0,3,4,3,0,0],[0,0,3,4,3,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,0,3,0,0,0,0,0],[0,0,0,3,0,3,0,0,0,0],[0,0,3,0,0,0,3,0,0,0],[0,0,0,0,0,3,4,3,0,0],[0,0,0,3,0,3,3,0,0,0],[0,0,3,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,0,0,0,0,0,0]]",
... | |
00d62c1b | 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,3,0,0,0],[0,3,0,3,0,0],[0,0,3,0,3,0],[0,0,0,3,0,0],[0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0],[0,0,3,0,0,0],[0,3,4,3,0,0],[0,0,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[0,0,3,3,3,3,0,0,0,0],[0,0,3,0,0,3,0,0,0,0],[0,0,3,0,0,3,0,3,0,0],[0,0,3,3,3,3,3,3,3,0],[0,0,0,3,0,0,0,0,3,0],[0,0,0,3,0,0,0,3,3,0],[0,0,0,3,3,0,0,3,0,3],[0,0,0,3,0,3,0,0,3,0],[0,0,0,0,3,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0,0],[0,0,3,3,3,3,0,0,0,0],[0,0,3,4,4,3,0,0,0,0],[0,0,3,4... | [[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,0,0,0,0,0,0,0,0,0,0],[0,3,4,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,3,0,3,3,3,3,3,0,3,3,0,0,0,0,0,0,0,0],[0,0,0,0,3,4,4,4,4,3,4,4,3,0,0,0,0,0,0,0],[0,0,0,0,3,3,3,3,3,0,3,3,3,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,0,0],[0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0],[0,3,4,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,3,0,3,3,3,3,3,0,3,3,0,0,0,0,0,0,0,0],[0,0,0,0,3,4,4,4,4,3,4,4,3,0,0,0,0,0,0,0],[0,0,0,0,3,3,3,3,3,0,3,3,3,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,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,3,0,3,0,0,0,0,0],[0,0,0,3,0,3,0,0,0,0],[0,0,3,0,0,0,3,0,0,0],[0,0,0,0,0,3,0,3,0,0],[0,0,0,3,0,3,3,0,0,0],[0,0,3,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,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,0,3,0,3,0,0,0,0,0],[0,0,0,3,0,3,0,0,0,0],[... | [
"[[0,0,0,0,0,0],[0,0,3,0,0,0],[0,3,4,3,0,0],[0,0,3,4,3,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,0,3,0,0,0,0,0],[0,0,0,3,0,3,0,0,0,0],[0,0,3,0,0,0,3,0,0,0],[0,0,0,0,0,3,4,3,0,0],[0,0,0,3,0,3,3,0,0,0],[0,0,3,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,0,0,0,0,0,0]]",
... | |
00d62c1b::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,3,0,0],[0,0,3,0,3,0],[0,3,0,3,0,0],[0,0,3,0,0,0],[0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0],[0,0,0,3,0,0],[0,0,3,4,3,0],[0,3,... | arc | Example
Input: [[0,0,0,0,0,0,0,3,0,0],[0,0,0,0,3,3,3,0,3,0],[0,0,0,3,3,0,3,3,0,0],[0,0,0,0,3,0,0,0,0,0],[0,3,3,3,3,0,0,0,3,0],[0,3,0,0,3,0,0,3,0,3],[0,3,0,0,3,3,3,3,3,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,0,0]]
Output: [[0,0,0,0,0,0,0,3,0,0],[0,0,0,0,3,3,3,4,3,0],[0,0,0,3,3,0,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,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,3,0,3,3,3,3,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,3,0,0,0],[0,0,0,0,3,3,3,3,3,3,0,3,0,0,3,3,3,0,0,0],[0,0,0,0,3,4,4,4,4,3,0,0,0,3,0,0,0,0,0,0],[0,0,0,0,3,4,4,4,4,3,0,0,3,0,0,0,0,3,0,0],[0,0,0,0,3,4,4,4,4,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,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,3,0,3,3,3,3,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,3,0,0,0],[0,0,0,0,3,3,3,3,3,3,0,3,0,0,3,3,3,0,0,0],[0,0,0,0,3,4,4,4,4,3,0,0,0,3,0,0,0,0,0,0],[0,0,0,0,3,4,4,4,4,3,0,0,3,0,0,0,0,3,0,0],[0,0,0,0,3,4,4,4,4,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,3,0,0,0,0,0],[0,0,0,3,0,3,0,0,0,0],[0,0,3,0,3,3,0,0,0,0],[0,3,0,0,0,0,3,0,0,0],[0,0,3,0,0,3,3,3,0,0],[0,3,0,3,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]]\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,0,0,0,0],[0,0,0,3,0,0],[0,0,3,4,3,0],[0,3,4,3,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,0,0,3,0,0,0,0,0],[0,0,0,3,4,3,0,0,0,0],[0,0,3,0,3,3,0,0,0,0],[0,3,0,0,0,0,3,0,0,0],[0,0,3,0,0,3,3,3,0,0],[0,3,0,3,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]]",
... | |
00d62c1b::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,3,0,0],[0,0,3,0,3,0],[0,3,0,3,0,0],[0,0,3,0,0,0],[0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0],[0,0,0,3,0,0],[0,0,3,4,3,0],[0,3,... | arc | Example
Input: [[0,0,0,0,0,0,0,3,0,0],[0,0,0,0,3,3,3,0,3,0],[0,0,0,3,3,0,3,3,0,0],[0,0,0,0,3,0,0,0,0,0],[0,3,3,3,3,0,0,0,3,0],[0,3,0,0,3,0,0,3,0,3],[0,3,0,0,3,3,3,3,3,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,0,0]]
Output: [[0,0,0,0,0,0,0,3,0,0],[0,0,0,0,3,3,3,4,3,0],[0,0,0,3,3,0,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,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,0,0,0,0,0],[0,0,0,0,0,0,3,4,4,4,4,4,3,0,0,0,0,0,0,0],[0,0,0,0,0,0,3,4,4,4,4,4,3,0,0,0,0,0,0,0],[0,0,0,0,0,0,3,4,4,4,4,4,3,0,0,0,0,0,0,0],[0,0,0,0,0,0,3,3,3,3,3,3,3,0,0,0,0,0,0,0],[0,0,0,0,3,3,0,0,0,3,4,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,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,0,0,0,0],[0,0,0,0,0,0,3,4,4,4,4,4,3,0,0,0,0,0,0,0],[0,0,0,0,0,0,3,4,4,4,4,4,3,0,0,0,0,0,0,0],[0,0,0,0,0,0,3,4,4,4,4,4,3,0,0,0,0,0,0,0],[0,0,0,0,0,0,3,3,3,3,3,3,3,0,0,0,0,0,0,0],[0,0,0,0,3,3,0,0,0,3,4,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,3,0,0,0,0,0],[0,0,0,3,0,3,0,0,0,0],[0,0,3,0,3,3,0,0,0,0],[0,3,0,0,0,0,3,0,0,0],[0,0,3,0,0,3,3,3,0,0],[0,3,0,3,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]]\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,0,0,0,0],[0,0,0,3,0,0],[0,0,3,4,3,0],[0,3,4,3,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,0,0,3,0,0,0,0,0],[0,0,0,3,4,3,0,0,0,0],[0,0,3,0,3,3,0,0,0,0],[0,3,0,0,0,0,3,0,0,0],[0,0,3,0,0,3,3,3,0,0],[0,3,0,3,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]]",
... | |
00d62c1b::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,3,0,0,0],[0,3,0,3,0,0],[0,0,3,0,3,0],[0,0,0,3,0,0],[0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0],[0,0,3,0,0,0],[0,3,4,3,0,0],[0,0,... | arc | Example
Input: [[0,0,0,0,0,3,0,0,0,0],[0,3,0,0,3,0,3,0,0,0],[3,0,3,0,0,3,3,0,0,0],[0,3,3,0,0,0,3,0,0,0],[0,3,0,0,0,0,3,0,0,0],[0,3,3,3,3,3,3,3,0,0],[0,0,3,0,3,0,0,3,0,0],[0,0,0,0,3,0,0,3,0,0],[0,0,0,0,3,3,3,3,0,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,3,0,0,0,0],[0,3,0,0,3,4,3,0,0,0],[3,4,3,0,0,3,3,0,0,0],[0,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,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,0,0,0,0,0],[0,0,3,3,3,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,3,4,3,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0],[0,0,3,3,3,0,0,3,0,3,3,3,3,0,0,0,0,0,0,0],[0,0,3,0,0,3,0,0,3,3,4,4,3,0,0,0,0,0,0,0],[0,0,0,0,0,0,3,0,0,3,4,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,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,3,3,3,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,3,4,3,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0],[0,0,3,3,3,0,0,3,0,3,3,3,3,0,0,0,0,0,0,0],[0,0,3,0,0,3,0,0,3,3,4,4,3,0,0,0,0,0,0,0],[0,0,0,0,0,0,3,0,0,3,4,4,... | [] | 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,3,0,0,0],[0,0,0,0,0,3,3,3,0,0],[0,0,0,3,3,0,3,0,0,0],[0,0,3,0,3,0,0,0,0,0],[0,0,0,3,0,0,0,3,0,0],[0,0,0,0,3,0,3,0,0,0],[0,0,0,0,0,3,0,3,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,3,0,0,0],[... | [
"[[0,0,0,0,0,0],[0,0,3,0,0,0],[0,3,4,3,0,0],[0,0,3,4,3,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,0,0,0,3,0,0,0],[0,0,0,0,0,3,3,3,0,0],[0,0,0,3,3,0,3,0,0,0],[0,0,3,4,3,0,0,0,0,0],[0,0,0,3,0,0,0,3,0,0],[0,0,0,0,3,0,3,0,0,0],[0,0,0,0,0,3,0,3,0,0],[0,0,0,0,0,0,0,0,0,0]]",
... | |
00d62c1b::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,3,0,0,0],[0,3,0,3,0,0],[0,0,3,0,3,0],[0,0,0,3,0,0],[0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0],[0,0,3,0,0,0],[0,3,4,3,0,0],[0,0,... | arc | Example
Input: [[0,0,0,0,0,3,0,0,0,0],[0,3,0,0,3,0,3,0,0,0],[3,0,3,0,0,3,3,0,0,0],[0,3,3,0,0,0,3,0,0,0],[0,3,0,0,0,0,3,0,0,0],[0,3,3,3,3,3,3,3,0,0],[0,0,3,0,3,0,0,3,0,0],[0,0,0,0,3,0,0,3,0,0],[0,0,0,0,3,3,3,3,0,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,3,0,0,0,0],[0,3,0,0,3,4,3,0,0,0],[3,4,3,0,0,3,3,0,0,0],[0,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,3,3,3,3,3,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,3,4,4,4,3,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,3,4,4,4,3,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,3,3,3,3,3,3,0,3,0,3,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,3,0],[0,0,0,0,0,0,0,0,0,0,3,3,0,0,0,0,0,3,0,0],[0,0,3,3,3,3,3,0,0,0,3,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,3,3,3,3,3,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,3,4,4,4,3,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,3,4,4,4,3,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,3,3,3,3,3,3,0,3,0,3,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,3,0],[0,0,0,0,0,0,0,0,0,0,3,3,0,0,0,0,0,3,0,0],[0,0,3,3,3,3,3,0,0,0,3,4,... | [] | 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,3,0,0,0],[0,0,0,0,0,3,3,3,0,0],[0,0,0,3,3,0,3,0,0,0],[0,0,3,0,3,0,0,0,0,0],[0,0,0,3,0,0,0,3,0,0],[0,0,0,0,3,0,3,0,0,0],[0,0,0,0,0,3,0,3,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,3,0,0,0],[... | [
"[[0,0,0,0,0,0],[0,0,3,0,0,0],[0,3,4,3,0,0],[0,0,3,4,3,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,0,0,0,3,0,0,0],[0,0,0,0,0,3,3,3,0,0],[0,0,0,3,3,0,3,0,0,0],[0,0,3,4,3,0,0,0,0,0],[0,0,0,3,0,0,0,3,0,0],[0,0,0,0,3,0,3,0,0,0],[0,0,0,0,0,3,0,3,0,0],[0,0,0,0,0,0,0,0,0,0]]",
... | |
00d62c1b::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,3,0,0],[0,0,3,0,3,0],[0,3,0,3,0,0],[0,0,3,0,0,0],[0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0],[0,0,0,3,0,0],[0,0,3,4,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,0,0],[0,0,0,0,0,3,3,3,3,0],[0,3,3,3,3,3,0,0,3,0],[3,0,3,0,0,3,0,0,3,0],[0,3,0,0,0,3,3,3,3,0],[0,0,0,0,0,3,0,0,0,0],[0,0,3,3,0,3,3,0,0,0],[0,3,0,3,3,3,0,0,0,0],[0,0,3,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,3,3,3,3,0],[0,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,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,0],[0,0,0,0,0,0,0,0,0,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,3,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,0,3,0,0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,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,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,0,0],[0,0,0,0,0,0,0,0,0,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,3,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,0,3,0,0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,3,3,3,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,3,0,0,3,0,3,0],[0,0,3,3,3,0,0,3,0,0],[0,0,0,3,0,0,0,0,3,0],[0,0,0,0,3,3,0,3,0,0],[0,0,0,0,3,0,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,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,3,0,0,3,0,3,0],[... | [
"[[0,0,0,0,0,0],[0,0,0,3,0,0],[0,0,3,4,3,0],[0,3,4,3,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,0,3,0,0,3,0,3,0],[0,0,3,3,3,0,0,3,0,0],[0,0,0,3,0,0,0,0,3,0],[0,0,0,0,3,3,0,3,0,0],[0,0,0,0,3,4,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,0,0,0,0]]",
... | |
00d62c1b::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,3,0,0],[0,0,3,0,3,0],[0,3,0,3,0,0],[0,0,3,0,0,0],[0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0],[0,0,0,3,0,0],[0,0,3,4,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,0,0],[0,0,0,0,0,3,3,3,3,0],[0,3,3,3,3,3,0,0,3,0],[3,0,3,0,0,3,0,0,3,0],[0,3,0,0,0,3,3,3,3,0],[0,0,0,0,0,3,0,0,0,0],[0,0,3,3,0,3,3,0,0,0],[0,3,0,3,3,3,0,0,0,0],[0,0,3,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,3,3,3,3,0],[0,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,3,0,0,0,0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,3,4,3,0,0,0,0,0,0,0,0,0,3,4,3,0],[0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,3,0,0,0,0,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,3,4,3,0,0,0],[0,0,0,0,3,0,0,3,0,0,0,0,0,0,3,4,3,0,0,0],[0,3,3,3,3,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,3,0,0,0,0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,3,4,3,0,0,0,0,0,0,0,0,0,3,4,3,0],[0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,3,0,0,0,0,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,3,4,3,0,0,0],[0,0,0,0,3,0,0,3,0,0,0,0,0,0,3,4,3,0,0,0],[0,3,3,3,3,0,0,3,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,3,0,0,3,0,3,0],[0,0,3,3,3,0,0,3,0,0],[0,0,0,3,0,0,0,0,3,0],[0,0,0,0,3,3,0,3,0,0],[0,0,0,0,3,0,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,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,3,0,0,3,0,3,0],[... | [
"[[0,0,0,0,0,0],[0,0,0,3,0,0],[0,0,3,4,3,0],[0,3,4,3,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,0,3,0,0,3,0,3,0],[0,0,3,3,3,0,0,3,0,0],[0,0,0,3,0,0,0,0,3,0],[0,0,0,0,3,3,0,3,0,0],[0,0,0,0,3,4,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,0,0,0,0]]",
... | |
00d62c1b::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,3,0,0],[0,0,3,0,3,0],[0,3,0,3,0,0],[0,0,3,0,0,0],[0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0],[0,0,0,3,0,0],[0,0,3,4,3,0],[0,3,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,3,3,3,3,0,0],[0,0,0,0,3,0,0,3,0,0],[0,0,3,0,3,0,0,3,0,0],[0,3,3,3,3,3,3,3,0,0],[0,3,0,0,0,0,3,0,0,0],[0,3,3,0,0,0,3,0,0,0],[3,0,3,0,0,3,3,0,0,0],[0,3,0,0,3,0,3,0,0,0],[0,0,0,0,0,3,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,3,3,3,3,0,0],[0,0,0,0,3,4,4,3,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,0,3,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,3,3,4,3,3,3,3,0,0,0,0],[0,3,0,0,0,0,0,0,0,3,4,3,0,0,0,0,0,0,0,0],[0,0,0,0,3,3,3,3,3,3,3,3,0,0,0,0,0,0,0,0],[0,0,0,0,3,4,4,4,4,4,4,3,0,0,0,0,0,0,0,0],[0,0,0,0,3,4,4,4,4,4,4,3,0,0,0,3,0,0,0,0],[0,0,0,0,3,4,4,4,4,4,4,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,0,0],[0,0,0,0,0,0,0,0,0,3,3,4,3,3,3,3,0,0,0,0],[0,3,0,0,0,0,0,0,0,3,4,3,0,0,0,0,0,0,0,0],[0,0,0,0,3,3,3,3,3,3,3,3,0,0,0,0,0,0,0,0],[0,0,0,0,3,4,4,4,4,4,4,3,0,0,0,0,0,0,0,0],[0,0,0,0,3,4,4,4,4,4,4,3,0,0,0,3,0,0,0,0],[0,0,0,0,3,4,4,4,4,4,4,3,... | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,3,0,3,0,0],[0,0,0,0,3,0,3,0,0,0],[0,0,0,3,0,0,0,3,0,0],[0,0,3,0,3,0,0,0,0,0],[0,0,0,3,3,0,3,0,0,0],[0,0,0,0,0,3,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,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,3,0,3,0,0],[0,0,0,0,3,0,3,0,0,0],[... | [
"[[0,0,0,0,0,0],[0,0,0,3,0,0],[0,0,3,4,3,0],[0,3,4,3,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,3,0,3,0,0],[0,0,0,0,3,0,3,0,0,0],[0,0,0,3,0,0,0,3,0,0],[0,0,3,4,3,0,0,0,0,0],[0,0,0,3,3,0,3,0,0,0],[0,0,0,0,0,3,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,0,0,0]]",
... | |
00d62c1b::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,3,0,0],[0,0,3,0,3,0],[0,3,0,3,0,0],[0,0,3,0,0,0],[0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0],[0,0,0,3,0,0],[0,0,3,4,3,0],[0,3,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,3,3,3,3,0,0],[0,0,0,0,3,0,0,3,0,0],[0,0,3,0,3,0,0,3,0,0],[0,3,3,3,3,3,3,3,0,0],[0,3,0,0,0,0,3,0,0,0],[0,3,3,0,0,0,3,0,0,0],[3,0,3,0,0,3,3,0,0,0],[0,3,0,0,3,0,3,0,0,0],[0,0,0,0,0,3,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,3,3,3,3,0,0],[0,0,0,0,3,4,4,3,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,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,3,3,4,3,0],[0,0,0,0,0,0,0,0,3,3,0,3,3,3,3,3,0,3,0,0],[0,0,0,0,0,0,0,3,4,4,3,4,4,4,4,3,0,0,0,0],[0,0,0,0,0,0,0,3,3,3,0,3,3,3,3,3,0,0,0,0],[0,0,3,3,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,3,4,4,4,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,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,0,3,3,4,3,0],[0,0,0,0,0,0,0,0,3,3,0,3,3,3,3,3,0,3,0,0],[0,0,0,0,0,0,0,3,4,4,3,4,4,4,4,3,0,0,0,0],[0,0,0,0,0,0,0,3,3,3,0,3,3,3,3,3,0,0,0,0],[0,0,3,3,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,3,4,4,4,3,0,0,0,0,0,... | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,3,0,3,0,0],[0,0,0,0,3,0,3,0,0,0],[0,0,0,3,0,0,0,3,0,0],[0,0,3,0,3,0,0,0,0,0],[0,0,0,3,3,0,3,0,0,0],[0,0,0,0,0,3,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,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,3,0,3,0,0],[0,0,0,0,3,0,3,0,0,0],[... | [
"[[0,0,0,0,0,0],[0,0,0,3,0,0],[0,0,3,4,3,0],[0,3,4,3,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,3,0,3,0,0],[0,0,0,0,3,0,3,0,0,0],[0,0,0,3,0,0,0,3,0,0],[0,0,3,4,3,0,0,0,0,0],[0,0,0,3,3,0,3,0,0,0],[0,0,0,0,0,3,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,0,0,0]]",
... | |
00d62c1b::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,3,0,0,0],[0,3,0,3,0,0],[0,0,3,0,3,0],[0,0,0,3,0,0],[0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0],[0,0,3,0,0,0],[0,3,4,3,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,3,3,3,3,0,0,0,0,0],[0,3,0,0,3,3,3,3,3,0],[0,3,0,0,3,0,0,3,0,3],[0,3,3,3,3,0,0,0,3,0],[0,0,0,0,3,0,0,0,0,0],[0,0,0,3,3,0,3,3,0,0],[0,0,0,0,3,3,3,0,3,0],[0,0,0,0,0,0,0,3,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,3,3,3,0,0,0,0,0],[0,3,4,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,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,0,0,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,3,0,0,0,0,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,0],[0,0,3,0,0,0,0,0,0,0,0,0,3,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,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,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,0,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,3,0,0,0,0,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,0],[0,0,3,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0],[0,0,3,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,3,0,3,0,0,3,0,0,0],[0,0,3,0,0,3,3,3,0,0],[0,3,0,0,0,0,3,0,0,0],[0,0,3,0,3,3,0,0,0,0],[0,0,0,3,0,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,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,3,0,3,0,0,3,0,0,0],[... | [
"[[0,0,0,0,0,0],[0,0,3,0,0,0],[0,3,4,3,0,0],[0,0,3,4,3,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,3,0,3,0,0,3,0,0,0],[0,0,3,0,0,3,3,3,0,0],[0,3,0,0,0,0,3,0,0,0],[0,0,3,0,3,3,0,0,0,0],[0,0,0,3,4,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,0,0,0,0,0]]",
... | |
00d62c1b::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,3,0,0,0],[0,3,0,3,0,0],[0,0,3,0,3,0],[0,0,0,3,0,0],[0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0],[0,0,3,0,0,0],[0,3,4,3,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,3,3,3,3,0,0,0,0,0],[0,3,0,0,3,3,3,3,3,0],[0,3,0,0,3,0,0,3,0,3],[0,3,3,3,3,0,0,0,3,0],[0,0,0,0,3,0,0,0,0,0],[0,0,0,3,3,0,3,3,0,0],[0,0,0,0,3,3,3,0,3,0],[0,0,0,0,0,0,0,3,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,3,3,3,0,0,0,0,0],[0,3,4,4... | [[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,0,0,0,0,3,0,0,0,0,0],[0,3,4,3,0,0,0,0,0,0,0,0,0,3,4,3,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0],[0,0,3,3,3,3,0,0,0,0,0,0,0,0,0,3,0,0,0,0],[0,0,0,3,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,3,4,3,0,0,0,0,0,0,3,0,0,3,0,0,0,0],[0,0,0,3,4,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,3,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0],[0,3,4,3,0,0,0,0,0,0,0,0,0,3,4,3,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0],[0,0,3,3,3,3,0,0,0,0,0,0,0,0,0,3,0,0,0,0],[0,0,0,3,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,3,4,3,0,0,0,0,0,0,3,0,0,3,0,0,0,0],[0,0,0,3,4,3,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,3,0,3,0,0,3,0,0,0],[0,0,3,0,0,3,3,3,0,0],[0,3,0,0,0,0,3,0,0,0],[0,0,3,0,3,3,0,0,0,0],[0,0,0,3,0,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,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,3,0,3,0,0,3,0,0,0],[... | [
"[[0,0,0,0,0,0],[0,0,3,0,0,0],[0,3,4,3,0,0],[0,0,3,4,3,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,3,0,3,0,0,3,0,0,0],[0,0,3,0,0,3,3,3,0,0],[0,3,0,0,0,0,3,0,0,0],[0,0,3,0,3,3,0,0,0,0],[0,0,0,3,4,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,0,0,0,0,0]]",
... | |
00d62c1b::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,3,0,0],[0,0,3,0,3,0],[0,3,0,3,0,0],[0,0,3,0,0,0],[0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0],[0,0,0,3,0,0],[0,0,3,4,3,0],[0,3,... | arc | Example
Input: [[0,0,0,0,3,0,0,0,0,0],[0,0,0,3,0,3,0,0,3,0],[0,0,0,3,3,0,0,3,0,3],[0,0,0,3,0,0,0,3,3,0],[0,0,0,3,0,0,0,0,3,0],[0,0,3,3,3,3,3,3,3,0],[0,0,3,0,0,3,0,3,0,0],[0,0,3,0,0,3,0,0,0,0],[0,0,3,3,3,3,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,3,0,0,0,0,0],[0,0,0,3,4,3,0,0,3,0],[0,0,0,3,3,0,0,3,4,3],[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,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,0,0,0,0,0,0,0,0,0,0,0,3,0,0,3,3,3,0,0],[0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,3,4,3,0,0],[0,0,0,0,0,0,0,3,3,3,3,0,3,0,0,3,3,3,0,0],[0,0,0,0,0,0,0,3,4,4,3,3,0,0,3,0,0,3,0,0],[0,0,0,0,0,0,3,3,4,4,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,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,0,0,0,0,0,0,0,0,0,0,0,3,0,0,3,3,3,0,0],[0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,3,4,3,0,0],[0,0,0,0,0,0,0,3,3,3,3,0,3,0,0,3,3,3,0,0],[0,0,0,0,0,0,0,3,4,4,3,3,0,0,3,0,0,3,0,0],[0,0,0,0,0,0,3,3,4,4,3,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,3,0,0,0,0,0,0],[0,0,3,3,3,0,0,0,0,0],[0,0,0,3,0,3,3,0,0,0],[0,0,0,0,0,3,0,3,0,0],[0,0,3,0,0,0,3,0,0,0],[0,0,0,3,0,3,0,0,0,0],[0,0,3,0,3,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,3,0,0,0,0,0,0],[... | [
"[[0,0,0,0,0,0],[0,0,0,3,0,0],[0,0,3,4,3,0],[0,3,4,3,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,0,3,0,0,0,0,0,0],[0,0,3,3,3,0,0,0,0,0],[0,0,0,3,0,3,3,0,0,0],[0,0,0,0,0,3,4,3,0,0],[0,0,3,0,0,0,3,0,0,0],[0,0,0,3,0,3,0,0,0,0],[0,0,3,0,3,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]",
... | |
00d62c1b::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,3,0,0],[0,0,3,0,3,0],[0,3,0,3,0,0],[0,0,3,0,0,0],[0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0],[0,0,0,3,0,0],[0,0,3,4,3,0],[0,3,... | arc | Example
Input: [[0,0,0,0,3,0,0,0,0,0],[0,0,0,3,0,3,0,0,3,0],[0,0,0,3,3,0,0,3,0,3],[0,0,0,3,0,0,0,3,3,0],[0,0,0,3,0,0,0,0,3,0],[0,0,3,3,3,3,3,3,3,0],[0,0,3,0,0,3,0,3,0,0],[0,0,3,0,0,3,0,0,0,0],[0,0,3,3,3,3,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,3,0,0,0,0,0],[0,0,0,3,4,3,0,0,3,0],[0,0,0,3,3,0,0,3,4,3],[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,3,3,3,3,3,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,3,4,4,4,3,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,3,4,4,4,3,0,0,0,0,0,0,0,0],[0,0,3,0,3,0,3,3,3,3,3,3,0,0,0,0,0,0,0,0],[0,3,4,3,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,0,0,0,0,0,0],[0,0,0,0,0,0,3,3,4,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,3,3,3,3,3,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,3,4,4,4,3,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,3,4,4,4,3,0,0,0,0,0,0,0,0],[0,0,3,0,3,0,3,3,3,3,3,3,0,0,0,0,0,0,0,0],[0,3,4,3,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,0,0,0,0,0,0],[0,0,0,0,0,0,3,3,4,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,3,0,0,0,0,0,0],[0,0,3,3,3,0,0,0,0,0],[0,0,0,3,0,3,3,0,0,0],[0,0,0,0,0,3,0,3,0,0],[0,0,3,0,0,0,3,0,0,0],[0,0,0,3,0,3,0,0,0,0],[0,0,3,0,3,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,3,0,0,0,0,0,0],[... | [
"[[0,0,0,0,0,0],[0,0,0,3,0,0],[0,0,3,4,3,0],[0,3,4,3,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,0,3,0,0,0,0,0,0],[0,0,3,3,3,0,0,0,0,0],[0,0,0,3,0,3,3,0,0,0],[0,0,0,0,0,3,4,3,0,0],[0,0,3,0,0,0,3,0,0,0],[0,0,0,3,0,3,0,0,0,0],[0,0,3,0,3,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]",
... | |
00d62c1b::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,3,0,0,0],[0,3,0,3,0,0],[0,0,3,0,3,0],[0,0,0,3,0,0],[0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0],[0,0,3,0,0,0],[0,3,4,3,0,0],[0,0,... | arc | Example
Input: [[0,0,3,0,0,0,0,0,0,0],[0,3,0,3,3,3,0,0,0,0],[0,0,3,3,0,3,3,0,0,0],[0,0,0,0,0,3,0,0,0,0],[0,3,0,0,0,3,3,3,3,0],[3,0,3,0,0,3,0,0,3,0],[0,3,3,3,3,3,0,0,3,0],[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]]
Output: [[0,0,3,0,0,0,0,0,0,0],[0,3,4,3,3,3,0,0,0,0],[0,0,3,3,0,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,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0],[0,0,0,3,3,3,3,0,3,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,3,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,3,3,3,0,0,3,0,3,3,3,3,3,3,0,0,0,0],[0,0,0,0,0,0,3,0,0,0,3,4,4,4,4,3,0,0,0,0],[0,0,3,0,0,0,0,3,0,0,3,4,4,4,4,3,0,0,0,0],[0,0,0,3,0,3,0,0,0,0,3,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,3,0,0,0],[0,0,0,3,3,3,3,0,3,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,3,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,3,3,3,0,0,3,0,3,3,3,3,3,3,0,0,0,0],[0,0,0,0,0,0,3,0,0,0,3,4,4,4,4,3,0,0,0,0],[0,0,3,0,0,0,0,3,0,0,3,4,4,4,4,3,0,0,0,0],[0,0,0,3,0,3,0,0,0,0,3,4,... | [] | 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,3,0,0,0,0],[0,0,0,0,3,0,3,0,0,0],[0,0,0,0,3,3,0,3,0,0],[0,0,0,3,0,0,0,0,3,0],[0,0,3,3,3,0,0,3,0,0],[0,0,0,3,0,0,3,0,3,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,3,0,0,0,0],[... | [
"[[0,0,0,0,0,0],[0,0,3,0,0,0],[0,3,4,3,0,0],[0,0,3,4,3,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,0,0,3,0,0,0,0],[0,0,0,0,3,4,3,0,0,0],[0,0,0,0,3,3,0,3,0,0],[0,0,0,3,0,0,0,0,3,0],[0,0,3,3,3,0,0,3,0,0],[0,0,0,3,0,0,3,0,3,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]",
... | |
00d62c1b::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,3,0,0,0],[0,3,0,3,0,0],[0,0,3,0,3,0],[0,0,0,3,0,0],[0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0],[0,0,3,0,0,0],[0,3,4,3,0,0],[0,0,... | arc | Example
Input: [[0,0,3,0,0,0,0,0,0,0],[0,3,0,3,3,3,0,0,0,0],[0,0,3,3,0,3,3,0,0,0],[0,0,0,0,0,3,0,0,0,0],[0,3,0,0,0,3,3,3,3,0],[3,0,3,0,0,3,0,0,3,0],[0,3,3,3,3,3,0,0,3,0],[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]]
Output: [[0,0,3,0,0,0,0,0,0,0],[0,3,4,3,3,3,0,0,0,0],[0,0,3,3,0,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,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,0,0,0,0],[0,0,0,0,0,0,0,3,4,4,4,4,4,3,0,0,0,0,0,0],[0,0,0,0,0,0,0,3,4,4,4,4,4,3,0,0,0,0,0,0],[0,0,0,0,0,0,0,3,4,4,4,4,4,3,0,0,0,0,0,0],[0,0,0,0,0,0,0,3,3,3,3,3,3,3,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,3,4,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,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,0,0,0],[0,0,0,0,0,0,0,3,4,4,4,4,4,3,0,0,0,0,0,0],[0,0,0,0,0,0,0,3,4,4,4,4,4,3,0,0,0,0,0,0],[0,0,0,0,0,0,0,3,4,4,4,4,4,3,0,0,0,0,0,0],[0,0,0,0,0,0,0,3,3,3,3,3,3,3,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,3,4,3,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,3,0,0,0,0],[0,0,0,0,3,0,3,0,0,0],[0,0,0,0,3,3,0,3,0,0],[0,0,0,3,0,0,0,0,3,0],[0,0,3,3,3,0,0,3,0,0],[0,0,0,3,0,0,3,0,3,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,3,0,0,0,0],[... | [
"[[0,0,0,0,0,0],[0,0,3,0,0,0],[0,3,4,3,0,0],[0,0,3,4,3,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,0,0,3,0,0,0,0],[0,0,0,0,3,4,3,0,0,0],[0,0,0,0,3,3,0,3,0,0],[0,0,0,3,0,0,0,0,3,0],[0,0,3,3,3,0,0,3,0,0],[0,0,0,3,0,0,3,0,3,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]",
... | |
017c7c7b | 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,1,0],[1,1,0],[0,1,0],[0,1,1],[0,1,0],[1,1,0]]
Output: [[0,2,0],[2,2,0],[0,2,0],[0,2,2],[0,2,0],[2,2,0],[0,2,0],[0,2,2],[0,2,0]]
Example 2... | arc | Example
Input: [[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0]]
Output: [[0,2,0],[2,2,0],[0,2,0],[0,2,0],[2,2,0],[0,2,0],[0,2,0],[2,2,0],[0,2,0]]
Now apply the same rule to:
Input: [[1,1,1],[0,1,0],[0,1,0],[1,1,1],[0,1,0],[0,1,0]] | [[2,2,2],[0,2,0],[0,2,0],[2,2,2],[0,2,0],[0,2,0],[2,2,2],[0,2,0],[0,2,0]] | [[2,2,2],[0,2,0],[0,2,0],[2,2,2],[0,2,0],[0,2,0],[2,2,2],[0,2,0],[0,2,0]] | [] | arc_train | [
"Example\nInput: [[0,1,0],[1,0,1],[0,1,0],[1,0,1],[0,1,0],[1,0,1]]\nOutput: [[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0]]\n\nNow apply the same rule to:\nInput: [[0,1,0],[1,1,0],[0,1,0],[0,1,1],[0,1,0],[1,1,0]]",
"Example\nInput: [[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0]]\nOutpu... | [
"[[0,2,0],[2,2,0],[0,2,0],[0,2,2],[0,2,0],[2,2,0],[0,2,0],[0,2,2],[0,2,0]]",
"[[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0]]"
] | |
017c7c7b::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,1,0,0],[1,1,1,1,1,1],[0,1,0,0,0,1]]
Output: [[0,0,0,2,0,0,0,2,0],[2,2,2,2,2,2,2,2,2],[0,2,0,0,0,2,0,0,0]]
Example 2
Input: [[0,1,0,1,... | arc | Example
Input: [[0,0,0,0,0,0],[1,1,1,1,1,1],[0,1,0,0,1,0]]
Output: [[0,0,0,0,0,0,0,0,0],[2,2,2,2,2,2,2,2,2],[0,2,0,0,2,0,0,2,0]]
Now apply the same rule to:
Input: [[1,0,0,1,0,0],[1,1,1,1,1,1],[1,0,0,1,0,0]] | [[2,0,0,2,0,0,2,0,0],[2,2,2,2,2,2,2,2,2],[2,0,0,2,0,0,2,0,0]] | [[2,0,0,2,0,0,2,0,0],[2,2,2,2,2,2,2,2,2],[2,0,0,2,0,0,2,0,0]] | [] | arc_train | [
"Example\nInput: [[0,1,0,1,0,1],[1,0,1,0,1,0],[0,1,0,1,0,1]]\nOutput: [[0,2,0,2,0,2,0,2,0],[2,0,2,0,2,0,2,0,2],[0,2,0,2,0,2,0,2,0]]\n\nNow apply the same rule to:\nInput: [[0,0,0,1,0,0],[1,1,1,1,1,1],[0,1,0,0,0,1]]",
"Example\nInput: [[0,0,0,0,0,0],[1,1,1,1,1,1],[0,1,0,0,1,0]]\nOutput: [[0,0,0,0,0,0,0,0,0],[2,2,2... | [
"[[0,0,0,2,0,0,0,2,0],[2,2,2,2,2,2,2,2,2],[0,2,0,0,0,2,0,0,0]]",
"[[0,2,0,2,0,2,0,2,0],[2,0,2,0,2,0,2,0,2],[0,2,0,2,0,2,0,2,0]]"
] | |
017c7c7b::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,1,1],[0,1,0],[1,1,0],[0,1,0],[0,1,1],[0,1,0]]
Output: [[0,2,0],[2,2,0],[0,2,0],[0,2,2],[0,2,0],[2,2,0],[0,2,0],[0,2,2],[0,2,0]]
Example 2... | arc | Example
Input: [[0,1,0],[0,1,1],[0,1,0],[0,1,0],[0,1,1],[0,1,0]]
Output: [[0,2,0],[0,2,2],[0,2,0],[0,2,0],[0,2,2],[0,2,0],[0,2,0],[0,2,2],[0,2,0]]
Now apply the same rule to:
Input: [[0,1,0],[0,1,0],[1,1,1],[0,1,0],[0,1,0],[1,1,1]] | [[0,2,0],[0,2,0],[2,2,2],[0,2,0],[0,2,0],[2,2,2],[0,2,0],[0,2,0],[2,2,2]] | [[0,2,0],[0,2,0],[2,2,2],[0,2,0],[0,2,0],[2,2,2],[0,2,0],[0,2,0],[2,2,2]] | [] | arc_train | [
"Example\nInput: [[1,0,1],[0,1,0],[1,0,1],[0,1,0],[1,0,1],[0,1,0]]\nOutput: [[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0]]\n\nNow apply the same rule to:\nInput: [[0,1,1],[0,1,0],[1,1,0],[0,1,0],[0,1,1],[0,1,0]]",
"Example\nInput: [[0,1,0],[0,1,1],[0,1,0],[0,1,0],[0,1,1],[0,1,0]]\nOutpu... | [
"[[0,2,0],[2,2,0],[0,2,0],[0,2,2],[0,2,0],[2,2,0],[0,2,0],[0,2,2],[0,2,0]]",
"[[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0]]"
] | |
017c7c7b::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,0,0,0,1,0],[1,1,1,1,1,1],[0,0,1,0,0,0]]
Output: [[0,0,0,2,0,0,0,2,0],[2,2,2,2,2,2,2,2,2],[0,2,0,0,0,2,0,0,0]]
Example 2
Input: [[1,0,1,0,... | arc | Example
Input: [[0,1,0,0,1,0],[1,1,1,1,1,1],[0,0,0,0,0,0]]
Output: [[0,2,0,0,2,0,0,2,0],[2,2,2,2,2,2,2,2,2],[0,0,0,0,0,0,0,0,0]]
Now apply the same rule to:
Input: [[0,0,1,0,0,1],[1,1,1,1,1,1],[0,0,1,0,0,1]] | [[0,0,2,0,0,2,0,0,2],[2,2,2,2,2,2,2,2,2],[0,0,2,0,0,2,0,0,2]] | [[0,0,2,0,0,2,0,0,2],[2,2,2,2,2,2,2,2,2],[0,0,2,0,0,2,0,0,2]] | [] | arc_train | [
"Example\nInput: [[1,0,1,0,1,0],[0,1,0,1,0,1],[1,0,1,0,1,0]]\nOutput: [[0,2,0,2,0,2,0,2,0],[2,0,2,0,2,0,2,0,2],[0,2,0,2,0,2,0,2,0]]\n\nNow apply the same rule to:\nInput: [[1,0,0,0,1,0],[1,1,1,1,1,1],[0,0,1,0,0,0]]",
"Example\nInput: [[0,1,0,0,1,0],[1,1,1,1,1,1],[0,0,0,0,0,0]]\nOutput: [[0,2,0,0,2,0,0,2,0],[2,2,2... | [
"[[0,0,0,2,0,0,0,2,0],[2,2,2,2,2,2,2,2,2],[0,2,0,0,0,2,0,0,0]]",
"[[0,2,0,2,0,2,0,2,0],[2,0,2,0,2,0,2,0,2],[0,2,0,2,0,2,0,2,0]]"
] | |
017c7c7b::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,1,0],[0,1,1],[0,1,0],[1,1,0],[0,1,0],[0,1,1]]
Output: [[0,2,0],[0,2,2],[0,2,0],[2,2,0],[0,2,0],[0,2,2],[0,2,0],[2,2,0],[0,2,0]]
Example 2... | arc | Example
Input: [[0,1,0],[0,1,1],[0,1,0],[0,1,0],[0,1,1],[0,1,0]]
Output: [[0,2,0],[0,2,2],[0,2,0],[0,2,0],[0,2,2],[0,2,0],[0,2,0],[0,2,2],[0,2,0]]
Now apply the same rule to:
Input: [[1,1,1],[0,1,0],[0,1,0],[1,1,1],[0,1,0],[0,1,0]] | [[2,2,2],[0,2,0],[0,2,0],[2,2,2],[0,2,0],[0,2,0],[2,2,2],[0,2,0],[0,2,0]] | [[2,2,2],[0,2,0],[0,2,0],[2,2,2],[0,2,0],[0,2,0],[2,2,2],[0,2,0],[0,2,0]] | [] | arc_train | [
"Example\nInput: [[0,1,0],[1,0,1],[0,1,0],[1,0,1],[0,1,0],[1,0,1]]\nOutput: [[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0]]\n\nNow apply the same rule to:\nInput: [[0,1,0],[0,1,1],[0,1,0],[1,1,0],[0,1,0],[0,1,1]]",
"Example\nInput: [[0,1,0],[0,1,1],[0,1,0],[0,1,0],[0,1,1],[0,1,0]]\nOutpu... | [
"[[0,2,0],[0,2,2],[0,2,0],[2,2,0],[0,2,0],[0,2,2],[0,2,0],[2,2,0],[0,2,0]]",
"[[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0]]"
] | |
017c7c7b::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,1,0,0,0,1],[1,1,1,1,1,1],[0,0,0,1,0,0]]
Output: [[0,2,0,0,0,2,0,0,0],[2,2,2,2,2,2,2,2,2],[0,0,0,2,0,0,0,2,0]]
Example 2
Input: [[0,1,0,1,... | arc | Example
Input: [[0,1,0,0,1,0],[1,1,1,1,1,1],[0,0,0,0,0,0]]
Output: [[0,2,0,0,2,0,0,2,0],[2,2,2,2,2,2,2,2,2],[0,0,0,0,0,0,0,0,0]]
Now apply the same rule to:
Input: [[1,0,0,1,0,0],[1,1,1,1,1,1],[1,0,0,1,0,0]] | [[2,0,0,2,0,0,2,0,0],[2,2,2,2,2,2,2,2,2],[2,0,0,2,0,0,2,0,0]] | [[2,0,0,2,0,0,2,0,0],[2,2,2,2,2,2,2,2,2],[2,0,0,2,0,0,2,0,0]] | [] | arc_train | [
"Example\nInput: [[0,1,0,1,0,1],[1,0,1,0,1,0],[0,1,0,1,0,1]]\nOutput: [[0,2,0,2,0,2,0,2,0],[2,0,2,0,2,0,2,0,2],[0,2,0,2,0,2,0,2,0]]\n\nNow apply the same rule to:\nInput: [[0,1,0,0,0,1],[1,1,1,1,1,1],[0,0,0,1,0,0]]",
"Example\nInput: [[0,1,0,0,1,0],[1,1,1,1,1,1],[0,0,0,0,0,0]]\nOutput: [[0,2,0,0,2,0,0,2,0],[2,2,2... | [
"[[0,2,0,0,0,2,0,0,0],[2,2,2,2,2,2,2,2,2],[0,0,0,2,0,0,0,2,0]]",
"[[0,2,0,2,0,2,0,2,0],[2,0,2,0,2,0,2,0,2],[0,2,0,2,0,2,0,2,0]]"
] | |
017c7c7b::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,0],[0,1,0],[0,1,1],[0,1,0],[1,1,0],[0,1,0]]
Output: [[0,2,0],[0,2,2],[0,2,0],[2,2,0],[0,2,0],[0,2,2],[0,2,0],[2,2,0],[0,2,0]]
Example 2... | arc | Example
Input: [[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0]]
Output: [[0,2,0],[2,2,0],[0,2,0],[0,2,0],[2,2,0],[0,2,0],[0,2,0],[2,2,0],[0,2,0]]
Now apply the same rule to:
Input: [[0,1,0],[0,1,0],[1,1,1],[0,1,0],[0,1,0],[1,1,1]] | [[0,2,0],[0,2,0],[2,2,2],[0,2,0],[0,2,0],[2,2,2],[0,2,0],[0,2,0],[2,2,2]] | [[0,2,0],[0,2,0],[2,2,2],[0,2,0],[0,2,0],[2,2,2],[0,2,0],[0,2,0],[2,2,2]] | [] | arc_train | [
"Example\nInput: [[1,0,1],[0,1,0],[1,0,1],[0,1,0],[1,0,1],[0,1,0]]\nOutput: [[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0]]\n\nNow apply the same rule to:\nInput: [[1,1,0],[0,1,0],[0,1,1],[0,1,0],[1,1,0],[0,1,0]]",
"Example\nInput: [[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0]]\nOutpu... | [
"[[0,2,0],[0,2,2],[0,2,0],[2,2,0],[0,2,0],[0,2,2],[0,2,0],[2,2,0],[0,2,0]]",
"[[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0],[2,0,2],[0,2,0]]"
] | |
017c7c7b::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,1,0,0,0],[1,1,1,1,1,1],[1,0,0,0,1,0]]
Output: [[0,2,0,0,0,2,0,0,0],[2,2,2,2,2,2,2,2,2],[0,0,0,2,0,0,0,2,0]]
Example 2
Input: [[1,0,1,0,... | arc | Example
Input: [[0,0,0,0,0,0],[1,1,1,1,1,1],[0,1,0,0,1,0]]
Output: [[0,0,0,0,0,0,0,0,0],[2,2,2,2,2,2,2,2,2],[0,2,0,0,2,0,0,2,0]]
Now apply the same rule to:
Input: [[0,0,1,0,0,1],[1,1,1,1,1,1],[0,0,1,0,0,1]] | [[0,0,2,0,0,2,0,0,2],[2,2,2,2,2,2,2,2,2],[0,0,2,0,0,2,0,0,2]] | [[0,0,2,0,0,2,0,0,2],[2,2,2,2,2,2,2,2,2],[0,0,2,0,0,2,0,0,2]] | [] | arc_train | [
"Example\nInput: [[1,0,1,0,1,0],[0,1,0,1,0,1],[1,0,1,0,1,0]]\nOutput: [[0,2,0,2,0,2,0,2,0],[2,0,2,0,2,0,2,0,2],[0,2,0,2,0,2,0,2,0]]\n\nNow apply the same rule to:\nInput: [[0,0,1,0,0,0],[1,1,1,1,1,1],[1,0,0,0,1,0]]",
"Example\nInput: [[0,0,0,0,0,0],[1,1,1,1,1,1],[0,1,0,0,1,0]]\nOutput: [[0,0,0,0,0,0,0,0,0],[2,2,2... | [
"[[0,2,0,0,0,2,0,0,0],[2,2,2,2,2,2,2,2,2],[0,0,0,2,0,0,0,2,0]]",
"[[0,2,0,2,0,2,0,2,0],[2,0,2,0,2,0,2,0,2],[0,2,0,2,0,2,0,2,0]]"
] | |
025d127b | 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,6,6,6,0,0,0,0,0],[0,6,0,0,6,0,0,0,0],[0,0,6,0,0,6,0,0,0],[0,0,0,6,0,0,6,0,0],[0,0,0,0,6,6,6,0,0],[0,0,0,0,0,0,0,0,0],[... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0],[0,8,8,8,8,8,0,0,0],[0,8,0,0,0,0,8,0,0],[0,0,8,0,0,0,0,8,0],[0,0,0,8,0,0,0,0,8],[0,0,0,0,8,8,8,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,0,0,0,0],[0,0,8,8,8,8,8,0,0],[0,0,8,0,0,0,0,8,0],[0,0,0,8,0,0,0,0,8],[0,0,0,0,8,0,0,0,8],[0,0,0,0,8,8,8,8,8],[0,0,0,0,0,0,0... | [[0,0,0,0,0,0,0,0,0,0],[0,0,4,4,4,4,4,4,0,0],[0,0,4,0,0,0,0,0,4,0],[0,0,0,4,0,0,0,0,0,4],[0,0,0,0,4,0,0,0,0,4],[0,0,0,0,4,4,4,4,4,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,0,0,0,0,0,0,0,0,0],[0,0,4,4,4,4,4,4,0,0],[0,0,4,0,0,0,0,0,4,0],[0,0,0,4,0,0,0,0,0,4],[0,0,0,0,4,0,0,0,0,4],[0,0,0,0,4,4,4,4,4,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]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0],[0,8,8,8,8,8,0,0,0],[0,8,0,0,0,0,8,0,0],[0,0,8,0,0,0,0,8,0],[0,0,0,8,0,0,0,0,8],[0,0,0,0,8,8,8,8,8],[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,8,8,8,8,8,0,0],[0,0,8,0,0,0,0,8,0],[0,0,0,8,0,0,0,0,8],[0,0,0,0,8,0,0,0,8],[0,0,0,0,8,8,8,8,8],[0,0,0,... | [
"[[0,0,0,0,0,0,0,0,0],[0,0,6,6,6,0,0,0,0],[0,0,6,0,0,6,0,0,0],[0,0,0,6,0,0,6,0,0],[0,0,0,0,6,0,6,0,0],[0,0,0,0,6,6,6,0,0],[0,0,0,0,0,0,0,0,0],[0,0,0,2,2,2,0,0,0],[0,0,0,2,0,2,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]]"
] | |
025d127b::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,6,6,0,0,0,0,0,0,0,0],[0,0,0,6,0,6,0,0,2,2,0,0,0,0],[0,0,6,0,0,6,0,2,0,2,... | arc | Example
Input: [[0,0,0,0,8,8,0,0],[0,0,0,8,0,8,0,0],[0,0,8,0,0,8,0,0],[0,8,0,0,0,8,0,0],[0,8,0,0,0,8,0,0],[0,8,0,0,8,0,0,0],[0,8,0,8,0,0,0,0],[0,8,8,0,0,0,0,0],[0,0,0,0,0,0,0,0]]
Output: [[0,0,0,8,8,8,0,0],[0,0,8,0,0,8,0,0],[0,8,0,0,0,8,0,0],[0,8,0,0,0,8,0,0],[0,8,0,0,8,8,0,0],[0,8,0,8,0,0,0,0],[0,8,8,0,0,0,0,0],[0,0,0... | [[0,0,0,4,4,4,0,0,0,0],[0,0,4,0,0,4,0,0,0,0],[0,4,0,0,0,4,0,0,0,0],[0,4,0,0,0,4,0,0,0,0],[0,4,0,0,0,4,0,0,0,0],[0,4,0,0,4,4,0,0,0,0],[0,4,0,4,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,0,0,0,0,0,0,0,0,0]] | [[0,0,0,4,4,4,0,0,0,0],[0,0,4,0,0,4,0,0,0,0],[0,4,0,0,0,4,0,0,0,0],[0,4,0,0,0,4,0,0,0,0],[0,4,0,0,0,4,0,0,0,0],[0,4,0,0,4,4,0,0,0,0],[0,4,0,4,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,0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,8,8,0,0],[0,0,0,8,0,8,0,0],[0,0,8,0,0,8,0,0],[0,8,0,0,0,8,0,0],[0,8,0,0,0,8,0,0],[0,8,0,0,8,0,0,0],[0,8,0,8,0,0,0,0],[0,8,8,0,0,0,0,0],[0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,8,8,8,0,0],[0,0,8,0,0,8,0,0],[0,8,0,0,0,8,0,0],[0,8,0,0,0,8,0,0],[0,8,0,0,8,8,0,0],[0,8,0,8,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,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,6,6,0,0,0,0,0,0,0,0],[0,0,6,0,0,6,0,2,2,2,0,0,0,0],[0,6,0,0,6,6,0,2,0,2,0,0,0,0],[0,6,0,6,0,0,0,2,2,2,0,0,0,0],[0,6,6,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0]]"
] | |
025d127b::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,0,0],[0,0,0,2,2,2,0,0,0],[0,0,0,2,0,0,2,0,0],[0,0,0,0,2,2,2,0,0],[... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0],[8,8,8,8,8,0,0,0,0],[8,0,0,0,0,8,0,0,0],[0,8,0,0,0,0,8,0,0],[0,0,8,0,0,0,0,8,0],[0,0,0,8,8,8,8,8,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],[8,8,8,8,8,0,0,0,0],[8,0,0,0,8,0,0,0,0],[8,0,0,0,0,8,0,0,0],[0,8,0,0,0,0,8,0,0],[0,0,8,8,8,8,8... | [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,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,4,4,4,4,0,0,0,0],[4,0,0,0,0,4,0,0,0,0],[4,0,0,0,0,0,4,0,0,0],[0,4,0,0,0,0,0,4,0,0],[0,0,4,4,4,4,4,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,0],[0,0,0,0,0,0,0,0,0,0],[4,4,4,4,4,4,0,0,0,0],[4,0,0,0,0,4,0,0,0,0],[4,0,0,0,0,0,4,0,0,0],[0,4,0,0,0,0,0,4,0,0],[0,0,4,4,4,4,4,4,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],[8,8,8,8,8,0,0,0,0],[8,0,0,0,0,8,0,0,0],[0,8,0,0,0,0,8,0,0],[0,0,8,0,0,0,0,8,0],[0,0,0,8,8,8,8,8,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],[8,8,8,8,8,0,0,0,0],[8,0,0,0,8,0,0,0,0],[8,0,0,0,0,8,0,0,0],[0,8,0,0,0,0,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,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,2,0,2,0,0,0],[0,0,0,2,2,2,0,0,0],[0,0,0,0,0,0,0,0,0],[0,0,6,6,6,0,0,0,0],[0,0,6,0,6,0,0,0,0],[0,0,6,0,0,6,0,0,0],[0,0,0,6,0,0,6,0,0],[0,0,0,0,6,6,6,0,0],[0,0,0,0,0,0,0,0,0]]"
] | |
025d127b::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,6,6,0],[0,0,0,0,0,2,2,0,0,0,6,0,6,0],[0,0,0,0,2,0,2,0,0,6,0,0,6,0],[0,0,0,0,2,0,2,0,6,0,... | arc | Example
Input: [[0,0,0,0,0,0,0,0],[0,0,0,0,0,8,8,0],[0,0,0,0,8,0,8,0],[0,0,0,8,0,0,8,0],[0,0,8,0,0,0,8,0],[0,0,8,0,0,0,8,0],[0,0,8,0,0,8,0,0],[0,0,8,0,8,0,0,0],[0,0,8,8,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,8,8,0],[0,0,0,0,8,0,8,0],[0,0,8,8,0,0,8,0],[0,0,8,0,0,0,8,0],[0,0,8,0,0,0,8,0],[0,0,8... | [[0,0,0,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,4,0,4,0],[0,0,0,0,4,4,0,0,4,0],[0,0,0,0,4,0,0,0,4,0],[0,0,0,0,4,0,0,0,4,0],[0,0,0,0,4,0,0,0,4,0],[0,0,0,0,4,0,0,4,0,0],[0,0,0,0,4,4,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,4,4,0],[0,0,0,0,0,0,4,0,4,0],[0,0,0,0,4,4,0,0,4,0],[0,0,0,0,4,0,0,0,4,0],[0,0,0,0,4,0,0,0,4,0],[0,0,0,0,4,0,0,0,4,0],[0,0,0,0,4,0,0,4,0,0],[0,0,0,0,4,4,4,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0],[0,0,0,0,0,8,8,0],[0,0,0,0,8,0,8,0],[0,0,0,8,0,0,8,0],[0,0,8,0,0,0,8,0],[0,0,8,0,0,0,8,0],[0,0,8,0,0,8,0,0],[0,0,8,0,8,0,0,0],[0,0,8,8,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,8,8,0],[0,0,0,0,8,0,8,0],[0,0,8,8,0,0,8,0],[0,0,8,0,0,0,8,0],[0,0,8,0,0,0,8,0]... | [
"[[0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,6,6,0],[0,0,0,0,2,2,2,0,0,0,6,0,6,0],[0,0,0,0,2,0,2,0,6,6,0,0,6,0],[0,0,0,0,2,2,2,0,6,0,0,6,0,0],[0,0,0,0,0,0,0,0,6,6,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0]]"
] | |
025d127b::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,6,6,6,0],[0,0,0,0,6,0,0,6,0],[0,0,0,6,0,0,6,0,0],[0,0,6,0,0,6,0,0,0],[0,0,6,6,6,0,0,0,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,8,8,8,8,8,0],[0,0,8,0,0,0,0,8,0],[0,8,0,0,0,0,8,0,0],[8,0,0,0,0,8,0,0,0],[8,8,8,8,8,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],[0,0,8,8,8,8,8,0,0],[0,8,0,0,0,0,8,0,0],[8,0,0,0,0,8,0,0,0],[8,0,0,0,8,0,0,0,0],[8,8,8,8,8,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,4,4,4,4,0,0],[0,4,0,0,0,0,0,4,0,0],[4,0,0,0,0,0,4,0,0,0],[4,0,0,0,0,4,0,0,0,0],[4,4,4,4,4,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,0,0,0]] | [[0,0,0,0,0,0,0,0,0,0],[0,0,4,4,4,4,4,4,0,0],[0,4,0,0,0,0,0,4,0,0],[4,0,0,0,0,0,4,0,0,0],[4,0,0,0,0,4,0,0,0,0],[4,4,4,4,4,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,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0],[0,0,0,8,8,8,8,8,0],[0,0,8,0,0,0,0,8,0],[0,8,0,0,0,0,8,0,0],[8,0,0,0,0,8,0,0,0],[8,8,8,8,8,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,8,8,8,8,8,0,0],[0,8,0,0,0,0,8,0,0],[8,0,0,0,0,8,0,0,0],[8,0,0,0,8,0,0,0,0],[8,8,8,8,8,0,0,0,0],[0,0,0,... | [
"[[0,0,0,0,0,0,0,0,0],[0,0,0,0,6,6,6,0,0],[0,0,0,6,0,0,6,0,0],[0,0,6,0,0,6,0,0,0],[0,0,6,0,6,0,0,0,0],[0,0,6,6,6,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,2,0,2,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]]"
] | |
025d127b::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,6,6,0,0,0,0,0,0,0,0,0,0,0],[0,6,0,6,0,0,0,2,2,0,0,0,0,0],[0,6,0,0,6,0,0,2,0,2,0,0,0,0],[0,0,6,0,0,6,0,2,0,2,... | arc | Example
Input: [[0,0,0,0,0,0,0,0],[0,8,8,0,0,0,0,0],[0,8,0,8,0,0,0,0],[0,8,0,0,8,0,0,0],[0,8,0,0,0,8,0,0],[0,8,0,0,0,8,0,0],[0,0,8,0,0,8,0,0],[0,0,0,8,0,8,0,0],[0,0,0,0,8,8,0,0]]
Output: [[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,8,0,8,0,0,0,0],[0,8,0,0,8,8,0,0],[0,8,0,0,0,8,0,0],[0,8,0,0,0,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,0],[0,4,4,0,0,0,0,0,0,0],[0,4,0,4,0,0,0,0,0,0],[0,4,0,0,4,4,0,0,0,0],[0,4,0,0,0,4,0,0,0,0],[0,4,0,0,0,4,0,0,0,0],[0,4,0,0,0,4,0,0,0,0],[0,0,4,0,0,4,0,0,0,0],[0,0,0,4,4,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,4,4,0,0,0,0,0,0,0],[0,4,0,4,0,0,0,0,0,0],[0,4,0,0,4,4,0,0,0,0],[0,4,0,0,0,4,0,0,0,0],[0,4,0,0,0,4,0,0,0,0],[0,4,0,0,0,4,0,0,0,0],[0,0,4,0,0,4,0,0,0,0],[0,0,0,4,4,4,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0],[0,8,8,0,0,0,0,0],[0,8,0,8,0,0,0,0],[0,8,0,0,8,0,0,0],[0,8,0,0,0,8,0,0],[0,8,0,0,0,8,0,0],[0,0,8,0,0,8,0,0],[0,0,0,8,0,8,0,0],[0,0,0,0,8,8,0,0]]\nOutput: [[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,8,0,8,0,0,0,0],[0,8,0,0,8,8,0,0],[0,8,0,0,0,8,0,0],[0,8,0,0,0,8,0,0]... | [
"[[0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,6,6,0,0,0,0,0,0,0,0,0,0,0],[0,6,0,6,0,0,0,2,2,2,0,0,0,0],[0,6,0,0,6,6,0,2,0,2,0,0,0,0],[0,0,6,0,0,6,0,2,2,2,0,0,0,0],[0,0,0,6,6,6,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0]]"
] |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- -