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 |
|---|---|---|---|---|---|---|---|---|---|---|
681b3aeb | 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,3,3,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,... | 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,3,0,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,1,1,1,0,0,0,0,0,0],[0,1,0,1,0,0,0,0,0,0]]
Output: [[1,1,1],[1,3,1],[3,3,3]]
Now apply the same rule to:
Input: [[0,0,0,0,0,0... | [[8,8,2],[8,2,2],[8,8,8]] | [[8,8,2],[8,2,2],[8,8,8]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,4,0],[0,0,0,0,0,0,0,0,4,4],[0,0,0,6,6,6,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,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,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: [[6,6,6],[4,6,6],[4,4,6]]\n\nNow apply the same rule to:\nInput: [[0... | [
"[[3,3,7],[3,7,7],[3,7,7]]",
"[[6,6,6],[4,6,6],[4,4,6]]"
] | |
681b3aeb::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,7,7,7],[0,0,0,0,0,0,0,0,7,7],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[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 | 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,3,0,0,0,0],[0,0,0,0,3,3,0,0,0,0],[0,0,0,0,0,3,0,0,1,1],[0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,1,1],[0,0,0,0,0,0,0,0,0,0]]
Output: [[1,1,3],[1,3,3],[1,1,3]]
Now apply the same rule to:
Input: [[0,0,0,0,0,0... | [[2,2,8],[8,2,8],[8,8,8]] | [[2,2,8],[8,2,8],[8,8,8]] | [] | arc_train | [
"Example\nInput: [[0,4,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],[0,0,0,0,0,0,0,0,0,0],[0,0,6,6,6,0,0,0,0,0],[0,0,6,6,0,0,0,0,0,0],[0,0,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]]\nOutput: [[6,6,6],[6,6,4],[6,4,4]]\n\nNow apply the same rule to:\nInput: [[0... | [
"[[7,7,7],[3,7,7],[3,3,3]]",
"[[6,6,6],[6,6,4],[6,4,4]]"
] | |
681b3aeb::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,0,0,0,0,0,0,0],[7,7,0,0,0,0,0,0,0,0],[7,0,0,0,0,0,0,0,0,0],[0,0,0,0,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,... | arc | Example
Input: [[0,0,0,0,0,0,1,0,1,0],[0,0,0,0,0,0,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,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,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[3,3,3],[1,3,1],[1,1,1]]
Now apply the same rule to:
Input: [[0,0,0,0,0,0... | [[8,8,8],[2,2,8],[2,8,8]] | [[8,8,8],[2,2,8],[2,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,0,0,0,0,0,0],[0,0,0,0,0,0,0,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,6,6,6,0,0,0],[4,4,0,0,0,0,0,0,0,0],[0,4,0,0,0,0,0,0,0,0]]\nOutput: [[6,4,4],[6,6,4],[6,6,6]]\n\nNow apply the same rule to:\nInput: [[7... | [
"[[7,7,3],[7,7,3],[7,3,3]]",
"[[6,4,4],[6,6,4],[6,6,6]]"
] | |
681b3aeb::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,3,3,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,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[1,1,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0],[1,1,0,0,3,0,0,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,0,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,1,1],[3,3,1],[3,1,1]]
Now apply the same rule to:
Input: [[0,0,0,0,0,0... | [[8,8,8],[8,2,8],[8,2,2]] | [[8,8,8],[8,2,8],[8,2,2]] | [] | 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,6,0,0],[0,0,0,0,0,0,6,6,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,4,4],[0,0,0,0,0,0,0,0,4,0]]\nOutput: [[4,4,6],[4,6,6],[6,6,6]]\n\nNow apply the same rule to:\nInput: [[0... | [
"[[3,3,3],[7,7,3],[7,7,7]]",
"[[4,4,6],[4,6,6],[6,6,6]]"
] | |
681b3aeb::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,0,3,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,... | 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,3,0,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,1,1,1,0],[0,0,0,0,0,0,1,0,1,0]]
Output: [[1,1,1],[1,3,1],[3,3,3]]
Now apply the same rule to:
Input: [[0,0,0,0,0,0... | [[2,8,8],[2,2,8],[8,8,8]] | [[2,8,8],[2,2,8],[8,8,8]] | [] | arc_train | [
"Example\nInput: [[0,4,0,0,0,0,0,0,0,0],[4,4,0,0,0,0,0,0,0,0],[0,0,0,0,6,6,6,0,0,0],[0,0,0,0,6,6,0,0,0,0],[0,0,0,0,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,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[6,6,6],[6,6,4],[6,4,4]]\n\nNow apply the same rule to:\nInput: [[0... | [
"[[7,3,3],[7,7,3],[7,7,3]]",
"[[6,6,6],[6,6,4],[6,4,4]]"
] | |
681b3aeb::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,3,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,0],[0,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,0,0,0,0,0,0,1,1],[0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,3,0,0,1,1],[0,0,0,0,3,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]]
Output: [[1,1,3],[1,3,3],[1,1,3]]
Now apply the same rule to:
Input: [[0,0,0,0,0,0... | [[8,8,8],[8,2,8],[2,2,8]] | [[8,8,8],[8,2,8],[2,2,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,6,0,0,0,0,0,0,0],[0,0,6,6,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],[4,4,0,0,0,0,0,0,0,0],[0,4,0,0,0,0,0,0,0,0]]\nOutput: [[6,4,4],[6,6,4],[6,6,6]]\n\nNow apply the same rule to:\nInput: [[0... | [
"[[3,3,3],[3,7,7],[7,7,7]]",
"[[6,4,4],[6,6,4],[6,6,6]]"
] | |
681b3aeb::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,7,7],[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,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,... | arc | Example
Input: [[0,1,0,1,0,0,0,0,0,0],[0,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,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,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[3,3,3],[1,3,1],[1,1,1]]
Now apply the same rule to:
Input: [[0,0,0,0,0,0... | [[8,8,8],[8,2,2],[8,8,2]] | [[8,8,8],[8,2,2],[8,8,2]] | [] | 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,6,0,0,0,0],[0,0,0,0,6,6,0,0,0,0],[0,0,0,6,6,6,0,0,0,0],[0,0,0,0,0,0,0,0,4,4],[0,0,0,0,0,0,0,0,4,0]]\nOutput: [[4,4,6],[4,6,6],[6,6,6]]\n\nNow apply the same rule to:\nInput: [[0... | [
"[[3,7,7],[3,7,7],[3,3,7]]",
"[[4,4,6],[4,6,6],[6,6,6]]"
] | |
681b3aeb::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,0,0,0,0,0,0,0],[7,7,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[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 | 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,3,0,0,0,0,0],[0,0,0,0,3,3,0,0,0,0],[1,1,0,0,3,0,0,0,0,0],[0,1,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]]
Output: [[3,1,1],[3,3,1],[3,1,1]]
Now apply the same rule to:
Input: [[0,8,0,0,0,0... | [[8,2,2],[8,2,8],[8,8,8]] | [[8,2,2],[8,2,8],[8,8,8]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,4,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,0,0],[0,0,0,0,0,6,6,6,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,0,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: [[6,6,6],[4,6,6],[4,4,6]]\n\nNow apply the same rule to:\nInput: [[7... | [
"[[7,7,7],[7,7,3],[3,3,3]]",
"[[6,6,6],[4,6,6],[4,4,6]]"
] | |
6855a6e4 | 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,5,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,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,2,2,2,2,2,0,0,0,0,0,0,0,0],[0,0,2,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,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,2,2,0,0,0,0,2,2,0,0,0,0],[0,5,0,2,0,0,0,0,0,0,2,0,5,0,0],[5,5,0,2,0,0,0,0,0,0,2,0,5,5,0],[0,5,0,2,0,0,0,0,0,0,2,0,0,5,0],[0,0,0,2,2,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,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,2,0,0,0,0,0],[0,0,0,2,0,0,0,0,0,2,0,0,0,0,0],[0,0,0,0,5,5,0,5,5,0,0,0,0,0,0],[0,0,0,0,0,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,5,5,5,5,5,0,0,0,0,0,0],[0,0,0,0,0,0,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,0,2,2,2,2,2,2,2,0,0,0,0,0],[0,0,0,2,0,0,0,0,0,2,0,0,0,0,0],[0,0,0,0,5,5,0,5,5,0,0,0,0,0,0],[0,0,0,0,0,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,5,5,5,5,5,0,0,0,0,0,0],[0,0,0,0,0,0,5,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,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,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,2,2,0,0,0],[0,0,0,2,0,0,0,0,0,0,0,2,0,5,0],[5,5,0,2,0,0,0,0,0,0,0,2,0,5,5],[5,5,0,2,0,0,0,0,0,0,0,2,0,5,5],[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,2,2,2,2,2,0,0,0,0,0,0,0,0],[0,0,2,0,0,0,2,0,0,0,0,0,0,0,0],[0,0,0,0,5,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,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,5,5,5,0,0,0,0,0,0,0... | |
6855a6e4::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,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,5,5,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,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,2,2,2,2,2,0,0,0,0,0,0],[0,0,0,0,2,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,0,0,0,0,0,0... | [[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,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,2,2,0,0,0],[0,0,0,2,0,5,0,0,5,0,0,2,0,0,0],[0,0,0,2,0,5,5,0,5,0,0,2,0,0,0],[0,0,0,2,0,0,5,0,5,5,0,2,0,0,0],[0,0,0,2,0,5,5,0,5,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,0,0,0,0,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,2,2,0,0,0],[0,0,0,2,0,5,0,0,5,0,0,2,0,0,0],[0,0,0,2,0,5,5,0,5,0,0,2,0,0,0],[0,0,0,2,0,0,5,0,5,5,0,2,0,0,0],[0,0,0,2,0,5,5,0,5,0,0,2,0,0,0]... | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,5,5,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,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,2,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,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0... | [
"[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,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,2,2,0,0,0],[0,0,0,2,0,0,0,0,0,5,0,2,0... | |
6855a6e4::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,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,2,2,2,2,2,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,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,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,2,2,0,0,0],[0,5,0,0,2,0,0,0,0,0,0,2,0,5,0],[0,5,5,0,2,0,0,0,0,0,0,2,0,5,5],[0,0,5,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,2,2,2,2,2,2,2,0,0,0],[0,0,0,0,0,2,0,0,0,0,0,2,0,0,0],[0,0,0,0,0,0,0,0,5,0,0,0,0,0,0],[0,0,0,0,0,0,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,0,0,0,0,0,5,5,5,0,0,0,0,0],[0,0,0,0,0,0,5,5,0,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,2,2,2,2,2,2,2,0,0,0],[0,0,0,0,0,2,0,0,0,0,0,2,0,0,0],[0,0,0,0,0,0,0,0,5,0,0,0,0,0,0],[0,0,0,0,0,0,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,0,0,0,0,0,5,5,5,0,0,0,0,0],[0,0,0,0,0,0,5,5,0,5,5,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,0,0,0,0,0],[0,0,0,2,2,0,0,0,0,0,2,2,0,0,0],[0,5,0,2,0,0,0,0,0,0,0,2,0,0,0],[5,5,0,2,0,0,0,0,0,0,0,2,0,5,5],[5,5,0,2,0,0,0,0,0,0,0,2,0,5,5],[0,5,0,2,0,0,0,0,0,0,0,2,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,0,0,0,0],[0,0,0,0,0,0,0,0,2,2,2,2,2,0,0],[0,0,0,0,0,0,0,0,2,0,0,0,2,0,0],[0,0,0,0,0,0,0,0,0,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,5,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,5,0,0... | |
6855a6e4::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,2,2,0,0,0,0,0,2,2,0,0,0],[0,5,0,2,0,0,0,0,0,0,0,2,0,0,0],[0,5,0,2,0,0,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,5,0,0,0,0,0,0],[0,0,0,0,0,0,0,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,2,2,2,2,2,0,0,0,0],[0,0,0,0,0,0,2,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,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,2,2,0,0,0,0,0,2,2,0,0,0],[0,0,0,2,0,0,5,0,0,5,0,2,0,0,0],[0,0,0,2,0,0,5,0,5,5,0,2,0,0,0],[0,0,0,2,0,5,5,0,5,0,0,2,0,0,0],[0,0,0,2,0,0,5,0,5,5,0,2,0,0,0],[0,0,0,2,0,0,5,0,0,5,0,2,0,0,0],[0,0,0,2,2,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,0,0,0,0,0,0,0],[0,0,0,2,2,0,0,0,0,0,2,2,0,0,0],[0,0,0,2,0,0,5,0,0,5,0,2,0,0,0],[0,0,0,2,0,0,5,0,5,5,0,2,0,0,0],[0,0,0,2,0,5,5,0,5,0,0,2,0,0,0],[0,0,0,2,0,0,5,0,5,5,0,2,0,0,0],[0,0,0,2,0,0,5,0,0,5,0,2,0,0,0],[0,0,0,2,2,0,0,0,0,0,2,2,0,0,0]... | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,5,5,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,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,2,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,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0... | [
"[[0,0,0,0,0,0,0,0,0,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,2,2,0,0,0],[0,0,0,2,0,5,0,0,0,0,0,2,0,0,0],[0,0,0,2,0,5,0,0,5,5,0,2,0,0,0],[0,0,0,2,0,5,0,0,0,0,0,2,0,0,0],[0,0,0,2,2,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,0,0,0,0,0... | |
6855a6e4::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,5,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,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,2,2,2,2,2,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,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,2,2,0,0,0],[0,0,5,0,2,0,0,0,0,0,0,2,0,5,0],[0,5,5,0,2,0,0,0,0,0,0,2,0,5,5],[0,5,0,0,2,0,0,0,0,0,0,2,0,5,0],[0,0,0,0,2,2,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],[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,2,0,0,0],[0,0,0,0,0,2,0,0,0,0,0,2,0,0,0],[0,0,0,0,0,0,5,5,0,5,5,0,0,0,0],[0,0,0,0,0,0,0,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,5,5,5,5,5,0,0,0,0],[0,0,0,0,0,0,0,0,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,0,2,2,2,2,2,2,2,0,0,0],[0,0,0,0,0,2,0,0,0,0,0,2,0,0,0],[0,0,0,0,0,0,5,5,0,5,5,0,0,0,0],[0,0,0,0,0,0,0,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,5,5,5,5,5,0,0,0,0],[0,0,0,0,0,0,0,0,5,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,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,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,2,2,0,0,0],[0,5,0,2,0,0,0,0,0,0,0,2,0,0,0],[5,5,0,2,0,0,0,0,0,0,0,2,0,5,5],[5,5,0,2,0,0,0,0,0,0,0,2,0,5,5],[0,5,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,0,2,2,2,2,2,0,0],[0,0,0,0,0,0,0,0,2,0,0,0,2,0,0],[0,0,0,0,0,0,0,0,0,0,5,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,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,5,5,5,0... | |
6855a6e4::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,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,2,2,0,0,0,0,0,2,2,0,0,0],[0,0,0,2,0,0,0,0,0,0,0,2,0,5,0],[5,5,0,2,0,0,... | arc | Example
Input: [[0,0,0,0,0,0,5,0,0,0,0,0,0,0,0],[0,0,0,0,0,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,2,2,2,2,2,0,0,0,0,0,0],[0,0,0,0,2,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,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,2,2,0,0,0,0,0,2,2,0,0,0],[0,0,0,2,0,5,0,0,5,0,0,2,0,0,0],[0,0,0,2,0,5,5,0,5,0,0,2,0,0,0],[0,0,0,2,0,0,5,0,5,5,0,2,0,0,0],[0,0,0,2,0,5,5,0,5,0,0,2,0,0,0],[0,0,0,2,0,5,0,0,5,0,0,2,0,0,0],[0,0,0,2,2,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,0,0,0,0,0,0,0],[0,0,0,2,2,0,0,0,0,0,2,2,0,0,0],[0,0,0,2,0,5,0,0,5,0,0,2,0,0,0],[0,0,0,2,0,5,5,0,5,0,0,2,0,0,0],[0,0,0,2,0,0,5,0,5,5,0,2,0,0,0],[0,0,0,2,0,5,5,0,5,0,0,2,0,0,0],[0,0,0,2,0,5,0,0,5,0,0,2,0,0,0],[0,0,0,2,2,0,0,0,0,0,2,2,0,0,0]... | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,5,5,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,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,2,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,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0... | [
"[[0,0,0,0,0,0,0,0,0,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,2,2,0,0,0],[0,0,0,2,0,0,0,0,0,5,0,2,0,0,0],[0,0,0,2,0,5,5,0,0,5,0,2,0,0,0],[0,0,0,2,0,0,0,0,0,5,0,2,0,0,0],[0,0,0,2,2,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,0,0,0,0,0... | |
6855a6e4::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,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,2,2,2,2,2,0,0,0,0,0,0,0,0],[0,0,2,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,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,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,2,2,0,0,0,0],[0,5,0,2,0,0,0,0,0,0,2,0,0,5,0],[5,5,0,2,0,0,0,0,0,0,2,0,5,5,0],[0,5,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,2,2,2,2,2,2,2,0,0,0,0,0],[0,0,0,2,0,0,0,0,0,2,0,0,0,0,0],[0,0,0,0,0,0,5,0,0,0,0,0,0,0,0],[0,0,0,0,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],[0,0,0,0,0,5,5,5,0,0,0,0,0,0,0],[0,0,0,0,5,5,0,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,2,2,2,2,2,2,2,0,0,0,0,0],[0,0,0,2,0,0,0,0,0,2,0,0,0,0,0],[0,0,0,0,0,0,5,0,0,0,0,0,0,0,0],[0,0,0,0,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],[0,0,0,0,0,5,5,5,0,0,0,0,0,0,0],[0,0,0,0,5,5,0,5,5,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,0,0,0,0,0,0,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,2,2,0,0,0],[0,0,0,2,0,0,0,0,0,0,0,2,0,5,0],[5,5,0,2,0,0,0,0,0,0,0,2,0,5,5],[5,5,0,2,0,0,0,0,0,0,0,2,0,5,5],[0,0,0,2,0,0,0,0,0,0,0,2,0,5,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,0,0,0,0],[0,0,2,2,2,2,2,0,0,0,0,0,0,0,0],[0,0,2,0,0,0,2,0,0,0,0,0,0,0,0],[0,0,0,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,5,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,5,0,0,0,0,0,0,0,0... | |
6855a6e4::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,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,5,5,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,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,2,2,2,2,2,0,0,0,0],[0,0,0,0,0,0,2,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,0,0,0,0... | [[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,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,2,2,0,0,0],[0,0,0,2,0,0,5,0,0,5,0,2,0,0,0],[0,0,0,2,0,0,5,0,5,5,0,2,0,0,0],[0,0,0,2,0,5,5,0,5,0,0,2,0,0,0],[0,0,0,2,0,0,5,0,5,5,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,0,0,0,0,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,2,2,0,0,0],[0,0,0,2,0,0,5,0,0,5,0,2,0,0,0],[0,0,0,2,0,0,5,0,5,5,0,2,0,0,0],[0,0,0,2,0,5,5,0,5,0,0,2,0,0,0],[0,0,0,2,0,0,5,0,5,5,0,2,0,0,0]... | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,5,5,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,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,2,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,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0... | [
"[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,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,2,2,0,0,0],[0,0,0,2,0,5,0,0,0,0,0,2,0... | |
68b16354 | 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,1,2,1,4],[4,4,2,4,8],[3,7,2,4,8],[2,7,7,8,7],[8,7,7,4,8]]
Output: [[8,7,7,4,8],[2,7,7,8,7],[3,7,2,4,8],[4,4,2,4,8],[8,1,2,1,4]]
Example 2... | arc | Example
Input: [[2,7,4,3,4,8,3],[2,3,7,1,2,3,3],[8,7,4,3,2,2,4],[1,1,2,1,4,4,7],[2,4,3,1,1,4,1],[4,8,7,4,4,8,2],[7,3,8,4,3,2,8]]
Output: [[7,3,8,4,3,2,8],[4,8,7,4,4,8,2],[2,4,3,1,1,4,1],[1,1,2,1,4,4,7],[8,7,4,3,2,2,4],[2,3,7,1,2,3,3],[2,7,4,3,4,8,3]]
Now apply the same rule to:
Input: [[2,8,1,3,2,4,1],[4,4,1,1,4,3,4],... | [[1,4,7,1,2,3,4],[3,2,8,4,1,8,4],[4,1,1,1,7,8,4],[1,1,2,3,8,1,3],[1,1,1,1,4,7,3],[4,4,1,1,4,3,4],[2,8,1,3,2,4,1]] | [[1,4,7,1,2,3,4],[3,2,8,4,1,8,4],[4,1,1,1,7,8,4],[1,1,2,3,8,1,3],[1,1,1,1,4,7,3],[4,4,1,1,4,3,4],[2,8,1,3,2,4,1]] | [] | arc_train | [
"Example\nInput: [[7,3,3,1,2],[1,8,2,4,1],[2,7,8,7,2],[7,7,4,1,8],[8,1,7,7,1]]\nOutput: [[8,1,7,7,1],[7,7,4,1,8],[2,7,8,7,2],[1,8,2,4,1],[7,3,3,1,2]]\n\nNow apply the same rule to:\nInput: [[8,1,2,1,4],[4,4,2,4,8],[3,7,2,4,8],[2,7,7,8,7],[8,7,7,4,8]]",
"Example\nInput: [[2,7,4,3,4,8,3],[2,3,7,1,2,3,3],[8,7,4,3,2,... | [
"[[8,7,7,4,8],[2,7,7,8,7],[3,7,2,4,8],[4,4,2,4,8],[8,1,2,1,4]]",
"[[8,1,7,7,1],[7,7,4,1,8],[2,7,8,7,2],[1,8,2,4,1],[7,3,3,1,2]]"
] | |
68b16354::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,8,8,7,8],[1,4,4,8,4],[2,2,2,7,7],[1,4,7,7,7],[8,4,3,2,8]]
Output: [[8,7,8,8,4],[4,8,4,4,1],[7,7,2,2,2],[7,7,7,4,1],[8,2,3,4,8]]
Example 2... | arc | Example
Input: [[3,3,4,7,1,2,8],[8,3,2,4,4,8,2],[4,2,2,4,1,4,3],[3,1,3,1,1,4,4],[4,7,4,2,3,7,8],[7,3,7,1,4,8,3],[2,2,8,1,2,4,7]]
Output: [[8,2,1,7,4,3,3],[2,8,4,4,2,3,8],[3,4,1,4,2,2,4],[4,4,1,1,3,1,3],[8,7,3,2,4,7,4],[3,8,4,1,7,3,7],[7,4,2,1,8,2,2]]
Now apply the same rule to:
Input: [[1,4,3,3,4,4,4],[4,3,7,1,8,8,3],... | [[4,4,4,3,3,4,1],[3,8,8,1,7,3,4],[2,1,7,8,4,4,2],[1,4,1,3,1,1,3],[7,8,1,2,1,1,1],[4,2,1,1,1,4,8],[1,3,4,1,1,4,2]] | [[4,4,4,3,3,4,1],[3,8,8,1,7,3,4],[2,1,7,8,4,4,2],[1,4,1,3,1,1,3],[7,8,1,2,1,1,1],[4,2,1,1,1,4,8],[1,3,4,1,1,4,2]] | [] | arc_train | [
"Example\nInput: [[2,1,2,8,1],[1,4,7,1,7],[3,2,8,4,7],[3,8,7,7,1],[7,1,2,7,8]]\nOutput: [[1,8,2,1,2],[7,1,7,4,1],[7,4,8,2,3],[1,7,7,8,3],[8,7,2,1,7]]\n\nNow apply the same rule to:\nInput: [[4,8,8,7,8],[1,4,4,8,4],[2,2,2,7,7],[1,4,7,7,7],[8,4,3,2,8]]",
"Example\nInput: [[3,3,4,7,1,2,8],[8,3,2,4,4,8,2],[4,2,2,4,1,... | [
"[[8,7,8,8,4],[4,8,4,4,1],[7,7,2,2,2],[7,7,7,4,1],[8,2,3,4,8]]",
"[[1,8,2,1,2],[7,1,7,4,1],[7,4,8,2,3],[1,7,7,8,3],[8,7,2,1,7]]"
] | |
68b16354::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,4,7,7,8],[7,8,7,7,2],[8,4,2,7,3],[8,4,2,4,4],[4,1,2,1,8]]
Output: [[4,1,2,1,8],[8,4,2,4,4],[8,4,2,7,3],[7,8,7,7,2],[8,4,7,7,8]]
Example 2... | arc | Example
Input: [[8,2,3,4,8,3,7],[2,8,4,4,7,8,4],[1,4,1,1,3,4,2],[7,4,4,1,2,1,1],[4,2,2,3,4,7,8],[3,3,2,1,7,3,2],[3,8,4,3,4,7,2]]
Output: [[3,8,4,3,4,7,2],[3,3,2,1,7,3,2],[4,2,2,3,4,7,8],[7,4,4,1,2,1,1],[1,4,1,1,3,4,2],[2,8,4,4,7,8,4],[8,2,3,4,8,3,7]]
Now apply the same rule to:
Input: [[4,3,2,1,7,4,1],[4,8,1,4,8,2,3],... | [[1,4,2,3,1,8,2],[4,3,4,1,1,4,4],[3,7,4,1,1,1,1],[3,1,8,3,2,1,1],[4,8,7,1,1,1,4],[4,8,1,4,8,2,3],[4,3,2,1,7,4,1]] | [[1,4,2,3,1,8,2],[4,3,4,1,1,4,4],[3,7,4,1,1,1,1],[3,1,8,3,2,1,1],[4,8,7,1,1,1,4],[4,8,1,4,8,2,3],[4,3,2,1,7,4,1]] | [] | arc_train | [
"Example\nInput: [[1,7,7,1,8],[8,1,4,7,7],[2,7,8,7,2],[1,4,2,8,1],[2,1,3,3,7]]\nOutput: [[2,1,3,3,7],[1,4,2,8,1],[2,7,8,7,2],[8,1,4,7,7],[1,7,7,1,8]]\n\nNow apply the same rule to:\nInput: [[8,4,7,7,8],[7,8,7,7,2],[8,4,2,7,3],[8,4,2,4,4],[4,1,2,1,8]]",
"Example\nInput: [[8,2,3,4,8,3,7],[2,8,4,4,7,8,4],[1,4,1,1,3,... | [
"[[4,1,2,1,8],[8,4,2,4,4],[8,4,2,7,3],[7,8,7,7,2],[8,4,7,7,8]]",
"[[2,1,3,3,7],[1,4,2,8,1],[2,7,8,7,2],[8,1,4,7,7],[1,7,7,1,8]]"
] | |
68b16354::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,2,3,4,8],[7,7,7,4,1],[7,7,2,2,2],[4,8,4,4,1],[8,7,8,8,4]]
Output: [[8,4,3,2,8],[1,4,7,7,7],[2,2,2,7,7],[1,4,4,8,4],[4,8,8,7,8]]
Example 2... | arc | Example
Input: [[7,4,2,1,8,2,2],[3,8,4,1,7,3,7],[8,7,3,2,4,7,4],[4,4,1,1,3,1,3],[3,4,1,4,2,2,4],[2,8,4,4,2,3,8],[8,2,1,7,4,3,3]]
Output: [[2,2,8,1,2,4,7],[7,3,7,1,4,8,3],[4,7,4,2,3,7,8],[3,1,3,1,1,4,4],[4,2,2,4,1,4,3],[8,3,2,4,4,8,2],[3,3,4,7,1,2,8]]
Now apply the same rule to:
Input: [[1,3,4,1,1,4,2],[4,2,1,1,1,4,8],... | [[2,4,1,1,4,3,1],[8,4,1,1,1,2,4],[1,1,1,2,1,8,7],[3,1,1,3,1,4,1],[2,4,4,8,7,1,2],[4,3,7,1,8,8,3],[1,4,3,3,4,4,4]] | [[2,4,1,1,4,3,1],[8,4,1,1,1,2,4],[1,1,1,2,1,8,7],[3,1,1,3,1,4,1],[2,4,4,8,7,1,2],[4,3,7,1,8,8,3],[1,4,3,3,4,4,4]] | [] | arc_train | [
"Example\nInput: [[8,7,2,1,7],[1,7,7,8,3],[7,4,8,2,3],[7,1,7,4,1],[1,8,2,1,2]]\nOutput: [[7,1,2,7,8],[3,8,7,7,1],[3,2,8,4,7],[1,4,7,1,7],[2,1,2,8,1]]\n\nNow apply the same rule to:\nInput: [[8,2,3,4,8],[7,7,7,4,1],[7,7,2,2,2],[4,8,4,4,1],[8,7,8,8,4]]",
"Example\nInput: [[7,4,2,1,8,2,2],[3,8,4,1,7,3,7],[8,7,3,2,4,... | [
"[[8,4,3,2,8],[1,4,7,7,7],[2,2,2,7,7],[1,4,4,8,4],[4,8,8,7,8]]",
"[[7,1,2,7,8],[3,8,7,7,1],[3,2,8,4,7],[1,4,7,1,7],[2,1,2,8,1]]"
] | |
68b16354::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,1,2,1,8],[8,4,2,4,4],[8,4,2,7,3],[7,8,7,7,2],[8,4,7,7,8]]
Output: [[8,4,7,7,8],[7,8,7,7,2],[8,4,2,7,3],[8,4,2,4,4],[4,1,2,1,8]]
Example 2... | arc | Example
Input: [[3,8,4,3,4,7,2],[3,3,2,1,7,3,2],[4,2,2,3,4,7,8],[7,4,4,1,2,1,1],[1,4,1,1,3,4,2],[2,8,4,4,7,8,4],[8,2,3,4,8,3,7]]
Output: [[8,2,3,4,8,3,7],[2,8,4,4,7,8,4],[1,4,1,1,3,4,2],[7,4,4,1,2,1,1],[4,2,2,3,4,7,8],[3,3,2,1,7,3,2],[3,8,4,3,4,7,2]]
Now apply the same rule to:
Input: [[1,4,2,3,1,8,2],[4,3,4,1,1,4,4],... | [[4,3,2,1,7,4,1],[4,8,1,4,8,2,3],[4,8,7,1,1,1,4],[3,1,8,3,2,1,1],[3,7,4,1,1,1,1],[4,3,4,1,1,4,4],[1,4,2,3,1,8,2]] | [[4,3,2,1,7,4,1],[4,8,1,4,8,2,3],[4,8,7,1,1,1,4],[3,1,8,3,2,1,1],[3,7,4,1,1,1,1],[4,3,4,1,1,4,4],[1,4,2,3,1,8,2]] | [] | arc_train | [
"Example\nInput: [[2,1,3,3,7],[1,4,2,8,1],[2,7,8,7,2],[8,1,4,7,7],[1,7,7,1,8]]\nOutput: [[1,7,7,1,8],[8,1,4,7,7],[2,7,8,7,2],[1,4,2,8,1],[2,1,3,3,7]]\n\nNow apply the same rule to:\nInput: [[4,1,2,1,8],[8,4,2,4,4],[8,4,2,7,3],[7,8,7,7,2],[8,4,7,7,8]]",
"Example\nInput: [[3,8,4,3,4,7,2],[3,3,2,1,7,3,2],[4,2,2,3,4,... | [
"[[8,4,7,7,8],[7,8,7,7,2],[8,4,2,7,3],[8,4,2,4,4],[4,1,2,1,8]]",
"[[1,7,7,1,8],[8,1,4,7,7],[2,7,8,7,2],[1,4,2,8,1],[2,1,3,3,7]]"
] | |
68b16354::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,4,3,2,8],[1,4,7,7,7],[2,2,2,7,7],[1,4,4,8,4],[4,8,8,7,8]]
Output: [[8,2,3,4,8],[7,7,7,4,1],[7,7,2,2,2],[4,8,4,4,1],[8,7,8,8,4]]
Example 2... | arc | Example
Input: [[2,2,8,1,2,4,7],[7,3,7,1,4,8,3],[4,7,4,2,3,7,8],[3,1,3,1,1,4,4],[4,2,2,4,1,4,3],[8,3,2,4,4,8,2],[3,3,4,7,1,2,8]]
Output: [[7,4,2,1,8,2,2],[3,8,4,1,7,3,7],[8,7,3,2,4,7,4],[4,4,1,1,3,1,3],[3,4,1,4,2,2,4],[2,8,4,4,2,3,8],[8,2,1,7,4,3,3]]
Now apply the same rule to:
Input: [[2,4,1,1,4,3,1],[8,4,1,1,1,2,4],... | [[1,3,4,1,1,4,2],[4,2,1,1,1,4,8],[7,8,1,2,1,1,1],[1,4,1,3,1,1,3],[2,1,7,8,4,4,2],[3,8,8,1,7,3,4],[4,4,4,3,3,4,1]] | [[1,3,4,1,1,4,2],[4,2,1,1,1,4,8],[7,8,1,2,1,1,1],[1,4,1,3,1,1,3],[2,1,7,8,4,4,2],[3,8,8,1,7,3,4],[4,4,4,3,3,4,1]] | [] | arc_train | [
"Example\nInput: [[7,1,2,7,8],[3,8,7,7,1],[3,2,8,4,7],[1,4,7,1,7],[2,1,2,8,1]]\nOutput: [[8,7,2,1,7],[1,7,7,8,3],[7,4,8,2,3],[7,1,7,4,1],[1,8,2,1,2]]\n\nNow apply the same rule to:\nInput: [[8,4,3,2,8],[1,4,7,7,7],[2,2,2,7,7],[1,4,4,8,4],[4,8,8,7,8]]",
"Example\nInput: [[2,2,8,1,2,4,7],[7,3,7,1,4,8,3],[4,7,4,2,3,... | [
"[[8,2,3,4,8],[7,7,7,4,1],[7,7,2,2,2],[4,8,4,4,1],[8,7,8,8,4]]",
"[[8,7,2,1,7],[1,7,7,8,3],[7,4,8,2,3],[7,1,7,4,1],[1,8,2,1,2]]"
] | |
68b16354::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,7,7,4,8],[2,7,7,8,7],[3,7,2,4,8],[4,4,2,4,8],[8,1,2,1,4]]
Output: [[8,1,2,1,4],[4,4,2,4,8],[3,7,2,4,8],[2,7,7,8,7],[8,7,7,4,8]]
Example 2... | arc | Example
Input: [[7,3,8,4,3,2,8],[4,8,7,4,4,8,2],[2,4,3,1,1,4,1],[1,1,2,1,4,4,7],[8,7,4,3,2,2,4],[2,3,7,1,2,3,3],[2,7,4,3,4,8,3]]
Output: [[2,7,4,3,4,8,3],[2,3,7,1,2,3,3],[8,7,4,3,2,2,4],[1,1,2,1,4,4,7],[2,4,3,1,1,4,1],[4,8,7,4,4,8,2],[7,3,8,4,3,2,8]]
Now apply the same rule to:
Input: [[1,4,7,1,2,3,4],[3,2,8,4,1,8,4],... | [[2,8,1,3,2,4,1],[4,4,1,1,4,3,4],[1,1,1,1,4,7,3],[1,1,2,3,8,1,3],[4,1,1,1,7,8,4],[3,2,8,4,1,8,4],[1,4,7,1,2,3,4]] | [[2,8,1,3,2,4,1],[4,4,1,1,4,3,4],[1,1,1,1,4,7,3],[1,1,2,3,8,1,3],[4,1,1,1,7,8,4],[3,2,8,4,1,8,4],[1,4,7,1,2,3,4]] | [] | arc_train | [
"Example\nInput: [[8,1,7,7,1],[7,7,4,1,8],[2,7,8,7,2],[1,8,2,4,1],[7,3,3,1,2]]\nOutput: [[7,3,3,1,2],[1,8,2,4,1],[2,7,8,7,2],[7,7,4,1,8],[8,1,7,7,1]]\n\nNow apply the same rule to:\nInput: [[8,7,7,4,8],[2,7,7,8,7],[3,7,2,4,8],[4,4,2,4,8],[8,1,2,1,4]]",
"Example\nInput: [[7,3,8,4,3,2,8],[4,8,7,4,4,8,2],[2,4,3,1,1,... | [
"[[8,1,2,1,4],[4,4,2,4,8],[3,7,2,4,8],[2,7,7,8,7],[8,7,7,4,8]]",
"[[7,3,3,1,2],[1,8,2,4,1],[2,7,8,7,2],[7,7,4,1,8],[8,1,7,7,1]]"
] | |
68b16354::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: [[8,7,8,8,4],[4,8,4,4,1],[7,7,2,2,2],[7,7,7,4,1],[8,2,3,4,8]]
Output: [[4,8,8,7,8],[1,4,4,8,4],[2,2,2,7,7],[1,4,7,7,7],[8,4,3,2,8]]
Example 2... | arc | Example
Input: [[8,2,1,7,4,3,3],[2,8,4,4,2,3,8],[3,4,1,4,2,2,4],[4,4,1,1,3,1,3],[8,7,3,2,4,7,4],[3,8,4,1,7,3,7],[7,4,2,1,8,2,2]]
Output: [[3,3,4,7,1,2,8],[8,3,2,4,4,8,2],[4,2,2,4,1,4,3],[3,1,3,1,1,4,4],[4,7,4,2,3,7,8],[7,3,7,1,4,8,3],[2,2,8,1,2,4,7]]
Now apply the same rule to:
Input: [[4,4,4,3,3,4,1],[3,8,8,1,7,3,4],... | [[1,4,3,3,4,4,4],[4,3,7,1,8,8,3],[2,4,4,8,7,1,2],[3,1,1,3,1,4,1],[1,1,1,2,1,8,7],[8,4,1,1,1,2,4],[2,4,1,1,4,3,1]] | [[1,4,3,3,4,4,4],[4,3,7,1,8,8,3],[2,4,4,8,7,1,2],[3,1,1,3,1,4,1],[1,1,1,2,1,8,7],[8,4,1,1,1,2,4],[2,4,1,1,4,3,1]] | [] | arc_train | [
"Example\nInput: [[1,8,2,1,2],[7,1,7,4,1],[7,4,8,2,3],[1,7,7,8,3],[8,7,2,1,7]]\nOutput: [[2,1,2,8,1],[1,4,7,1,7],[3,2,8,4,7],[3,8,7,7,1],[7,1,2,7,8]]\n\nNow apply the same rule to:\nInput: [[8,7,8,8,4],[4,8,4,4,1],[7,7,2,2,2],[7,7,7,4,1],[8,2,3,4,8]]",
"Example\nInput: [[8,2,1,7,4,3,3],[2,8,4,4,2,3,8],[3,4,1,4,2,... | [
"[[4,8,8,7,8],[1,4,4,8,4],[2,2,2,7,7],[1,4,7,7,7],[8,4,3,2,8]]",
"[[2,1,2,8,1],[1,4,7,1,7],[3,2,8,4,7],[3,8,7,7,1],[7,1,2,7,8]]"
] | |
694f12f3 | 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,4,4,4,4,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,4,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,4,4,4,4,0]]
Output: [[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,2,2,2,4,0,0,0,0],[0,4,2,2... | [[4,4,4,4,4,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,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,4,4,4,4,4,4],[0,0,0,0,4,1,1,1,1,4],[0,0,0,0,4,4,4,4,4,4]] | [[4,4,4,4,4,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,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,4,4,4,4,4,4],[0,0,0,0,4,1,1,1,1,4],[0,0,0,0,4,4,4,4,4,4]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,4,4,4,4,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,2,2,2,4,0,0,0,0],[... | [
"[[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,4,1,1,4,0,0,0,0,0],[0,4,1,1,4,0,0,0,0,0],[0,4,4,4,4,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,2,2,2,2,4,0],[0,0,0,4,2,2,2,2,4,0],[0,0,0,4,4,4,4,4,4,0]]"
] | |
694f12f3::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,4,4,4,4],[0,0,0,0,0,0,4,4,4,4],[0,0,0,0,0,0,4,4,4,4],[0,0,0,0,0,0,4,4,4,4],[0,4,4,4,4,0,4,4,4,4],[0,4,4,4,... | arc | Example
Input: [[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,0,4,4,4],[0,0,0,0,0,0,0,4,4,4],[0,4,4,4,4,4,0,4,4,4],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,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,4,4,4],[0,0,0,0,0,0,0,4,1,4],[0,0,0,0... | [[0,0,0,0,0,0,0,4,4,4],[0,0,0,0,0,0,0,4,1,4],[0,0,0,0,0,0,0,4,1,4],[0,0,0,0,0,0,0,4,1,4],[4,4,4,4,4,4,0,4,1,4],[4,2,2,2,2,4,0,4,4,4],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,4,4,4,4,4,0,0,0,0]] | [[0,0,0,0,0,0,0,4,4,4],[0,0,0,0,0,0,0,4,1,4],[0,0,0,0,0,0,0,4,1,4],[0,0,0,0,0,0,0,4,1,4],[4,4,4,4,4,4,0,4,1,4],[4,2,2,2,2,4,0,4,4,4],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,4,4,4,4,4,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,4,4,4],[0,0,0,0,0,0,0,4,4,4],[0,0,0,0,0,0,0,4,4,4],[0,4,4,4,4,4,0,4,4,4],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,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,4,4,4],[0,0,0,0,0,0,0,4,1,4],[... | [
"[[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,4,4,4,4],[0,0,0,0,0,0,4,2,2,4],[0,0,0,0,0,0,4,2,2,4],[0,0,0,0,0,0,4,2,2,4],[0,4,4,4,4,0,4,2,2,4],[0,4,1,1,4,0,4,4,4,4],[0,4,1,1,4,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]"
] | |
694f12f3::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,4,4,4,4,4,4,0,0,0],[0,4,4,4,4,4,4,0,0,0],[0,4,4,4,4,4,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,4,4,4,4,0],[0,0,0,0,... | arc | Example
Input: [[0,4,4,4,4,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,4,4,4,4,0,0,0,0,0],[0,4,1,1,4,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,0,0,0... | [[4,4,4,4,4,4,0,0,0,0],[4,1,1,1,1,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,4,4,4,4,4,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,4,4,4,4,4]] | [[4,4,4,4,4,4,0,0,0,0],[4,1,1,1,1,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,4,4,4,4,4,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,4,4,4,4,4]] | [] | arc_train | [
"Example\nInput: [[0,4,4,4,4,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,4,4,4,4,0,0,0,0,0],[0,4,1,1,4,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[... | [
"[[0,4,4,4,4,4,4,0,0,0],[0,4,2,2,2,2,4,0,0,0],[0,4,2,2,2,2,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,4,4,4,4,0],[0,0,0,0,0,4,1,1,4,0],[0,0,0,0,0,4,1,1,4,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,0,0,0,0,0]]"
] | |
694f12f3::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,4,4,4,4,0],[0,0,0,0,0,4,4,4,4,0],[4,4,4,4,0,4,4,4,4,0],[4,4,4,4,0,4,4,4,4,0],[4,4,4,4,0,0,0,0,0,0],[4,4,4,4,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[4,4,4,0,4,4,4,4,4,0],[4,4,4,0,0,0,0,0,0,0],[4,4,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]]
Output: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,2,2,2,4,0],[0,0,0,0... | [[0,0,0,0,4,4,4,4,4,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[4,4,4,0,4,2,2,2,2,4],[4,1,4,0,4,4,4,4,4,4],[4,1,4,0,0,0,0,0,0,0],[4,1,4,0,0,0,0,0,0,0],[4,1,4,0,0,0,0,0,0,0],[4,4,4,0,0,0,0,0,0,0]] | [[0,0,0,0,4,4,4,4,4,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[4,4,4,0,4,2,2,2,2,4],[4,1,4,0,4,4,4,4,4,4],[4,1,4,0,0,0,0,0,0,0],[4,1,4,0,0,0,0,0,0,0],[4,1,4,0,0,0,0,0,0,0],[4,4,4,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,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[4,4,4,0,4,4,4,4,4,0],[4,4,4,0,0,0,0,0,0,0],[4,4,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]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,2,2,2,4,0],[... | [
"[[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,4,1,1,4,0],[4,4,4,4,0,4,1,1,4,0],[4,2,2,4,0,4,4,4,4,0],[4,2,2,4,0,0,0,0,0,0],[4,2,2,4,0,0,0,0,0,0],[4,2,2,4,0,0,0,0,0,0],[4,4,4,4,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]"
] | |
694f12f3::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,4,4,4,4,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,2,2,2,4,0],[0,0,0,0... | [[0,0,0,0,4,4,4,4,4,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,4,4,4,4,4],[0,0,0,0,0,0,0,0,0,0],[4,4,4,4,4,4,0,0,0,0],[4,1,1,1,1,4,0,0,0,0],[4,4,4,4,4,4,0,0,0,0]] | [[0,0,0,0,4,4,4,4,4,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,4,4,4,4,4],[0,0,0,0,0,0,0,0,0,0],[4,4,4,4,4,4,0,0,0,0],[4,1,1,1,1,4,0,0,0,0],[4,4,4,4,4,4,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,2,2,2,4,0],[... | [
"[[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,4,1,1,4,0],[0,0,0,0,0,4,1,1,4,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,4,4,0,0,0],[0,4,2,2,2,2,4,0,0,0],[0,4,2,2,2,2,4,0,0,0],[0,4,4,4,4,4,4,0,0,0]]"
] | |
694f12f3::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,4,4,4,4,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,4,4,4,4,0,4,4,4,4],[0,4,4,4,4,0,4,4,4,4],[0,0,0,0,0,0,4,4,4,4],[0,0,0,0,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,4,4,4],[0,0,0,0,0,0,0,4,4,4],[0,0,0,0,0,0,0,4,4,4],[0,0,0,0,0,0,0,4,4,4],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,2,2,2,4,0,0,0,0],[0,4,2,2... | [[4,4,4,4,4,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,4,4,4],[4,4,4,4,4,4,0,4,1,4],[0,0,0,0,0,0,0,4,1,4],[0,0,0,0,0,0,0,4,1,4],[0,0,0,0,0,0,0,4,1,4],[0,0,0,0,0,0,0,4,4,4]] | [[4,4,4,4,4,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,4,4,4],[4,4,4,4,4,4,0,4,1,4],[0,0,0,0,0,0,0,4,1,4],[0,0,0,0,0,0,0,4,1,4],[0,0,0,0,0,0,0,4,1,4],[0,0,0,0,0,0,0,4,4,4]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,4,4,4],[0,0,0,0,0,0,0,4,4,4],[0,0,0,0,0,0,0,4,4,4],[0,0,0,0,0,0,0,4,4,4],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,2,2,2,4,0,0,0,0],[... | [
"[[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,4,1,1,4,0,0,0,0,0],[0,4,1,1,4,0,4,4,4,4],[0,4,4,4,4,0,4,2,2,4],[0,0,0,0,0,0,4,2,2,4],[0,0,0,0,0,0,4,2,2,4],[0,0,0,0,0,0,4,2,2,4],[0,0,0,0,0,0,4,4,4,4],[0,0,0,0,0,0,0,0,0,0]]"
] | |
694f12f3::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,4,4,4,4,4,4,0],[0,0,0,4,4,4,4,4,4,0],[0,0,0,4,4,4,4,4,4,0],[0,0,0,4,4,4,4,4,4,0],[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,4,4,4,... | arc | Example
Input: [[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,4,1,1,4,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0... | [[0,0,0,0,4,4,4,4,4,4],[0,0,0,0,4,1,1,1,1,4],[0,0,0,0,4,4,4,4,4,4],[0,0,0,0,0,0,0,0,0,0],[4,4,4,4,4,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,4,4,4,4,4,0,0,0,0]] | [[0,0,0,0,4,4,4,4,4,4],[0,0,0,0,4,1,1,1,1,4],[0,0,0,0,4,4,4,4,4,4],[0,0,0,0,0,0,0,0,0,0],[4,4,4,4,4,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,2,2,2,2,4,0,0,0,0],[4,4,4,4,4,4,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,4,4,4,4,4,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,4,1,1,4,0],[0,0,0,0,0,4,4,4,4,0],[... | [
"[[0,0,0,4,4,4,4,4,4,0],[0,0,0,4,2,2,2,2,4,0],[0,0,0,4,2,2,2,2,4,0],[0,0,0,4,4,4,4,4,4,0],[0,0,0,0,0,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,4,1,1,4,0,0,0,0,0],[0,4,1,1,4,0,0,0,0,0],[0,4,4,4,4,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]"
] | |
694f12f3::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],[4,4,4,4,0,0,0,0,0,0],[4,4,4,4,0,0,0,0,0,0],[4,4,4,4,0,0,0,0,0,0],[4,4,4,4,0,0,0,0,0,0],[4,4,4,4,0,4,4,4,4,0],[4,4,4,4,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[4,4,4,0,0,0,0,0,0,0],[4,4,4,0,0,0,0,0,0,0],[4,4,4,0,0,0,0,0,0,0],[4,4,4,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0,0],[4,4,4,0,0,0,0,0,0,0],[4,1,4,0,0,0,0,0,0,0],[4,1,4,0... | [[4,4,4,0,0,0,0,0,0,0],[4,1,4,0,0,0,0,0,0,0],[4,1,4,0,0,0,0,0,0,0],[4,1,4,0,0,0,0,0,0,0],[4,1,4,0,4,4,4,4,4,4],[4,4,4,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,4,4,4,4,4]] | [[4,4,4,0,0,0,0,0,0,0],[4,1,4,0,0,0,0,0,0,0],[4,1,4,0,0,0,0,0,0,0],[4,1,4,0,0,0,0,0,0,0],[4,1,4,0,4,4,4,4,4,4],[4,4,4,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,2,2,2,2,4],[0,0,0,0,4,4,4,4,4,4]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[4,4,4,0,0,0,0,0,0,0],[4,4,4,0,0,0,0,0,0,0],[4,4,4,0,0,0,0,0,0,0],[4,4,4,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,4,4,4,4,4,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[4,4,4,0,0,0,0,0,0,0],[4,1,4,0,0,0,0,0,0,0],[... | [
"[[0,0,0,0,0,0,0,0,0,0],[4,4,4,4,0,0,0,0,0,0],[4,2,2,4,0,0,0,0,0,0],[4,2,2,4,0,0,0,0,0,0],[4,2,2,4,0,0,0,0,0,0],[4,2,2,4,0,4,4,4,4,0],[4,4,4,4,0,4,1,1,4,0],[0,0,0,0,0,4,1,1,4,0],[0,0,0,0,0,4,4,4,4,0],[0,0,0,0,0,0,0,0,0,0]]"
] | |
6a1e5592 | 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,2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,0,2,2,2,2,2,2,2,2,2,2,2,2,0],[2,0,0,2,2,2,0,0,0,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,... | arc | Example
Input: [[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,2,2,2,0,2,2,2,0,2,2,0,0,2,2],[2,0,0,2,0,2,2,0,0,0,2,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,0,0,0,0],[0,5,5,0,0,0,0,0,0,0,0,0,0,0,0],[0,5,5,0,0,0,0,0,0,0,5,0,0,0,0],[5,5,5,5,0,0,0,5,0,0,5,0,0,5,5],[0,5,5,0,0,0,5,5... | [[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,1,2,2,2,2,1,2,1,2,2,1,2,2,2],[2,1,1,2,2,2,1,1,1,2,2,1,1,1,2],[0,1,0,0,0,0,1,1,1,0,0,1,1,1,1],[0,1,1,0,0,0,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,0,0,0,0,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,2,2,2,2,2,2,2,2,2],[2,1,2,2,2,2,1,2,1,2,2,1,2,2,2],[2,1,1,2,2,2,1,1,1,2,2,1,1,1,2],[0,1,0,0,0,0,1,1,1,0,0,1,1,1,1],[0,1,1,0,0,0,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,0,0,0,0,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: [[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,2,2,2,0,2,2,2,0,2,2,0,0,2,2],[2,0,0,2,0,2,2,0,0,0,2,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,0,0,0,0],[0,5,5,0,0,0,0,0,0,0,0,0,0,0,0],[0,5,5,0,0,0,0,0,0,0,5,0,0,0,0],[5,5,5,5,0,0,0,5,0,0,5,0,0,5,5],[0,5,5,0,0... | [
"[[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,1,2,2,2,2,2,2,2,2,2,2,2,2,1],[2,1,1,2,2,2,1,1,1,2,2,2,2,2,1],[0,1,1,1,0,0,1,1,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,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0... | |
6a1e5592::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,0,0,0,0,0,0],[2,2,2,0,0,0,5,5,5,5],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,0,0,... | arc | Example
Input: [[2,2,2,0,0,0,0,0,5,5],[2,2,2,0,0,0,0,0,5,5],[2,0,0,0,0,0,0,0,0,5],[2,0,0,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,5,5,5],[2,2,0,0,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,0,5],[2,2,0,0,0,0,0,0,5,5],[2,2,2,0,0,0,0,0,0,5],[2,2,2,0,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,5,0],[2,2,0,0,0,0,5,5,5,5],[2,2,0,0,0,0,5,5,5... | [[2,2,2,1,0,0,0,0,0,0],[2,2,1,1,0,0,0,0,0,0],[2,2,1,1,0,0,0,0,0,0],[2,1,1,1,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,1,1,1,1,0,0,0,0,0],[2,2,1,1,1,0,0,0,0,0],[2,1,1,1,1,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,1,0,1,0,0,0,0,0],[2,1,1,1,1,0,0,0,0,0],[2,2,2,0,0,... | [[2,2,2,1,0,0,0,0,0,0],[2,2,1,1,0,0,0,0,0,0],[2,2,1,1,0,0,0,0,0,0],[2,1,1,1,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,1,1,1,1,0,0,0,0,0],[2,2,1,1,1,0,0,0,0,0],[2,1,1,1,1,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,1,0,1,0,0,0,0,0],[2,1,1,1,1,0,0,0,0,0],[2,2,2,0,0,... | [] | arc_train | [
"Example\nInput: [[2,2,2,0,0,0,0,0,5,5],[2,2,2,0,0,0,0,0,5,5],[2,0,0,0,0,0,0,0,0,5],[2,0,0,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,5,5,5],[2,2,0,0,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,0,5],[2,2,0,0,0,0,0,0,5,5],[2,2,2,0,0,0,0,0,0,5],[2,2,2,0,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,5,0],[2,2,0,0,0,0,5,5,5,5],[2,2,0,0,0,0... | [
"[[2,1,1,1,1,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,1,1,0,0,0,0,0,0],[2,2,1,1,0,0,0,0,0,0],[2,2,1,1,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,1,0,0,0,0,0,0],[2,2,1,1,0,0,0,0,0,0],[2,1,1,1,0,0,0,0,0,0],[2,2,2... | |
6a1e5592::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,5,0,0,0,0,5,5,5,0,0,5,5,5,0],[0,5,0,0,0,0,0,5,5,0,0,5,5,5,0],[0,5,0,0,0,0,0,0,5,0,0,0,0,0,0],[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,... | arc | Example
Input: [[5,5,5,0,5,0,5,5,5,0,0,0,5,5,0],[5,5,0,0,5,0,0,5,0,0,0,5,5,5,5],[0,0,0,0,5,0,0,0,0,0,0,0,5,5,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,0,0,0,0,0],[0,0,0,0,0,0,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,2,0,0,0,2,2,0,2,0,0,2],[2,2,0,0,2,2,0,2,2,2,0,2,2,2,2],[2,2,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],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,1,1,0],[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0],[2,1,1,1,2,2,1,1,1,2,2,2,1,1,2],[2,2,2,1,2,2,1,2,1,2,2,2,2,1,2],[2,2,2,2,2,2,2,2,2,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],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,1,1,0],[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0],[2,1,1,1,2,2,1,1,1,2,2,2,1,1,2],[2,2,2,1,2,2,1,2,1,2,2,2,2,1,2],[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2]... | [] | arc_train | [
"Example\nInput: [[5,5,5,0,5,0,5,5,5,0,0,0,5,5,0],[5,5,0,0,5,0,0,5,0,0,0,5,5,5,5],[0,0,0,0,5,0,0,0,0,0,0,0,5,5,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,0,0,0,0,0],[0,0,0,0,0,0,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,2,0,0,0,2,2,0,2,0,0,2],[2,2,0,0,2,2,0,2,2,2,0,2,2,2,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],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,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,0,0,0,0,0],[1,0,0,0,0,0,1,1,1,0,0,1,1,1,0],[1,2,2,2,2,2,1,1,1,2,2,2,1,1,2],[1,2,2,2,2,2,2,2,2,2,2,2,2,1,2],[2,2,2,2,2,2,2,2,2,2,2,2,2... | |
6a1e5592::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,2,2,2],[5,5,0,0,0,0,0,0,0,2],[5,5,0,0,0,0,0,0,2,2],[5,5,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[5,5,5,0,... | arc | Example
Input: [[0,5,0,0,0,0,0,2,2,2],[5,5,5,5,0,0,0,0,2,2],[5,5,5,5,0,0,0,0,2,2],[0,5,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,0,0,2],[0,0,0,0,0,0,0,2,2,2],[5,0,0,0,0,0,0,2,2,2],[5,5,0,0,0,0,0,0,2,2],[5,0,0,0,0,0,0,0,0,2],[0,0,0,0,0,0,0,0,2,2],[5,5,5,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,0,0,2],[5,0,0,0,0,0,0,0,0,2],[5,5,0,0,0,0,0,2,2... | [[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,1,1,1,1,2],[0,0,0,0,0,1,0,1,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,1,1,1,1,2],[0,0,0,0,0,1,1,1,2,2],[0,0,0,0,0,1,1,1,1,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,1,1,1,2],[0,0,0,0,0,0,1,1,2,2],[0,0,0,0,0,0,1,1,2,2],[0,0,0,0,0,... | [[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,1,1,1,1,2],[0,0,0,0,0,1,0,1,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,1,1,1,1,2],[0,0,0,0,0,1,1,1,2,2],[0,0,0,0,0,1,1,1,1,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,1,1,1,2],[0,0,0,0,0,0,1,1,2,2],[0,0,0,0,0,0,1,1,2,2],[0,0,0,0,0,... | [] | arc_train | [
"Example\nInput: [[0,5,0,0,0,0,0,2,2,2],[5,5,5,5,0,0,0,0,2,2],[5,5,5,5,0,0,0,0,2,2],[0,5,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,0,0,2],[0,0,0,0,0,0,0,2,2,2],[5,0,0,0,0,0,0,2,2,2],[5,5,0,0,0,0,0,0,2,2],[5,0,0,0,0,0,0,0,0,2],[0,0,0,0,0,0,0,0,2,2],[5,5,5,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,0,0,2],[5,0,0,0,0,0,0,0,0,2],[5,5,0,0,0,0... | [
"[[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,1,1,1,2],[0,0,0,0,0,0,1,1,2,2],[0,0,0,0,0,0,1,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,1,1,2,2],[0,0,0,0,0,0,1,1,2,2],[0,0,0,0,0,0,1,1,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0... | |
6a1e5592::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: [[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],[0,2,2,2,2,2,2,2,2,2,2,2,2,0,2],[0,2,2,2,2,2,0,0,0,2,2,2,0,0,2],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,... | arc | Example
Input: [[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,2,0,0,2,2,0,2,2,2,0,2,2,2,2],[2,2,0,0,2,0,0,0,2,2,0,2,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,0,0,0,0,5,5,0],[0,0,0,0,5,0,0,0,0,0,0,0,5,5,0],[5,5,0,0,5,0,0,5,0,0,0,5,5,5,5],[5,5,5,0,5,0,5,5... | [[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,2,2,1,2,2,1,2,1,2,2,2,2,1,2],[2,1,1,1,2,2,1,1,1,2,2,2,1,1,2],[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0],[0,0,0,0,0,0,1,1,1,0,0,0,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,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,2,2,2,2,2,2,2,2,2],[2,2,2,1,2,2,1,2,1,2,2,2,2,1,2],[2,1,1,1,2,2,1,1,1,2,2,2,1,1,2],[1,1,1,1,0,0,1,1,1,0,0,0,0,1,0],[0,0,0,0,0,0,1,1,1,0,0,0,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,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: [[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,2,0,0,2,2,0,2,2,2,0,2,2,2,2],[2,2,0,0,2,0,0,0,2,2,0,2,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,0,0,0,0,5,5,0],[0,0,0,0,5,0,0,0,0,0,0,0,5,5,0],[5,5,0,0,5,0,0,5,0,0,0,5,5,5,5],[5,5,5,0,5... | [
"[[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],[1,2,2,2,2,2,2,2,2,2,2,2,2,1,2],[1,2,2,2,2,2,1,1,1,2,2,2,1,1,2],[1,0,0,0,0,0,1,1,1,0,0,1,1,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],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0... | |
6a1e5592::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,2,2,0,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,5,5],[2,2,0,0,0,0,0,0,5,5],[2,2,2,0,0,0,0,0,5,5],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,0,0,... | arc | Example
Input: [[2,2,2,0,0,0,0,0,5,0],[2,2,0,0,0,0,5,5,5,5],[2,2,0,0,0,0,5,5,5,5],[2,2,2,0,0,0,0,0,5,0],[2,0,0,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,5],[2,2,0,0,0,0,0,0,5,5],[2,0,0,0,0,0,0,0,0,5],[2,2,0,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,5,5,5],[2,0,0,0,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,0,5],[2,2,2,0,0,0,0,0,5... | [[2,2,2,0,0,0,0,0,0,0],[2,1,1,1,1,0,0,0,0,0],[2,2,1,0,1,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,1,1,1,1,0,0,0,0,0],[2,2,1,1,1,0,0,0,0,0],[2,1,1,1,1,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,1,1,1,0,0,0,0,0,0],[2,2,1,1,0,0,0,0,0,0],[2,2,1,1,0,0,0,0,0,0],[2,2,2,1,0,... | [[2,2,2,0,0,0,0,0,0,0],[2,1,1,1,1,0,0,0,0,0],[2,2,1,0,1,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,1,1,1,1,0,0,0,0,0],[2,2,1,1,1,0,0,0,0,0],[2,1,1,1,1,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,1,1,1,0,0,0,0,0,0],[2,2,1,1,0,0,0,0,0,0],[2,2,1,1,0,0,0,0,0,0],[2,2,2,1,0,... | [] | arc_train | [
"Example\nInput: [[2,2,2,0,0,0,0,0,5,0],[2,2,0,0,0,0,5,5,5,5],[2,2,0,0,0,0,5,5,5,5],[2,2,2,0,0,0,0,0,5,0],[2,0,0,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,5],[2,2,0,0,0,0,0,0,5,5],[2,0,0,0,0,0,0,0,0,5],[2,2,0,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,5,5,5],[2,0,0,0,0,0,0,0,0,0],[2,0,0,0,0,0,0,0,0,5],[2,2,2,0,0,0... | [
"[[2,2,2,0,0,0,0,0,0,0],[2,1,1,1,0,0,0,0,0,0],[2,2,1,1,0,0,0,0,0,0],[2,2,2,1,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,1,1,0,0,0,0,0,0],[2,2,1,1,0,0,0,0,0,0],[2,2,1,1,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,0,0,0],[2,1,1... | |
6a1e5592::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,5,5,5,0,0,5,5,5,0,0,0,0,5,0],[0,5,5,5,0,0,5,5,0,0,0,0,0,5,0],[0,0,0,0,0,0,5,0,0,0,0,0,0,5,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,5,0],[0,0,0,0,0,0,... | arc | Example
Input: [[0,5,5,0,0,0,5,5,5,0,5,0,5,5,5],[5,5,5,5,0,0,0,5,0,0,5,0,0,5,5],[0,5,5,0,0,0,0,0,0,0,5,0,0,0,0],[0,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,0,0],[2,0,0,2,0,2,2,0,0,0,2,0,0,2,2],[2,2,2,2,0,2,2,2,0,2,2,0,0,2,2],[2,2,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],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,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,1,1,1,0,0,0,0,0,0],[0,1,0,0,0,0,1,1,1,0,0,1,1,1,1],[2,1,1,2,2,2,1,1,1,2,2,1,1,1,2],[2,1,2,2,2,2,1,2,1,2,2,1,2,2,2],[2,2,2,2,2,2,2,2,2,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],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,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,1,1,1,0,0,0,0,0,0],[0,1,0,0,0,0,1,1,1,0,0,1,1,1,1],[2,1,1,2,2,2,1,1,1,2,2,1,1,1,2],[2,1,2,2,2,2,1,2,1,2,2,1,2,2,2],[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2]... | [] | arc_train | [
"Example\nInput: [[0,5,5,0,0,0,5,5,5,0,5,0,5,5,5],[5,5,5,5,0,0,0,5,0,0,5,0,0,5,5],[0,5,5,0,0,0,0,0,0,0,5,0,0,0,0],[0,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,0,0],[2,0,0,2,0,2,2,0,0,0,2,0,0,2,2],[2,2,2,2,0,2,2,2,0,2,2,0,0,2,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],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,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,1,1,0,0,1,1,1,0,0,0,0,0,1],[2,1,1,2,2,2,1,1,1,2,2,2,2,2,1],[2,1,2,2,2,2,2,2,2,2,2,2,2,2,1],[2,2,2,2,2,2,2,2,2,2,2,2,2... | |
6a1e5592::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,2],[5,5,5,5,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[5,0,0,0,... | arc | Example
Input: [[5,5,0,0,0,0,0,2,2,2],[5,5,0,0,0,0,0,2,2,2],[5,0,0,0,0,0,0,0,0,2],[0,0,0,0,0,0,0,0,0,2],[5,5,5,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,0,2,2],[5,0,0,0,0,0,0,0,0,2],[5,5,0,0,0,0,0,0,2,2],[5,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,0,0,2],[0,5,0,0,0,0,0,2,2,2],[5,5,5,5,0,0,0,0,2,2],[5,5,5,5,0,0,0,0,2... | [[0,0,0,0,0,0,1,2,2,2],[0,0,0,0,0,0,1,1,2,2],[0,0,0,0,0,0,1,1,2,2],[0,0,0,0,0,0,1,1,1,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,1,1,1,1,2],[0,0,0,0,0,1,1,1,2,2],[0,0,0,0,0,1,1,1,1,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,1,0,1,2,2],[0,0,0,0,0,1,1,1,1,2],[0,0,0,0,0,... | [[0,0,0,0,0,0,1,2,2,2],[0,0,0,0,0,0,1,1,2,2],[0,0,0,0,0,0,1,1,2,2],[0,0,0,0,0,0,1,1,1,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,1,1,1,1,2],[0,0,0,0,0,1,1,1,2,2],[0,0,0,0,0,1,1,1,1,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,1,0,1,2,2],[0,0,0,0,0,1,1,1,1,2],[0,0,0,0,0,... | [] | arc_train | [
"Example\nInput: [[5,5,0,0,0,0,0,2,2,2],[5,5,0,0,0,0,0,2,2,2],[5,0,0,0,0,0,0,0,0,2],[0,0,0,0,0,0,0,0,0,2],[5,5,5,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,0,2,2],[5,0,0,0,0,0,0,0,0,2],[5,5,0,0,0,0,0,0,2,2],[5,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,0,0,2],[0,5,0,0,0,0,0,2,2,2],[5,5,5,5,0,0,0,0,2,2],[5,5,5,5,0,0... | [
"[[0,0,0,0,0,1,1,1,1,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,1,1,2,2],[0,0,0,0,0,0,1,1,2,2],[0,0,0,0,0,0,1,1,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,2,2,2],[0,0,0,0,0,0,1,2,2,2],[0,0,0,0,0,0,1,1,2,2],[0,0,0,0,0,0,1,1,1,2],[0,0,0... | |
6aa20dc0 | 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,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,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,1,1,1,1,... | arc | Example
Input: [[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,2,3,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,3,3,3,8,8,8,8,8... | [[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,4,4,4,8,8,8,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,4,4,4,8,8,8,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,4,4,4,8,8,8,3,3,3,3,3,3],[3,3,3,3,3,3,8,4,3,3,8,8,8,3,3,3,8,8,8,3,3,3],[3,3,3,3,3,8,3,8,3,3,8,8,8,3,3,3,8,8,8,3,3,3],[3,3,3,3,3,1,8,3,3,3,8,8,8,3,3,3,8,8,8,3,3,... | [[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,4,4,4,8,8,8,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,4,4,4,8,8,8,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,4,4,4,8,8,8,3,3,3,3,3,3],[3,3,3,3,3,3,8,4,3,3,8,8,8,3,3,3,8,8,8,3,3,3],[3,3,3,3,3,8,3,8,3,3,8,8,8,3,3,3,8,8,8,3,3,3],[3,3,3,3,3,1,8,3,3,3,8,8,8,3,3,3,8,8,8,3,3,... | [] | arc_train | [
"Example\nInput: [[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,1,1,6,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,1,4,1,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,2,1,1,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4... | [
"[[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,1,1,2,8,8,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,8,8,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,3,1,1,1],[1,1,1,1,1,2,8,8,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,8,8,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,8,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... | |
6aa20dc0::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,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,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,3,1,1,1,... | arc | Example
Input: [[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,2,8,8,8,8,8,8,8... | [[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,8,8,8,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,8,8,8,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,8,8,8,1,1,1,3,3,3,1,1,8,8,3,3,3,3,3],[3,8,8,8,3,3,3,8,8,8,3,3,3,1,1,8,8,3,3,3,3,... | [[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,8,8,8,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,8,8,8,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,8,8,8,1,1,1,3,3,3,1,1,8,8,3,3,3,3,3],[3,8,8,8,3,3,3,8,8,8,3,3,3,1,1,8,8,3,3,3,3,... | [] | arc_train | [
"Example\nInput: [[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4... | [
"[[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,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],[1,8,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,8,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,2,8,8,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,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1... | |
6aa20dc0::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,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,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,... | arc | Example
Input: [[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,4,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8... | [[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,8,8,4,4,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,8,8,4,4,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,8,8,3,3,8,8,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,8,8,3,3,8,8,3,3,3,3,3,3,3,4,8,3,... | [[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,8,8,4,4,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,8,8,4,4,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,8,8,3,3,8,8,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,8,8,3,3,8,8,3,3,3,3,3,3,3,4,8,3,... | [] | arc_train | [
"Example\nInput: [[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,4... | [
"[[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,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,1,1,1,1,1,8,8,1,1,3,3,1,1,1,1,1],[1,1,1,1,1,1,1,1,8,8,1,1,3,3,1,1,1,1,1],[1,1,1,1,1,1,1,1,8,8,8,8,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,8,8,8,8,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,2,2,8,8,8,8,1,1,1... | |
6aa20dc0::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,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,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,... | arc | Example
Input: [[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,4,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,3,2,8,8,8,8... | [[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,8,1,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,8,3,8,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,4,8,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,8,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,8,3,8,3,3,3,... | [[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,8,1,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,8,3,8,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,4,8,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,8,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,8,3,8,3,3,3,... | [] | arc_train | [
"Example\nInput: [[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,2,1,1,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,1,4,1,4,4],[4,4,4,4,6,6,6,4,4,4,4,4,4,4,4,1,1,6,4,4],[4,4,4,4,6,6,6,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4... | [
"[[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,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],[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,1,1,1,1,1,1,1,1,1,1],[1,1,1,3,3,1,1,8,8,1,1,1,1,8,8,2,1,1,1,1],[1,1,1,3,3,1,1,8,8,1,1,1,1,1,8,8,1,1,1,1],[1,1,1,1,1,8,8,8,8,1... | |
6aa20dc0::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,1,1,1,1,1,1,1,1],[1,1,1,1,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,1,1],[1,1,1,3,1,1,1,1,1,1,... | arc | Example
Input: [[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,3,2,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,3... | [[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,8,8,8,4,4,4,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,8,8,8,4,4,4,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,8,8,8,4,4,4,3,3,3,3,3,3,3,3,3,3],[3,3,3,8,8,8,3,3,3,8,8,8,3,3,4,8,3,3,3,3,3,3],[3,3,3,8,8,8,3,3,3,8,8,8,3,3,8,3,8,3,3,3,3,3],[3,3,3,8,8,8,3,3,3,8,8,8,3,3,3,8,1,3,3,3,3,... | [[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,8,8,8,4,4,4,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,8,8,8,4,4,4,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,8,8,8,4,4,4,3,3,3,3,3,3,3,3,3,3],[3,3,3,8,8,8,3,3,3,8,8,8,3,3,4,8,3,3,3,3,3,3],[3,3,3,8,8,8,3,3,3,8,8,8,3,3,8,3,8,3,3,3,3,3],[3,3,3,8,8,8,3,3,3,8,8,8,3,3,3,8,1,3,3,3,3,... | [] | arc_train | [
"Example\nInput: [[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,1,1,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,1,4,1,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,1,1,2,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4... | [
"[[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,8,8,2,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,8,8,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,3,1,8,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,8,8,2,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,8,8,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,3,1,8,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1... | |
6aa20dc0::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,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,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,1,... | arc | Example
Input: [[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,4,8,8,8,8],[8,8,8,8,8,2,3,8,8,8,8,8,8,8,8,8,8,8,8,8... | [[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,1,8,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,8,3,8,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,8,4,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,8,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,8,3,8,3,3,3,3,3,3,3,3,3,3,3,3,3,3,... | [[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,1,8,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,8,3,8,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,8,4,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,8,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,8,3,8,3,3,3,3,3,3,3,3,3,3,3,3,3,3,... | [] | arc_train | [
"Example\nInput: [[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,1,1,2,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,1,4,1,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,6,1,1,4,4,4,4,4,4,4,4,6,6,6,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,4,4,4,4],[4,4... | [
"[[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,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],[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,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,2,8,8,1,1,1,1,8,8,1,1,3,3,1,1,1],[1,1,1,1,8,8,1,1,1,1,1,8,8,1,1,3,3,1,1,1],[1,1,1,1,8,1,3,1,1,1... | |
6aa20dc0::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,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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,3,3,1,1,1,... | arc | Example
Input: [[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,4,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,2,8,8,8,8,8,8... | [[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,4,4,8,8,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,4,4,8,8,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,8,8,3,3,8,8,3,3,3,3,3],[3,3,8,4,3,3,3,3,3,3,3,8,8,3,3,8,8,3,3,3,3,... | [[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,4,4,8,8,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,4,4,8,8,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,8,8,3,3,8,8,3,3,3,3,3],[3,3,8,4,3,3,3,3,3,3,3,8,8,3,3,8,8,3,3,3,3,... | [] | arc_train | [
"Example\nInput: [[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,6,6,6,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,6,6,6,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,6,6,6,4,4,4,4,4,4,4,4,4... | [
"[[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,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,1,1,3,3,1,1,8,8,1,1,1,1,1,1,1,1],[1,1,1,1,1,3,3,1,1,8,8,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,8,8,8,8,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,8,8,8,8,1,1,1,1,1,1,1,1],[1,1,1,1,1,8,8,8,8,2,2,1,1,1,1,1,1... | |
6aa20dc0::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,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,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,... | arc | Example
Input: [[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8],[8,8,8,8,8,8,8,8,2,8,8,8,8,8,8,8,8,8,8,8... | [[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,1,1,1,8,8,8,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,1,1,1,8,8,8,3,3,3,3],[3,3,3,3,3,8,8,1,1,3,3,3,1,1,1,8,8,8,3,3,3,3],[3,3,3,3,3,8,8,1,1,3,3,3,8,8,8,3,3,3,8,8,8,... | [[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,1,1,1,8,8,8,3,3,3,3],[3,3,3,3,3,3,3,3,3,3,3,3,1,1,1,8,8,8,3,3,3,3],[3,3,3,3,3,8,8,1,1,3,3,3,1,1,1,8,8,8,3,3,3,3],[3,3,3,3,3,8,8,1,1,3,3,3,8,8,8,3,3,3,8,8,8,... | [] | arc_train | [
"Example\nInput: [[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],[4,4... | [
"[[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,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],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,8,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,8,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,8,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,1... | |
6b9890af | 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,8,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,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,0],[0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0],[0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0],[0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0],[0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0],[0,0... | [[2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,... | [[2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,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,0,0],[0,0,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,2,2,2,2,2,0,0,0,0... | [
"[[2,2,2,2,2,2,2,2],[2,0,0,8,8,0,0,2],[2,0,0,8,8,0,0,2],[2,8,8,8,8,8,8,2],[2,8,8,8,8,8,8,2],[2,0,0,8,8,0,0,2],[2,0,0,8,8,0,0,2],[2,2,2,2,2,2,2,2]]",
"[[2,2,2,2,2],[2,0,1,1,2],[2,1,0,0,2],[2,0,1,1,2],[2,2,2,2,2]]"
] | |
6b9890af::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,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,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,2,2,2,2,2,2,2,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,... | [[2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,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,2,2],[2,0,0,8,8,0,0,2],[2,0,0,8,8,0,0,2],[2,8,8,8,8,8,8,2],[2,8,8,8,8,8,8,2],[2,0,0,8,8,0,0,2],[2,0,0,8,8,0,0,2],[2,2,2,2,2,2,2,2]]",
"[[2,2,2,2,2],[2,1,0,1,2],[2,1,0,1,2],[2,0,1,0,2],[2,2,2,2,2]]"
] | |
6b9890af::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,0,0,0],[0,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 | 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,0,0,0,0,0,0,0,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,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,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0... | [[2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,... | [[2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,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,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,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,2,2],[2,0,0,8,8,0,0,2],[2,0,0,8,8,0,0,2],[2,8,8,8,8,8,8,2],[2,8,8,8,8,8,8,2],[2,0,0,8,8,0,0,2],[2,0,0,8,8,0,0,2],[2,2,2,2,2,2,2,2]]",
"[[2,2,2,2,2],[2,1,1,0,2],[2,0,0,1,2],[2,1,1,0,2],[2,2,2,2,2]]"
] | |
6b9890af::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,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,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,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,2,2,2,2,2,0],[0,0,0,0,0,0,0,0,0,2,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,2,0],[0,0,0,0,0,0,0,0,0,2,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,2... | [[2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,... | [[2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,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,0,0,0,0,0,0,0,0,2,2,2,2,2,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,2,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,2,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,2,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,0,0],[0,0,0,0,0,0,0,0,0... | [
"[[2,2,2,2,2,2,2,2],[2,0,0,8,8,0,0,2],[2,0,0,8,8,0,0,2],[2,8,8,8,8,8,8,2],[2,8,8,8,8,8,8,2],[2,0,0,8,8,0,0,2],[2,0,0,8,8,0,0,2],[2,2,2,2,2,2,2,2]]",
"[[2,2,2,2,2],[2,0,1,0,2],[2,1,0,1,2],[2,1,0,1,2],[2,2,2,2,2]]"
] | |
6b9890af::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,0,0,0,0,0,0,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,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,0,2,2,2,2,2,2,2,2,2,2,2,0,0],[0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0],[0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0],[0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0],[0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0],[0,0... | [[2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,... | [[2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,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,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,2,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,2,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,2,0,0],[0,0,0,0,0,0,0,0,0,0,0... | [
"[[2,2,2,2,2,2,2,2],[2,0,0,8,8,0,0,2],[2,0,0,8,8,0,0,2],[2,8,8,8,8,8,8,2],[2,8,8,8,8,8,8,2],[2,0,0,8,8,0,0,2],[2,0,0,8,8,0,0,2],[2,2,2,2,2,2,2,2]]",
"[[2,2,2,2,2],[2,1,1,0,2],[2,0,0,1,2],[2,1,1,0,2],[2,2,2,2,2]]"
] | |
6b9890af::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,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,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 | 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,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0],[0,2,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,2,0,0,0,0,0,0,0,0,0],[0,2,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,2,0,0,0,0,0,0,0,0... | [[2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,... | [[2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,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,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,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... | [
"[[2,2,2,2,2,2,2,2],[2,0,0,8,8,0,0,2],[2,0,0,8,8,0,0,2],[2,8,8,8,8,8,8,2],[2,8,8,8,8,8,8,2],[2,0,0,8,8,0,0,2],[2,0,0,8,8,0,0,2],[2,2,2,2,2,2,2,2]]",
"[[2,2,2,2,2],[2,0,1,0,2],[2,1,0,1,2],[2,1,0,1,2],[2,2,2,2,2]]"
] | |
6b9890af::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,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,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 | 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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,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,4,4,0,0,0,0,0,0,0,0],[0,0... | [[2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,... | [[2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,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,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,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,2,2],[2,0,0,8,8,0,0,2],[2,0,0,8,8,0,0,2],[2,8,8,8,8,8,8,2],[2,8,8,8,8,8,8,2],[2,0,0,8,8,0,0,2],[2,0,0,8,8,0,0,2],[2,2,2,2,2,2,2,2]]",
"[[2,2,2,2,2],[2,0,1,1,2],[2,1,0,0,2],[2,0,1,1,2],[2,2,2,2,2]]"
] | |
6b9890af::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,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,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,2,2,2,2,2,2,2,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,... | [[2,2,2,2,2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,3,3,3,3,0,0,0,0,3,3,3,3,2],[2,0,0,0,0,3,3,3,3,0,0,0,0,2],[2,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,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,2,2],[2,0,0,8,8,0,0,2],[2,0,0,8,8,0,0,2],[2,8,8,8,8,8,8,2],[2,8,8,8,8,8,8,2],[2,0,0,8,8,0,0,2],[2,0,0,8,8,0,0,2],[2,2,2,2,2,2,2,2]]",
"[[2,2,2,2,2],[2,1,0,1,2],[2,1,0,1,2],[2,0,1,0,2],[2,2,2,2,2]]"
] | |
6c434453 | 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,0,0,0,0,0,0,0],[1,0,1,0,0,0,0,1,0,0],[1,1,1,0,0,0,1,1,1,0],[0,0,0,0,0,0,0,1,0,0],[0,1,0,0,0,0,0,0,0,0],[1,1,1,0,0,0,0,0,0,0],[0,1,0,1,... | arc | Example
Input: [[0,0,0,0,1,1,1,0,0,0],[1,1,0,0,1,0,1,0,0,0],[1,1,0,0,1,1,1,0,0,0],[0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,1,1],[0,1,1,1,0,0,0,0,1,0],[0,1,0,1,0,0,0,0,0,0],[0,1,1,1,0,0,1,0,0,0],[0,0,0,0,0,0,1,1,1,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,0,2,0,0,0,0],[1,1,0,0,2,2,2,0,0,0],[1,1,0,0,0,2,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,1],[0,0,2,0,0,0,0,0,1,0],[0,2,2,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,0,0,0,0,1,1,0,0],[0,0,2,0,0,0,0,0,0,0],[0,2,2,2,0,0,0,0,1,1],[0,0,2,0,0,0,0,0,1,1]] | [[0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,1,1],[0,0,2,0,0,0,0,0,1,0],[0,2,2,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,0,0,0,0,1,1,0,0],[0,0,2,0,0,0,0,0,0,0],[0,2,2,2,0,0,0,0,1,1],[0,0,2,0,0,0,0,0,1,1]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,1,1,1,0,0,0],[1,1,0,0,1,0,1,0,0,0],[1,1,0,0,1,1,1,0,0,0],[0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,1,1],[0,1,1,1,0,0,0,0,1,0],[0,1,0,1,0,0,0,0,0,0],[0,1,1,1,0,0,1,0,0,0],[0,0,0,0,0,0,1,1,1,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,0,2,0,0,0,0],[1,1,0,0,2,2,2,0,0,0],[1,1,0,0,0,2,0,0,0,0],[... | [
"[[0,2,0,0,0,0,0,0,0,0],[2,2,2,0,0,0,0,1,0,0],[0,2,0,0,0,0,1,1,1,0],[0,0,0,0,0,0,0,1,0,0],[0,1,0,0,0,0,0,0,0,0],[1,1,1,0,0,0,0,0,0,0],[0,1,0,0,2,0,0,0,0,0],[0,0,0,2,2,2,0,0,1,1],[0,0,0,0,2,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]"
] | |
6c434453::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,1,0,0],[0,0,1,0,0,0,0,1,0,0],[0,1,1,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,1,1,0],[0,0,0,0,0,0,1,0,1,0],[0,0,0,0,... | arc | Example
Input: [[0,0,0,0,1,0,0,0,0,0],[0,0,0,1,1,1,0,0,1,0],[0,0,0,0,1,0,0,0,1,0],[1,1,1,0,0,0,0,1,1,0],[1,0,1,0,0,0,0,0,0,0],[1,1,1,0,0,0,0,0,0,0],[0,0,0,0,0,1,1,1,0,0],[0,0,0,0,0,1,0,1,0,0],[0,1,1,0,0,1,1,1,0,0],[0,1,1,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,1,0,0,0,0,0],[0,0,0,1,1,1,0,0,1,0],[0,0,0,0,1,0,0,0,1,0],[0,2,0,0... | [[0,1,0,0,0,0,0,0,1,1],[1,1,1,0,0,0,0,0,1,1],[0,1,0,0,0,0,1,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,2,0,0,0,0,2,0],[0,0,2,2,2,0,0,2,2,2],[0,0,0,2,0,0,0,0,2,0],[0,0,0,0,0,0,0,0,0,0]] | [[0,1,0,0,0,0,0,0,1,1],[1,1,1,0,0,0,0,0,1,1],[0,1,0,0,0,0,1,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,2,0,0,0,0,2,0],[0,0,2,2,2,0,0,2,2,2],[0,0,0,2,0,0,0,0,2,0],[0,0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,1,0,0,0,0,0],[0,0,0,1,1,1,0,0,1,0],[0,0,0,0,1,0,0,0,1,0],[1,1,1,0,0,0,0,1,1,0],[1,0,1,0,0,0,0,0,0,0],[1,1,1,0,0,0,0,0,0,0],[0,0,0,0,0,1,1,1,0,0],[0,0,0,0,0,1,0,1,0,0],[0,1,1,0,0,1,1,1,0,0],[0,1,1,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,1,0,0,0,0,0],[0,0,0,1,1,1,0,0,1,0],[0,0,0,0,1,0,0,0,1,0],[... | [
"[[0,0,0,0,0,0,0,1,0,0],[0,0,1,0,0,0,0,1,0,0],[0,1,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,2,0,0],[0,0,0,0,0,0,2,2,2,0],[0,0,0,0,0,0,0,2,0,0],[0,2,0,0,0,1,0,0,0,0],[2,2,2,0,1,1,1,0,0,0],[0,2,0,0,0,1,0,0,0,0]]"
] | |
6c434453::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,1,1,1,0,0,0],[1,1,0,0,1,0,1,0,0,0],[0,0,0,0,1,1,1,0,1,0],[0,0,0,0,0,0,0,1,1,1],[0,0,0,0,0,0,0,0,1,0],[0,0,1,0,... | arc | Example
Input: [[0,0,0,0,0,0,0,0,0,0],[0,1,1,1,0,0,0,0,0,0],[0,0,0,1,0,0,1,1,1,0],[0,0,0,0,0,0,1,0,1,0],[0,1,0,0,0,0,1,1,1,0],[1,1,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0],[0,0,0,1,1,1,0,0,1,1],[0,0,0,1,0,1,0,0,1,1],[0,0,0,1,1,1,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0,0],[0,1,1,1,0,0,0,0,0,0],[0,0,0,1,0,0,0,2,0,0],[0,0,0,0... | [[1,1,0,0,0,0,0,2,0,0],[1,1,0,0,0,0,2,2,2,0],[0,0,0,0,0,0,0,2,0,0],[0,0,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,2,0,0],[0,0,0,0,0,0,2,2,2,0],[0,1,0,0,0,0,0,2,0,0],[1,1,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0]] | [[1,1,0,0,0,0,0,2,0,0],[1,1,0,0,0,0,2,2,2,0],[0,0,0,0,0,0,0,2,0,0],[0,0,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,2,0,0],[0,0,0,0,0,0,2,2,2,0],[0,1,0,0,0,0,0,2,0,0],[1,1,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,0,0,0],[0,1,1,1,0,0,0,0,0,0],[0,0,0,1,0,0,1,1,1,0],[0,0,0,0,0,0,1,0,1,0],[0,1,0,0,0,0,1,1,1,0],[1,1,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0],[0,0,0,1,1,1,0,0,1,1],[0,0,0,1,0,1,0,0,1,1],[0,0,0,1,1,1,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,1,1,1,0,0,0,0,0,0],[0,0,0,1,0,0,0,2,0,0],[... | [
"[[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,2,0,0,0,0],[1,1,0,0,2,2,2,0,0,0],[0,0,0,0,0,2,0,0,1,0],[0,0,0,0,0,0,0,1,1,1],[0,0,0,0,0,0,0,0,1,0],[0,0,1,0,0,0,0,0,0,0],[0,1,1,1,0,0,0,0,2,0],[0,0,1,0,0,0,0,2,2,2],[0,0,0,0,0,0,0,0,2,0]]"
] | |
6c434453::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,0,1,1,1],[0,0,0,1,1,1,0,1,0,1],[0,0,0,0,1,0,0,1,1,1],[0,1,1,1,0,0,0,0,0,0],[0,1,0,1,0,0,0,0,0,0],[0,1,1,1,0,0,0,0,0,0],[0,0,0,0,... | arc | Example
Input: [[0,0,0,0,0,0,0,1,1,0],[0,0,1,1,1,0,0,1,1,0],[0,0,1,0,1,0,0,0,0,0],[0,0,1,1,1,0,0,0,0,0],[0,0,0,0,0,0,0,1,1,1],[0,0,0,0,0,0,0,1,0,1],[0,1,1,0,0,0,0,1,1,1],[0,1,0,0,0,1,0,0,0,0],[0,1,0,0,1,1,1,0,0,0],[0,0,0,0,0,1,0,0,0,0]]
Output: [[0,0,0,0,0,0,0,1,1,0],[0,0,0,2,0,0,0,1,1,0],[0,0,2,2,2,0,0,0,0,0],[0,0,0,2... | [[0,0,0,0,0,0,0,0,0,0],[0,2,0,0,0,0,2,0,0,0],[2,2,2,0,0,2,2,2,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,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,1,0],[1,1,0,0,0,0,0,1,1,1],[1,1,0,0,0,0,0,0,1,0]] | [[0,0,0,0,0,0,0,0,0,0],[0,2,0,0,0,0,2,0,0,0],[2,2,2,0,0,2,2,2,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,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,1,0],[1,1,0,0,0,0,0,1,1,1],[1,1,0,0,0,0,0,0,1,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,0,0,1,1,0],[0,0,1,1,1,0,0,1,1,0],[0,0,1,0,1,0,0,0,0,0],[0,0,1,1,1,0,0,0,0,0],[0,0,0,0,0,0,0,1,1,1],[0,0,0,0,0,0,0,1,0,1],[0,1,1,0,0,0,0,1,1,1],[0,1,0,0,0,1,0,0,0,0],[0,1,0,0,1,1,1,0,0,0],[0,0,0,0,0,1,0,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,1,1,0],[0,0,0,2,0,0,0,1,1,0],[0,0,2,2,2,0,0,0,0,0],[... | [
"[[0,0,0,0,1,0,0,0,2,0],[0,0,0,1,1,1,0,2,2,2],[0,0,0,0,1,0,0,0,2,0],[0,0,2,0,0,0,0,0,0,0],[0,2,2,2,0,0,0,0,0,0],[0,0,2,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,1,0],[0,0,1,0,0,0,0,1,0,0],[0,0,1,0,0,0,0,0,0,0]]"
] | |
6c434453::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,1,1,1],[0,0,1,0,0,0,0,1,0,1],[0,1,1,1,0,0,0,1,1,1],[0,0,1,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,1],[0,0,0,0,... | arc | Example
Input: [[0,0,0,1,1,1,0,0,0,0],[0,0,0,1,0,1,0,0,1,1],[0,0,0,1,1,1,0,0,1,1],[0,1,0,0,0,0,0,0,0,0],[1,1,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,1,1,1,0],[0,0,0,0,0,0,1,0,1,0],[0,0,0,1,0,0,1,1,1,0],[0,1,1,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]
Output: [[0,0,0,0,2,0,0,0,0,0],[0,0,0,2,2,2,0,0,1,1],[0,0,0,0,2,0,0,0,1,1],[0,1,0,0... | [[0,1,0,0,0,0,0,0,0,0],[1,1,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,2,0,0],[0,0,0,0,0,0,2,2,2,0],[0,0,0,0,0,0,0,2,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,0,2,0,0],[1,1,0,0,0,0,2,2,2,0],[1,1,0,0,0,0,0,2,0,0]] | [[0,1,0,0,0,0,0,0,0,0],[1,1,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,2,0,0],[0,0,0,0,0,0,2,2,2,0],[0,0,0,0,0,0,0,2,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,0,2,0,0],[1,1,0,0,0,0,2,2,2,0],[1,1,0,0,0,0,0,2,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,1,1,1,0,0,0,0],[0,0,0,1,0,1,0,0,1,1],[0,0,0,1,1,1,0,0,1,1],[0,1,0,0,0,0,0,0,0,0],[1,1,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,1,1,1,0],[0,0,0,0,0,0,1,0,1,0],[0,0,0,1,0,0,1,1,1,0],[0,1,1,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]\nOutput: [[0,0,0,0,2,0,0,0,0,0],[0,0,0,2,2,2,0,0,1,1],[0,0,0,0,2,0,0,0,1,1],[... | [
"[[0,0,0,0,0,0,0,0,2,0],[0,0,1,0,0,0,0,2,2,2],[0,1,1,1,0,0,0,0,2,0],[0,0,1,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,1],[0,0,0,0,0,2,0,0,1,0],[1,1,0,0,2,2,2,0,0,0],[0,0,0,0,0,2,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]"
] | |
6c434453::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,0,0,1,0,0,0,0],[1,0,1,0,1,1,1,0,0,0],[1,1,1,0,0,1,0,0,0,0],[0,0,0,0,0,0,1,1,1,0],[0,0,0,0,0,0,1,0,1,0],[0,0,0,0,0,0,1,1,1,0],[0,0,1,0,... | arc | Example
Input: [[0,1,1,0,0,0,0,0,0,0],[0,1,1,0,0,1,1,1,0,0],[0,0,0,0,0,1,0,1,0,0],[0,0,0,0,0,1,1,1,0,0],[1,1,1,0,0,0,0,0,0,0],[1,0,1,0,0,0,0,0,0,0],[1,1,1,0,0,0,0,1,1,0],[0,0,0,0,1,0,0,0,1,0],[0,0,0,1,1,1,0,0,1,0],[0,0,0,0,1,0,0,0,0,0]]
Output: [[0,1,1,0,0,0,0,0,0,0],[0,1,1,0,0,0,2,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,2,0,0,0,0,2,0],[0,0,2,2,2,0,0,2,2,2],[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,0,0,0],[0,0,0,0,0,0,1,0,0,0],[0,1,0,0,0,0,1,0,0,0],[1,1,1,0,0,0,0,0,1,1],[0,1,0,0,0,0,0,0,1,1]] | [[0,0,0,0,0,0,0,0,0,0],[0,0,0,2,0,0,0,0,2,0],[0,0,2,2,2,0,0,2,2,2],[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,0,0,0],[0,0,0,0,0,0,1,0,0,0],[0,1,0,0,0,0,1,0,0,0],[1,1,1,0,0,0,0,0,1,1],[0,1,0,0,0,0,0,0,1,1]] | [] | arc_train | [
"Example\nInput: [[0,1,1,0,0,0,0,0,0,0],[0,1,1,0,0,1,1,1,0,0],[0,0,0,0,0,1,0,1,0,0],[0,0,0,0,0,1,1,1,0,0],[1,1,1,0,0,0,0,0,0,0],[1,0,1,0,0,0,0,0,0,0],[1,1,1,0,0,0,0,1,1,0],[0,0,0,0,1,0,0,0,1,0],[0,0,0,1,1,1,0,0,1,0],[0,0,0,0,1,0,0,0,0,0]]\nOutput: [[0,1,1,0,0,0,0,0,0,0],[0,1,1,0,0,0,2,0,0,0],[0,0,0,0,0,2,2,2,0,0],[... | [
"[[0,2,0,0,0,1,0,0,0,0],[2,2,2,0,1,1,1,0,0,0],[0,2,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,2,0,0],[0,0,0,0,0,0,2,2,2,0],[0,0,0,0,0,0,0,2,0,0],[0,0,1,0,0,0,0,0,0,0],[0,1,1,1,0,0,0,0,0,0],[0,0,1,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,1,0,0]]"
] | |
6c434453::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,1,1,1,0,0,0,0],[0,0,0,1,0,1,0,0,1,1],[0,1,0,1,1,1,0,0,0,0],[1,1,1,0,0,0,0,0,0,0],[0,1,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,0,0,0,0,1,1,1,0],[0,1,1,1,0,0,1,0,0,0],[0,1,0,1,0,0,0,0,0,0],[0,1,1,1,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,1,1],[0,0,0,0,0,0,0,0,1,0],[1,1,0,0,1,1,1,0,0,0],[1,1,0,0,1,0,1,0,0,0],[0,0,0,0,1,1,1,0,0,0]]
Output: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,1,1,0],[0,0,2,0,0,0,1,0,0,0],[0,2,2,2... | [[0,0,2,0,0,0,0,0,1,1],[0,2,2,2,0,0,0,0,1,1],[0,0,2,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],[0,0,2,0,0,0,0,0,0,0],[0,2,2,2,0,0,0,0,0,0],[0,0,2,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,1,1],[0,0,0,0,0,0,0,0,1,0]] | [[0,0,2,0,0,0,0,0,1,1],[0,2,2,2,0,0,0,0,1,1],[0,0,2,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],[0,0,2,0,0,0,0,0,0,0],[0,2,2,2,0,0,0,0,0,0],[0,0,2,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,1,1],[0,0,0,0,0,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,1,1,1,0],[0,1,1,1,0,0,1,0,0,0],[0,1,0,1,0,0,0,0,0,0],[0,1,1,1,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,1,1],[0,0,0,0,0,0,0,0,1,0],[1,1,0,0,1,1,1,0,0,0],[1,1,0,0,1,0,1,0,0,0],[0,0,0,0,1,1,1,0,0,0]]\nOutput: [[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,1,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,2,0,0,0,0,0],[0,0,0,2,2,2,0,0,1,1],[0,1,0,0,2,0,0,0,0,0],[1,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,1,0,0],[0,2,0,0,0,0,1,1,1,0],[2,2,2,0,0,0,0,1,0,0],[0,2,0,0,0,0,0,0,0,0]]"
] | |
6c434453::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,0,0,0,0],[0,0,1,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,1,1,0],[0,0,0,0,0,0,0,1,0,0],[0,1,1,1,0,0,0,0,0,0],[0,1,0,1,0,0,0,0,0,0],[0,1,1,1,... | arc | Example
Input: [[0,0,0,0,0,1,0,0,0,0],[0,1,0,0,1,1,1,0,0,0],[0,1,0,0,0,1,0,0,0,0],[0,1,1,0,0,0,0,1,1,1],[0,0,0,0,0,0,0,1,0,1],[0,0,0,0,0,0,0,1,1,1],[0,0,1,1,1,0,0,0,0,0],[0,0,1,0,1,0,0,0,0,0],[0,0,1,1,1,0,0,1,1,0],[0,0,0,0,0,0,0,1,1,0]]
Output: [[0,0,0,0,0,1,0,0,0,0],[0,1,0,0,1,1,1,0,0,0],[0,1,0,0,0,1,0,0,0,0],[0,1,1,0... | [[1,1,0,0,0,0,0,0,1,0],[1,1,0,0,0,0,0,1,1,1],[0,0,0,1,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],[0,0,0,0,0,0,0,0,0,0],[0,2,0,0,0,0,2,0,0,0],[2,2,2,0,0,2,2,2,0,0],[0,2,0,0,0,0,2,0,0,0],[0,0,0,0,0,0,0,0,0,0]] | [[1,1,0,0,0,0,0,0,1,0],[1,1,0,0,0,0,0,1,1,1],[0,0,0,1,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],[0,0,0,0,0,0,0,0,0,0],[0,2,0,0,0,0,2,0,0,0],[2,2,2,0,0,2,2,2,0,0],[0,2,0,0,0,0,2,0,0,0],[0,0,0,0,0,0,0,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,0,0,1,0,0,0,0],[0,1,0,0,1,1,1,0,0,0],[0,1,0,0,0,1,0,0,0,0],[0,1,1,0,0,0,0,1,1,1],[0,0,0,0,0,0,0,1,0,1],[0,0,0,0,0,0,0,1,1,1],[0,0,1,1,1,0,0,0,0,0],[0,0,1,0,1,0,0,0,0,0],[0,0,1,1,1,0,0,1,1,0],[0,0,0,0,0,0,0,1,1,0]]\nOutput: [[0,0,0,0,0,1,0,0,0,0],[0,1,0,0,1,1,1,0,0,0],[0,1,0,0,0,1,0,0,0,0],[... | [
"[[0,0,1,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,1,0,0],[0,0,0,0,0,0,1,1,1,0],[0,0,0,0,0,0,0,1,0,0],[0,0,2,0,0,0,0,0,0,0],[0,2,2,2,0,0,0,0,0,0],[0,0,2,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,2,0],[0,0,0,1,1,1,0,2,2,2],[0,0,0,0,1,0,0,0,2,0]]"
] | |
6cdd2623 | 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,2,2,0,0,0,0,3,0,0,0,0,0,2,0,0,0,0],[2,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,5,2,0,5,2,0,5,0,0,0,0,0,2,0,0,0],[0,... | arc | Example
Input: [[0,4,4,0,0,0,0,4,0,0,0,0,0,8,0,4,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,4,0,5],[4,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,4,0,0,0,5,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,4,5,0,0,0,0,0,0,0,5],[0,4,0,0,0,5,0,0,0,0,4,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4],[0,0,0,0,0,0,0,0... | [[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]... | [[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]... | [] | arc_train | [
"Example\nInput: [[0,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,8,0,1,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,0,0],[2,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,8,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,1,0,0,1,0,8,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,3,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,3,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,3,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... | |
6cdd2623::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,0,2,0,5,5,0,2,0,0],[0,0,0,0,0,0,2,0,0,0,5],[0,0,2,0,0,2,0,2,0,2,0],[2,0,0,0,0,0,0,0,0,0,5],[0,0,0,0,0,0,0,0,0,0,... | arc | Example
Input: [[0,0,5,0,0,5,0,4,0,0,8,0,0,0,0],[4,0,0,0,0,0,0,5,0,0,0,0,4,4,0],[0,0,4,0,0,0,4,0,0,0,0,4,0,0,0],[8,0,0,0,0,0,0,0,0,0,0,0,0,0,8],[0,0,0,0,0,0,0,0,4,0,0,0,4,0,0],[0,0,0,0,0,0,0,0,0,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,5],[0,0,0,0,5,5,0,0,0,0,0,0,0,4,4],[4,0,0,0,0,4,0,0... | [[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,... | [[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,... | [] | arc_train | [
"Example\nInput: [[0,0,0,2,0,0,0,0,0,1,0,2,0],[0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,8,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,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,8,0,0,0],[0,0,0,0,0,0,8,0,8,0,0,0,0],[0,1,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,1,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,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[3,3,3,3,3,3,3,3,3,3,3],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0... | |
6cdd2623::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,0,0,0,0,3,0,0,5,0,0,0,0,0,2,0,0],[0,0,0,2,0,0,0,5,0,5,2,0,2,0,0,0,0,0,0,0,0,0],[3,2,0,0,0,0,0,0,0,0,0,0,0,0,5,2,0,5,5,0,0,3],[0,... | arc | Example
Input: [[0,0,0,8,0,0,0,5,4,0,0,0,4,0,4,0,4],[0,4,0,0,0,0,0,0,4,0,4,0,0,0,0,0,0],[0,4,0,0,4,0,0,0,0,0,0,0,0,0,0,5,0],[0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,4],[8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8],[0,0,0,0,0,4,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],[4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,4,0,0,0,4,0... | [[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0]... | [[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0]... | [] | arc_train | [
"Example\nInput: [[0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8],[2,0,0,0,0,0,0,0,1,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],[1,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,8,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,8,0,1,0,0,1,0,0,1,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,3,0,0,0,0,0,0,0,0,0,0,0],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[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,3,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,3,0,0,0,0,0,0,0,0... | |
6cdd2623::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,3,0,0,0,5,0,0,2,0],[0,0,0,0,0,0,0,0,0,0,0],[2,0,0,0,2,0,0,0,0,0,0],[0,0,5,0,0,2,2,0,0,0,0],[0,0,5,0,0,0,0,5,0,0,0],[0,0,0,0,0,0,2,5,0,0,... | arc | Example
Input: [[4,0,0,4,8,0,0,0,0,0,0,4,0,0,0],[0,0,5,0,0,0,0,0,4,0,0,0,0,0,4],[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,4,0,0,0],[4,0,0,0,0,0,0,0,0,0,4,0,0,4,0],[0,0,0,0,0,0,0,0,5,0,0,0,0,0,0],[0,4,0,0,0,4,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,4,0,0,0,0,4],[4,4,0,0,0,0,0,0,0,5,5,0,0,0,0],[5,0,0,0,0,0,0,0... | [[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,... | [[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,... | [] | arc_train | [
"Example\nInput: [[8,2,0,0,0,0,0,0,0,2,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,0,0,0],[0,0,0,0,0,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,1,0,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,8,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,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[3,3,3,3,3,3,3,3,3,3,3],[0,0,3,0,0,0,0,0,0,0,0],[0... | |
6cdd2623::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,2,0,0,0,0,0,3,0,0,0,0,2,2,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,2],[0,0,0,2,0,0,0,0,0,5,0,2,5,0,2,5,0,0,0,0,0,0],[0,... | arc | Example
Input: [[0,4,0,8,0,0,0,0,0,4,0,0,0,0,4,4,0],[0,0,0,0,0,0,0,0,0,0,0,0,4,0,4,0,0],[5,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,4,0,0,4],[0,0,0,0,0,0,0,0,5,0,0,0,4,0,0,0,0],[5,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,0],[0,0,4,0,0,0,4,0,0,0,0,5,0,0,0,4,0],[4,5,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,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0]... | [[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0]... | [] | arc_train | [
"Example\nInput: [[0,0,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,1,0,8,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,0,0,0],[2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2],[0,1,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,0,0,0,8,0,1,0,0,1,0,0,1,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,3,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,3,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,3,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... | |
6cdd2623::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,2,0,0,5,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,2,0,0,0,2],[0,0,0,0,2,2,0,0,5,0,0],[0,0,0,5,0,0,0,0,5,0,0],[2,0,0,5,2,0,0,0,0,0,... | arc | Example
Input: [[0,0,0,4,0,0,0,0,0,0,8,4,0,0,4],[4,0,0,0,0,0,4,0,0,0,0,0,5,0,0],[4,4,0,0,0,0,0,0,0,0,0,0,0,0,4],[0,0,0,4,0,0,0,0,0,0,0,0,0,0,0],[0,4,0,0,4,0,0,0,0,0,0,0,0,0,4],[0,0,0,0,0,0,5,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,4,0,0,0,4,0],[4,0,0,0,0,4,0,0,0,0,0,0,0,0,0],[0,0,0,0,5,5,0,0,0,0,0,0,0,4,4],[0,0,0,0,0,0,0,0... | [[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,... | [[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,6,... | [] | arc_train | [
"Example\nInput: [[0,0,0,2,0,0,0,0,0,0,0,2,8],[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,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,8,0,0,0,0],[8,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,0,0,0,0,0],[0,0,1,0,0,0,1,0,0,0,0,8,0],[0,0,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,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[0,0,0,0,0,0,0,0,3,0,0],[3,3,3,3,3,3,3,3,3,3,3],[0,0,0,0,0,0,0,0,3,0,0],[0... | |
6cdd2623::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,0,0,0,0,5,0,0,3,0,0,0,0,0,5,0,5,0,0],[0,0,0,0,0,0,0,0,0,2,0,2,5,0,5,0,0,0,2,0,0,0],[3,0,0,5,5,0,2,5,0,0,0,0,0,0,0,0,0,0,0,0,2,3],[0,... | arc | Example
Input: [[4,0,4,0,4,0,0,0,4,5,0,0,0,8,0,0,0],[0,0,0,0,0,0,4,0,4,0,0,0,0,0,0,4,0],[0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,4,0],[4,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0],[8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8],[0,0,0,0,0,0,4,0,0,0,0,4,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,0,0,0,0,0,0,0,5,4],[0,4,0,0,0,5,0,0... | [[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]... | [[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]... | [] | arc_train | [
"Example\nInput: [[8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0],[2,0,0,0,0,0,0,0,8,0,0,1,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,8,0,0,0,0,1],[0,8,0,0,8,0,0,0,0,0,0,0,0,8,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,0,0,1,0,0,1,0,8,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,3,0,0,0,0,0,0,0,0,0,0],[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,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,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,3,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... | |
6cdd2623::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,3,0,0,0,0,0,0,0,0],[0,0,2,0,5,5,0,2,0,0,0],[5,0,0,0,2,0,0,0,0,0,0],[0,2,0,2,0,2,0,0,2,0,0],[5,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,8,0,0,4,0,5,0,0,5,0,0],[0,4,4,0,0,0,0,5,0,0,0,0,0,0,4],[0,0,0,4,0,0,0,0,4,0,0,0,4,0,0],[8,0,0,0,0,0,0,0,0,0,0,0,0,0,8],[0,0,4,0,0,0,4,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,0,0,0,0,0,4,0,0,0,0,0,0],[5,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[4,4,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,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,... | [[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,... | [] | arc_train | [
"Example\nInput: [[0,2,0,1,0,0,0,0,0,2,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0],[8,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,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,8,1,0,0,0,0,0,0,0,0],[0,0,0,0,8,0,8,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,1,0],[0,1,0,0,0,0,1,0,0,0,0,0,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,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[3,3,3,3,3,3,3,3,3,3,3],[0,0,3,0,0,0,0,0,0,0,0],[0,0,3,0,0,0,0,0,0,0,0],[0... | |
6cf79266 | 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,5,0,0,5,5,5,5,5,5,0,0,5,5,5,5,0,0],[5,0,5,5,5,5,5,5,0,0,5,5,5,5,0,5,5,0,5,5],[5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,0,5,5],[0,5,5,5,5,5,0,... | arc | Example
Input: [[7,0,7,7,7,7,0,7,7,0,0,7,7,0,0,7,0,7,7,7],[0,0,7,0,7,0,7,0,7,7,7,0,0,0,0,7,7,0,0,7],[0,0,0,0,0,7,0,0,7,7,7,7,0,7,0,0,0,0,7,0],[7,0,7,0,7,0,7,7,0,0,0,7,7,0,0,7,7,0,7,0],[0,0,7,0,0,7,0,0,7,0,7,7,7,7,0,0,7,0,0,7],[7,7,7,7,7,7,7,7,0,7,7,0,7,7,0,0,0,7,0,7],[0,0,0,7,0,7,0,0,7,7,0,7,0,7,0,0,0,0,7,7],[0,7,7,7,7... | [[0,4,0,4,4,0,4,4,4,0,0,0,4,0,4,4,4,4,4,0],[0,0,4,4,0,0,4,0,4,4,0,0,0,0,4,4,4,4,4,0],[4,4,4,0,0,4,0,4,0,4,0,4,4,4,4,4,4,0,4,0],[4,4,0,4,0,0,4,0,0,0,0,0,0,4,4,4,0,4,0,0],[4,0,0,4,4,0,4,4,4,4,4,4,4,0,4,4,0,4,0,4],[4,4,0,0,4,0,0,4,4,4,4,4,4,0,0,4,4,0,4,0],[0,0,0,4,1,1,1,0,4,4,4,4,4,0,4,0,4,4,0,4],[4,0,4,4,1,1,1,4,4,0,0,0,... | [[0,4,0,4,4,0,4,4,4,0,0,0,4,0,4,4,4,4,4,0],[0,0,4,4,0,0,4,0,4,4,0,0,0,0,4,4,4,4,4,0],[4,4,4,0,0,4,0,4,0,4,0,4,4,4,4,4,4,0,4,0],[4,4,0,4,0,0,4,0,0,0,0,0,0,4,4,4,0,4,0,0],[4,0,0,4,4,0,4,4,4,4,4,4,4,0,4,4,0,4,0,4],[4,4,0,0,4,0,0,4,4,4,4,4,4,0,0,4,4,0,4,0],[0,0,0,4,1,1,1,0,4,4,4,4,4,0,4,0,4,4,0,4],[4,0,4,4,1,1,1,4,4,0,0,0,... | [] | arc_train | [
"Example\nInput: [[3,3,3,3,0,3,0,3,0,3,3,0,0,3,3,3,0,3,0,0],[0,0,3,3,0,0,3,0,3,3,0,3,0,3,3,0,0,3,3,0],[3,3,3,3,3,0,0,3,0,0,0,3,0,3,3,0,3,3,3,3],[3,0,3,3,0,0,0,0,3,0,3,3,0,3,3,3,0,3,3,0],[0,0,0,3,0,3,0,3,3,3,0,3,3,3,0,3,3,3,0,0],[3,3,0,0,3,3,0,3,3,3,3,0,0,3,0,3,3,3,3,0],[0,3,0,0,0,0,3,3,0,3,0,0,3,0,0,0,3,0,3,0],[3,0... | [
"[[5,0,0,5,0,0,5,5,5,5,5,5,0,0,5,5,5,5,0,0],[5,0,5,5,5,5,5,5,0,0,5,5,5,5,0,5,5,0,5,5],[5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,0,5,5],[0,5,5,5,5,5,0,0,0,5,0,5,5,0,5,5,0,0,0,5],[5,5,5,5,5,5,0,5,0,0,5,5,5,0,0,0,5,5,0,5],[0,5,0,5,0,5,0,0,5,0,5,0,5,0,5,0,5,5,5,5],[5,5,5,5,5,5,5,5,5,0,0,5,0,5,5,5,1,1,1,5],[0,0,0,5,5,5,0,0,0,5... | |
6cf79266::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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,0,5,5,5],[0,5,5,0,0,5,0,0,0,5,5,0,5,0,0,5,5,0,5,0],[5,0,0,0,5,5,0,0,0,0,5,5,5,5,5,0,0,5,0,0],[5,5,0,0,5,5,0,... | arc | Example
Input: [[7,7,0,0,7,7,7,7,7,0,0,7,7,7,7,0,0,0,7,7],[7,0,7,7,0,0,7,0,7,7,7,7,7,7,7,0,0,0,0,7],[7,0,0,0,0,7,0,0,0,0,7,7,0,0,7,7,0,0,7,0],[0,7,0,7,7,0,0,0,0,7,0,7,0,7,0,7,0,0,7,7],[7,7,0,7,0,0,0,0,0,7,0,0,7,7,7,7,7,0,7,0],[0,0,0,0,0,0,0,0,7,0,0,0,0,7,7,0,0,7,0,0],[0,0,7,0,7,7,7,7,7,7,0,7,7,0,7,0,7,0,7,7],[7,0,0,7,7... | [[0,0,0,0,4,0,4,0,0,4,4,0,4,0,4,0,4,4,0,4],[4,4,4,0,0,4,0,0,0,0,4,4,4,0,4,0,4,4,0,4],[4,4,0,4,4,0,4,0,0,4,0,0,0,4,4,4,0,4,0,0],[4,4,4,0,0,4,4,0,4,0,4,4,0,4,4,0,1,1,1,4],[4,4,4,4,4,4,0,0,4,4,4,4,0,4,4,4,1,1,1,0],[4,4,4,4,4,0,4,4,4,4,4,4,4,0,0,0,1,1,1,4],[0,0,4,4,0,0,0,4,0,4,0,4,4,0,4,4,4,4,4,0],[4,0,4,0,4,4,4,0,4,0,4,4,... | [[0,0,0,0,4,0,4,0,0,4,4,0,4,0,4,0,4,4,0,4],[4,4,4,0,0,4,0,0,0,0,4,4,4,0,4,0,4,4,0,4],[4,4,0,4,4,0,4,0,0,4,0,0,0,4,4,4,0,4,0,0],[4,4,4,0,0,4,4,0,4,0,4,4,0,4,4,0,1,1,1,4],[4,4,4,4,4,4,0,0,4,4,4,4,0,4,4,4,1,1,1,0],[4,4,4,4,4,0,4,4,4,4,4,4,4,0,0,0,1,1,1,4],[0,0,4,4,0,0,0,4,0,4,0,4,4,0,4,4,4,4,4,0],[4,0,4,0,4,4,4,0,4,0,4,4,... | [] | arc_train | [
"Example\nInput: [[0,0,3,0,0,0,0,3,3,3,3,3,3,0,3,0,3,0,3,3],[0,3,3,3,0,3,3,3,3,3,0,3,3,3,0,0,3,0,3,0],[3,3,3,3,3,3,0,3,3,3,3,3,0,0,0,3,0,0,3,3],[0,0,3,0,3,3,3,3,3,0,3,0,0,3,3,3,0,3,3,3],[3,0,0,3,3,3,0,3,0,3,0,3,3,0,3,3,0,3,3,3],[3,3,3,3,0,0,0,3,0,0,0,0,0,0,3,0,3,0,3,0],[3,3,3,3,3,3,0,3,3,3,0,3,0,3,3,3,0,0,0,3],[0,0... | [
"[[0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,0,5,5,5],[0,5,5,0,0,5,1,1,1,5,5,0,5,0,0,5,5,0,5,0],[5,0,0,0,5,5,1,1,1,0,5,5,5,5,5,0,0,5,0,0],[5,5,0,0,5,5,1,1,1,5,5,5,5,5,5,5,0,5,5,0],[5,5,5,5,0,0,5,5,5,5,5,5,5,0,5,5,0,0,5,5],[5,0,5,5,0,5,5,0,0,5,5,0,5,5,0,0,5,5,0,0],[0,5,5,0,0,0,5,5,5,0,0,5,5,5,5,5,0,0,0,5],[0,5,5,5,5,5,0,0,0,5... | |
6cf79266::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,5,0,5,5,0,5,5,5,5,0,0,5,5,5],[5,5,0,5,5,0,0,5,5,5,5,5,5,5,5,5,5,5,5,5],[5,0,5,5,0,5,0,0,0,5,5,5,5,5,0,5,5,5,5,5],[0,5,0,0,0,5,0,... | arc | Example
Input: [[7,7,0,7,0,0,7,7,7,7,0,0,7,0,7,7,0,7,7,0],[7,0,7,7,7,0,7,0,0,0,7,0,7,7,0,0,0,0,0,7],[0,0,0,0,0,7,0,0,7,0,7,7,0,7,0,0,0,7,7,7],[0,0,0,0,7,0,7,0,7,7,0,7,7,7,0,0,0,7,7,7],[0,0,7,7,7,0,0,7,7,7,7,7,0,7,0,7,7,7,0,7],[7,7,7,0,7,7,7,0,7,0,7,7,0,7,0,7,7,7,0,0],[7,7,0,7,7,7,0,7,7,0,7,7,7,7,7,0,7,7,0,0],[7,7,0,0,7... | [[4,4,0,4,0,4,0,4,0,0,0,4,4,0,0,1,1,1,4,4],[0,0,0,1,1,1,4,0,0,4,0,4,4,4,4,1,1,1,0,0],[4,4,4,1,1,1,4,0,4,0,4,4,0,4,4,1,1,1,0,4],[4,4,0,1,1,1,4,4,4,0,0,4,4,0,4,0,4,0,4,4],[0,0,4,0,4,0,4,0,4,0,0,4,0,4,0,4,4,0,0,4],[4,4,4,4,4,0,4,4,0,0,4,0,4,0,0,4,4,4,4,0],[0,0,4,4,4,0,0,0,0,4,4,4,0,0,4,0,4,4,0,4],[4,4,0,0,0,4,4,0,4,0,0,4,... | [[4,4,0,4,0,4,0,4,0,0,0,4,4,0,0,1,1,1,4,4],[0,0,0,1,1,1,4,0,0,4,0,4,4,4,4,1,1,1,0,0],[4,4,4,1,1,1,4,0,4,0,4,4,0,4,4,1,1,1,0,4],[4,4,0,1,1,1,4,4,4,0,0,4,4,0,4,0,4,0,4,4],[0,0,4,0,4,0,4,0,4,0,0,4,0,4,0,4,4,0,0,4],[4,4,4,4,4,0,4,4,0,0,4,0,4,0,0,4,4,4,4,0],[0,0,4,4,4,0,0,0,0,4,4,4,0,0,4,0,4,4,0,4],[4,4,0,0,0,4,4,0,4,0,0,4,... | [] | arc_train | [
"Example\nInput: [[3,0,3,3,3,0,3,0,3,0,0,0,3,3,3,0,3,3,0,3],[3,3,3,3,3,3,0,0,3,0,0,3,0,3,3,0,3,0,0,3],[0,0,0,3,3,0,0,3,3,3,0,3,3,3,0,0,3,0,3,0],[3,3,0,0,0,3,0,3,0,0,0,0,0,0,0,3,3,0,3,3],[0,0,3,3,3,0,3,3,0,3,0,3,0,0,3,3,0,3,0,0],[3,0,0,3,3,3,3,3,3,3,3,0,3,3,0,3,3,3,0,3],[0,3,0,3,0,0,3,3,3,0,0,0,3,3,3,3,0,3,0,0],[3,3... | [
"[[5,0,0,0,5,0,5,0,5,5,0,5,5,5,5,0,0,5,5,5],[5,5,0,5,5,0,0,5,5,5,5,5,5,5,5,5,5,5,5,5],[5,0,5,5,0,5,0,0,0,5,5,5,5,5,0,5,5,5,5,5],[0,5,0,0,0,5,0,5,0,0,5,0,0,5,5,0,5,0,5,0],[0,5,0,5,5,0,5,0,5,5,5,0,0,0,5,0,5,0,0,5],[5,0,5,5,5,0,5,5,5,5,0,5,5,0,5,5,5,5,0,0],[5,0,5,5,0,5,5,5,0,5,5,5,5,5,5,5,5,0,5,5],[5,5,5,5,5,5,5,0,5,5... | |
6cf79266::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,5,0,5,5,5,5,0,5,0,5,0,5,0,5,5,5],[5,5,5,5,0,0,5,0,0,5,0,5,0,5,5,5,5,5,0,0],[5,5,5,0,0,5,0,0,5,5,5,0,0,5,0,5,5,5,5,0],[0,5,5,5,5,5,5,... | arc | Example
Input: [[0,7,7,7,7,0,0,0,7,7,7,0,0,0,7,0,7,0,0,7],[7,0,7,7,0,0,0,7,7,0,7,0,7,0,7,0,0,0,0,0],[7,0,7,7,7,7,7,0,0,0,0,0,7,0,7,7,7,0,7,7],[0,0,0,0,7,7,7,7,0,0,7,7,7,7,7,0,0,0,0,7],[7,0,0,0,7,7,0,7,7,0,7,0,7,0,7,0,7,0,7,7],[7,0,0,0,0,0,7,7,7,0,7,0,0,7,7,7,0,7,0,7],[0,7,7,7,7,7,7,0,7,0,0,0,7,0,7,0,7,0,7,0],[7,7,0,7,0... | [[4,0,4,4,4,0,4,0,0,0,4,0,4,0,4,4,4,4,0,0],[4,0,0,4,0,4,0,0,4,0,0,4,0,0,4,0,4,4,0,4],[1,1,1,0,0,4,4,4,4,0,0,4,4,0,0,0,0,4,4,0],[1,1,1,4,4,4,4,0,0,4,0,4,4,4,0,4,4,0,4,4],[1,1,1,0,4,4,0,0,0,0,4,1,1,1,4,4,0,0,0,4],[0,4,4,4,0,0,4,4,4,4,4,1,1,1,0,0,0,4,0,0],[0,4,4,0,4,0,0,0,4,0,0,1,1,1,0,4,4,0,4,4],[4,4,0,4,0,4,0,0,4,4,0,4,... | [[4,0,4,4,4,0,4,0,0,0,4,0,4,0,4,4,4,4,0,0],[4,0,0,4,0,4,0,0,4,0,0,4,0,0,4,0,4,4,0,4],[1,1,1,0,0,4,4,4,4,0,0,4,4,0,0,0,0,4,4,0],[1,1,1,4,4,4,4,0,0,4,0,4,4,4,0,4,4,0,4,4],[1,1,1,0,4,4,0,0,0,0,4,1,1,1,4,4,0,0,0,4],[0,4,4,4,0,0,4,4,4,4,4,1,1,1,0,0,0,4,0,0],[0,4,4,0,4,0,0,0,4,0,0,1,1,1,0,4,4,0,4,4],[4,4,0,4,0,4,0,0,4,4,0,4,... | [] | arc_train | [
"Example\nInput: [[3,3,0,3,0,3,0,0,3,3,0,0,3,0,3,0,3,3,0,3],[0,0,3,3,0,0,0,3,0,0,0,3,0,3,3,0,0,3,0,3],[3,0,0,0,3,3,3,3,0,3,0,3,3,0,0,0,3,3,3,3],[3,3,3,3,0,3,0,0,3,3,3,0,0,0,0,3,3,3,3,3],[0,0,0,3,3,3,3,0,0,0,3,0,0,0,3,0,0,3,0,0],[3,3,0,0,3,0,3,0,0,3,0,0,0,0,3,3,0,0,0,3],[3,3,3,0,0,3,3,3,0,3,0,0,0,3,0,0,0,0,3,0],[3,0... | [
"[[5,5,5,0,5,0,5,5,5,5,0,5,0,5,0,5,0,5,5,5],[5,5,5,5,0,0,5,0,0,5,0,5,0,5,5,5,5,5,0,0],[5,5,5,0,0,5,0,0,5,5,5,0,0,5,0,5,5,5,5,0],[0,5,5,5,5,5,5,5,5,0,0,0,5,5,5,5,5,5,5,5],[0,5,5,0,0,5,5,5,5,5,0,5,5,5,0,5,5,5,5,0],[5,5,0,5,5,5,5,5,5,5,0,0,5,5,5,5,5,5,5,0],[5,5,5,5,0,0,5,5,5,5,5,0,0,5,0,0,0,5,5,5],[5,5,5,0,0,5,5,0,0,5... | |
6cf79266::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,5,5,5,5,0,0,5,5,5,5,5,5,0,0,5,0,0,5],[5,5,0,5,5,0,5,5,5,5,0,0,5,5,5,5,5,5,0,5],[5,5,0,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],[5,0,0,0,5,5,0,... | arc | Example
Input: [[7,7,7,0,7,0,0,7,7,0,0,7,7,0,7,7,7,7,0,7],[7,0,0,7,7,0,0,0,0,7,7,7,0,7,0,7,0,7,0,0],[0,7,0,0,0,0,7,0,7,7,7,7,0,0,7,0,0,0,0,0],[0,7,0,7,7,0,0,7,7,0,0,0,7,7,0,7,0,7,0,7],[7,0,0,7,0,0,7,7,7,7,0,7,0,0,7,0,0,7,0,0],[7,0,7,0,0,0,7,7,0,7,7,0,7,7,7,7,7,7,7,7],[7,7,0,0,0,0,7,0,7,0,7,7,0,0,7,0,7,0,0,0],[7,0,0,0,0... | [[0,4,4,4,4,4,0,4,0,0,0,4,4,4,0,4,4,0,4,0],[0,4,4,4,4,4,0,0,0,0,4,4,0,4,0,0,4,4,0,0],[0,4,0,4,4,4,4,4,4,0,4,0,4,0,4,0,0,4,4,4],[0,0,4,0,4,4,4,0,0,0,0,0,0,4,0,0,4,0,4,4],[4,0,4,0,4,4,0,4,4,4,4,4,4,4,0,4,4,0,0,4],[0,4,0,4,4,0,0,4,4,4,4,4,4,0,0,4,0,0,4,4],[4,0,4,4,0,4,0,4,4,4,4,4,0,1,1,1,4,0,0,0],[0,0,0,0,0,4,4,0,0,0,0,4,... | [[0,4,4,4,4,4,0,4,0,0,0,4,4,4,0,4,4,0,4,0],[0,4,4,4,4,4,0,0,0,0,4,4,0,4,0,0,4,4,0,0],[0,4,0,4,4,4,4,4,4,0,4,0,4,0,4,0,0,4,4,4],[0,0,4,0,4,4,4,0,0,0,0,0,0,4,0,0,4,0,4,4],[4,0,4,0,4,4,0,4,4,4,4,4,4,4,0,4,4,0,0,4],[0,4,0,4,4,0,0,4,4,4,4,4,4,0,0,4,0,0,4,4],[4,0,4,4,0,4,0,4,4,4,4,4,0,1,1,1,4,0,0,0],[0,0,0,0,0,4,4,0,0,0,0,4,... | [] | arc_train | [
"Example\nInput: [[0,0,3,0,3,3,3,0,0,3,3,0,3,0,3,0,3,3,3,3],[0,3,3,0,0,3,3,0,3,0,3,3,0,3,0,0,3,3,0,0],[3,3,3,3,0,3,3,0,3,0,0,0,3,0,0,3,3,3,3,3],[0,3,3,0,3,3,3,0,3,3,0,3,0,0,0,0,3,3,0,3],[0,0,3,3,3,0,3,3,3,0,3,3,3,0,3,0,3,0,0,0],[0,3,3,3,3,0,3,0,0,3,3,3,3,0,3,3,0,0,3,3],[0,3,0,3,0,0,0,3,0,0,3,0,3,3,0,0,0,0,3,0],[3,3... | [
"[[0,0,5,5,5,5,0,0,5,5,5,5,5,5,0,0,5,0,0,5],[5,5,0,5,5,0,5,5,5,5,0,0,5,5,5,5,5,5,0,5],[5,5,0,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],[5,0,0,0,5,5,0,5,5,0,5,0,0,0,5,5,5,5,5,0],[5,0,5,5,0,0,0,5,5,5,0,0,5,0,5,5,5,5,5,5],[5,5,5,5,0,5,0,5,0,5,0,5,0,0,5,0,5,0,5,0],[5,1,1,1,5,5,5,0,5,0,0,5,5,5,5,5,5,5,5,5],[5,1,1,1,5,0,5,0,5,5... | |
6cf79266::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: [[5,5,5,0,5,0,5,0,5,0,5,5,5,5,0,5,0,5,5,5],[0,0,5,5,5,5,5,0,5,0,5,0,0,5,0,0,5,5,5,5],[0,5,5,5,5,0,5,0,0,5,5,5,0,0,5,0,0,5,5,5],[5,5,5,5,5,5,5,... | arc | Example
Input: [[7,0,0,7,0,7,0,0,0,7,7,7,0,0,0,7,7,7,7,0],[0,0,0,0,0,7,0,7,0,7,0,7,7,0,0,0,7,7,0,7],[7,7,0,7,7,7,0,7,0,0,0,0,0,7,7,7,7,7,0,7],[7,0,0,0,0,7,7,7,7,7,0,0,7,7,7,7,0,0,0,0],[7,7,0,7,0,7,0,7,0,7,0,7,7,0,7,7,0,0,0,7],[7,0,7,0,7,7,7,0,0,7,0,7,7,7,0,0,0,0,0,7],[0,7,0,7,0,7,0,7,0,0,0,7,0,7,7,7,7,7,7,0],[7,0,0,7,0... | [[0,0,4,4,4,4,0,4,0,4,0,0,0,4,0,4,4,4,0,4],[4,0,4,4,0,4,0,0,4,0,0,4,0,0,4,0,4,0,0,4],[0,4,4,0,0,0,0,4,4,0,0,4,4,4,4,0,0,1,1,1],[4,4,0,4,4,0,4,4,4,0,4,0,0,4,4,4,4,1,1,1],[4,0,0,0,4,4,1,1,1,4,0,0,0,0,4,4,0,1,1,1],[0,0,4,0,0,0,1,1,1,4,4,4,4,4,0,0,4,4,4,0],[4,4,0,4,4,0,1,1,1,0,0,4,0,0,0,4,0,4,4,0],[4,0,4,0,4,4,0,4,4,0,4,4,... | [[0,0,4,4,4,4,0,4,0,4,0,0,0,4,0,4,4,4,0,4],[4,0,4,4,0,4,0,0,4,0,0,4,0,0,4,0,4,0,0,4],[0,4,4,0,0,0,0,4,4,0,0,4,4,4,4,0,0,1,1,1],[4,4,0,4,4,0,4,4,4,0,4,0,0,4,4,4,4,1,1,1],[4,0,0,0,4,4,1,1,1,4,0,0,0,0,4,4,0,1,1,1],[0,0,4,0,0,0,1,1,1,4,4,4,4,4,0,0,4,4,4,0],[4,4,0,4,4,0,1,1,1,0,0,4,0,0,0,4,0,4,4,0],[4,0,4,0,4,4,0,4,4,0,4,4,... | [] | arc_train | [
"Example\nInput: [[3,0,3,3,0,3,0,3,0,0,3,3,0,0,3,0,3,0,3,3],[3,0,3,0,0,3,3,0,3,0,0,0,3,0,0,0,3,3,0,0],[3,3,3,3,0,0,0,3,3,0,3,0,3,3,3,3,0,0,0,3],[3,3,3,3,3,0,0,0,0,3,3,3,0,0,3,0,3,3,3,3],[0,0,3,0,0,3,0,0,0,3,0,0,0,3,3,3,3,0,0,0],[3,0,0,0,3,3,0,0,0,0,3,0,0,3,0,3,0,0,3,3],[0,3,0,0,0,0,3,0,0,0,3,0,3,3,3,0,0,3,3,3],[3,0... | [
"[[5,5,5,0,5,0,5,0,5,0,5,5,5,5,0,5,0,5,5,5],[0,0,5,5,5,5,5,0,5,0,5,0,0,5,0,0,5,5,5,5],[0,5,5,5,5,0,5,0,0,5,5,5,0,0,5,0,0,5,5,5],[5,5,5,5,5,5,5,5,0,0,0,5,5,5,5,5,5,5,5,0],[0,5,5,5,5,0,5,5,5,0,5,5,5,5,5,0,0,5,5,0],[0,5,5,5,5,5,5,5,0,0,5,5,5,5,5,5,5,0,5,5],[5,5,5,0,0,0,5,0,0,5,5,5,5,5,0,0,5,5,5,5],[5,5,5,0,5,0,5,0,5,5... | |
6cf79266::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,5,5,0,0,5,5,5,5,0,5,5,0,5,0,5,0,0,0,5],[5,5,5,5,5,5,5,5,5,5,5,5,5,0,0,5,5,0,5,5],[5,5,5,5,5,0,5,5,5,5,5,0,0,0,5,0,5,5,0,5],[0,5,0,5,0,5,5,... | arc | Example
Input: [[0,7,7,0,7,7,0,7,0,0,7,7,7,7,0,0,7,0,7,7],[7,0,0,0,0,0,7,7,0,7,0,0,0,7,0,7,7,7,0,7],[7,7,7,0,0,0,7,0,7,7,0,7,0,0,7,0,0,0,0,0],[7,7,7,0,0,0,7,7,7,0,7,7,0,7,0,7,0,0,0,0],[7,0,7,7,7,0,7,0,7,7,7,7,7,0,0,7,7,7,0,0],[0,0,7,7,7,0,7,0,7,7,0,7,0,7,7,7,0,7,7,7],[0,0,7,7,0,7,7,7,7,7,0,7,7,0,7,7,7,0,7,7],[0,7,0,7,7... | [[4,4,1,1,1,0,0,4,4,0,0,0,4,0,4,0,4,0,4,4],[0,0,1,1,1,4,4,4,4,0,4,0,0,4,1,1,1,0,0,0],[4,0,1,1,1,4,4,0,4,4,0,4,0,4,1,1,1,4,4,4],[4,4,0,4,0,4,0,4,4,0,0,4,4,4,1,1,1,0,4,4],[4,0,0,4,4,0,4,0,4,0,0,4,0,4,0,4,0,4,0,0],[0,4,4,4,4,0,0,4,0,4,0,0,4,4,0,4,4,4,4,4],[4,0,4,4,0,4,0,0,4,4,4,0,0,0,0,4,4,4,0,0],[0,0,4,0,0,4,0,0,4,0,0,4,... | [[4,4,1,1,1,0,0,4,4,0,0,0,4,0,4,0,4,0,4,4],[0,0,1,1,1,4,4,4,4,0,4,0,0,4,1,1,1,0,0,0],[4,0,1,1,1,4,4,0,4,4,0,4,0,4,1,1,1,4,4,4],[4,4,0,4,0,4,0,4,4,0,0,4,4,4,1,1,1,0,4,4],[4,0,0,4,4,0,4,0,4,0,0,4,0,4,0,4,0,4,0,0],[0,4,4,4,4,0,0,4,0,4,0,0,4,4,0,4,4,4,4,4],[4,0,4,4,0,4,0,0,4,4,4,0,0,0,0,4,4,4,0,0],[0,0,4,0,0,4,0,0,4,0,0,4,... | [] | arc_train | [
"Example\nInput: [[3,0,3,3,0,3,3,3,0,0,0,3,0,3,0,3,3,3,0,3],[3,0,0,3,0,3,3,0,3,0,0,3,0,0,3,3,3,3,3,3],[0,3,0,3,0,0,3,3,3,0,3,3,3,0,0,3,3,0,0,0],[3,3,0,3,3,0,0,0,0,0,0,0,3,0,3,0,0,0,3,3],[0,0,3,0,3,3,0,0,3,0,3,0,3,3,0,3,3,3,0,0],[3,0,3,3,3,0,3,3,0,3,3,3,3,3,3,3,3,0,0,3],[0,0,3,0,3,3,3,3,0,0,0,3,3,3,0,0,3,0,3,0],[0,3... | [
"[[5,5,5,0,0,5,5,5,5,0,5,5,0,5,0,5,0,0,0,5],[5,5,5,5,5,5,5,5,5,5,5,5,5,0,0,5,5,0,5,5],[5,5,5,5,5,0,5,5,5,5,5,0,0,0,5,0,5,5,0,5],[0,5,0,5,0,5,5,0,0,5,0,0,5,0,5,0,0,0,5,0],[5,0,0,5,0,5,0,0,0,5,5,5,0,5,0,5,5,0,5,0],[0,0,5,5,5,5,0,5,5,0,5,5,5,5,0,5,5,5,0,5],[5,5,0,5,5,5,5,5,5,5,5,0,5,5,5,0,5,5,0,5],[5,0,0,5,5,5,5,0,0,5... | |
6cf79266::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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0],[0,5,0,5,5,0,0,5,0,5,5,0,0,0,5,0,0,5,5,0],[0,0,5,0,0,5,5,5,5,5,0,0,0,0,5,5,0,0,0,5],[0,5,5,0,5,5,5,... | arc | Example
Input: [[7,7,0,0,0,7,7,7,7,0,0,7,7,7,7,7,0,0,7,7],[7,0,0,0,0,7,7,7,7,7,7,7,0,7,0,0,7,7,0,7],[0,7,0,0,7,7,0,0,7,7,0,0,0,0,7,0,0,0,0,7],[7,7,0,0,7,0,7,0,7,0,7,0,0,0,0,7,7,0,7,0],[0,7,0,7,7,7,7,7,0,0,7,0,0,0,0,0,7,0,7,7],[0,0,7,0,0,7,7,0,0,0,0,7,0,0,0,0,0,0,0,0],[7,7,0,7,0,7,0,7,7,0,7,7,7,7,7,7,0,7,0,0],[7,0,0,0,7... | [[4,0,4,4,0,4,0,4,0,4,4,0,0,4,0,4,0,0,0,0],[4,0,4,4,0,4,0,4,4,4,0,0,0,0,4,0,0,4,4,4],[0,0,4,0,4,4,4,0,0,0,4,0,0,4,0,4,4,0,4,4],[4,1,1,1,0,4,4,0,4,4,0,4,0,4,4,0,0,4,4,4],[0,1,1,1,4,4,4,0,4,4,4,4,0,0,4,4,4,4,4,4],[4,1,1,1,0,0,0,4,4,4,4,4,4,4,0,4,4,4,4,4],[0,4,4,4,4,4,0,4,4,0,4,0,4,0,0,0,4,4,0,0],[4,0,0,4,0,4,0,0,4,4,0,4,... | [[4,0,4,4,0,4,0,4,0,4,4,0,0,4,0,4,0,0,0,0],[4,0,4,4,0,4,0,4,4,4,0,0,0,0,4,0,0,4,4,4],[0,0,4,0,4,4,4,0,0,0,4,0,0,4,0,4,4,0,4,4],[4,1,1,1,0,4,4,0,4,4,0,4,0,4,4,0,0,4,4,4],[0,1,1,1,4,4,4,0,4,4,4,4,0,0,4,4,4,4,4,4],[4,1,1,1,0,0,0,4,4,4,4,4,4,4,0,4,4,4,4,4],[0,4,4,4,4,4,0,4,4,0,4,0,4,0,0,0,4,4,0,0],[4,0,0,4,0,4,0,0,4,4,0,4,... | [] | arc_train | [
"Example\nInput: [[3,3,0,3,0,3,0,3,3,3,3,3,3,0,0,0,0,3,0,0],[0,3,0,3,0,0,3,3,3,0,3,3,3,3,3,0,3,3,3,0],[3,3,0,0,3,0,0,0,3,3,3,3,3,0,3,3,3,3,3,3],[3,3,3,0,3,3,3,0,0,3,0,3,3,3,3,3,0,3,0,0],[3,3,3,0,3,3,0,3,3,0,3,0,3,0,3,3,3,0,0,3],[0,3,0,3,0,3,0,0,0,0,0,0,3,0,0,0,3,3,3,3],[3,0,0,0,3,3,3,0,3,0,3,3,3,0,3,3,3,3,3,3],[0,0... | [
"[[5,5,5,0,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0],[0,5,0,5,5,0,0,5,0,5,5,1,1,1,5,0,0,5,5,0],[0,0,5,0,0,5,5,5,5,5,0,1,1,1,5,5,0,0,0,5],[0,5,5,0,5,5,5,5,5,5,5,1,1,1,5,5,0,0,5,5],[5,5,0,0,5,5,0,5,5,5,5,5,5,5,0,0,5,5,5,5],[0,0,5,5,0,0,5,5,0,5,5,0,0,5,5,0,5,5,0,5],[5,0,0,0,5,5,5,5,5,0,0,5,5,5,0,0,0,5,5,0],[0,5,0,5,0,5,5,0,0,0... | |
6d0160f0 | 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: [[3,0,0,5,7,0,6,5,8,0,7],[0,0,9,5,0,3,0,5,0,6,0],[7,2,0,5,0,0,2,5,0,3,0],[5,5,5,5,5,5,5,5,5,5,5],[7,0,2,5,8,7,0,5,0,2,3],[0,0,6,5,0,0,3,5,0,0,... | arc | Example
Input: [[3,0,0,5,0,1,0,5,0,0,2],[0,2,0,5,0,3,0,5,0,6,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,1,0,5,0,0,0,5,0,3,0],[7,0,6,5,2,0,7,5,0,7,0],[0,0,0,5,0,0,0,5,0,6,0],[5,5,5,5,5,5,5,5,5,5,5],[7,0,0,5,0,4,0,5,0,0,3],[0,0,0,5,0,7,0,5,2,0,0],[0,3,0,5,0,3,0,5,0,0,6]]
Output: [[0,0,0,5,0,4,0,5,0,0,0],[0,0,0... | [[0,0,0,5,0,0,0,5,6,0,4],[0,0,0,5,0,0,0,5,0,2,0],[0,0,0,5,0,0,0,5,0,7,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0]] | [[0,0,0,5,0,0,0,5,6,0,4],[0,0,0,5,0,0,0,5,0,2,0],[0,0,0,5,0,0,0,5,0,7,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0]] | [] | arc_train | [
"Example\nInput: [[3,0,0,5,0,2,0,5,0,6,0],[0,0,7,5,0,0,0,5,0,0,9],[0,6,0,5,0,1,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,3,0,5,0,0,0,5,0,0,0],[1,0,9,5,0,0,6,5,0,7,3],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[9,0,0,5,0,9,0,5,0,9,0],[0,6,0,5,0,0,4,5,0,0,1],[0,0,0,5,7,0,0,5,0,0,0]]\nOutput: [[0,0,0,5,0,0,0,5,0,0,0]... | [
"[[0,0,0,5,0,0,0,5,0,3,4],[0,0,0,5,0,0,0,5,7,0,0],[0,0,0,5,0,0,0,5,0,0,2],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0]]",
"[[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,... | |
6d0160f0::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,5,3,7,0,5,7,1,0],[0,6,3,5,2,0,6,5,0,0,3],[8,0,0,5,0,0,0,5,2,0,0],[5,5,5,5,5,5,5,5,5,5,5],[6,0,2,5,0,3,0,5,0,3,0],[0,3,0,5,7,0,0,5,2,0,... | arc | Example
Input: [[2,0,0,5,0,0,0,5,3,0,6],[0,6,0,5,3,7,6,5,0,0,0],[0,0,0,5,0,0,0,5,0,2,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,7,0,5,0,0,0],[1,3,0,5,0,0,0,5,4,7,3],[0,0,0,5,0,2,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,6,0,5,0,0,0],[0,2,0,5,1,0,0,5,0,0,3],[3,0,0,5,0,7,0,5,7,0,0]]
Output: [[0,0,0,5,0,0,0,5,0,0,0],[0,0,0... | [[4,0,0,5,0,0,0,5,0,0,0],[0,2,7,5,0,0,0,5,0,0,0],[6,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0]] | [[4,0,0,5,0,0,0,5,0,0,0],[0,2,7,5,0,0,0,5,0,0,0],[6,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,9,0,5,0,3,0,5,0,1,0],[6,0,0,5,0,7,0,5,9,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,6,0,5,0,4,0],[2,0,1,5,0,0,0,5,9,0,0],[0,0,0,5,0,0,0,5,0,0,7],[5,5,5,5,5,5,5,5,5,5,5],[0,7,0,5,0,9,0,5,0,0,0],[0,0,6,5,3,0,0,5,0,6,0],[3,0,0,5,0,1,0,5,9,0,0]]\nOutput: [[0,0,0,5,0,4,0,5,0,0,0]... | [
"[[4,0,2,5,0,0,0,5,0,0,0],[3,0,0,5,0,0,0,5,0,0,0],[0,7,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0]]",
"[[0,0,0,5,0,4,0,5,0,0,0],[0,0,0,5,9,0,0,5,0,... | |
6d0160f0::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,3,0,5,0,6,0,5,2,0,0],[1,0,0,5,3,0,7,5,0,0,7],[7,0,2,5,0,2,0,5,4,3,0],[5,5,5,5,5,5,5,5,5,5,5],[0,6,0,5,0,0,2,5,0,0,3],[7,0,0,5,3,0,0,5,6,0,... | arc | Example
Input: [[6,0,0,5,0,3,0,5,0,3,0],[0,0,2,5,0,7,0,5,0,0,0],[3,0,0,5,0,4,0,5,0,0,7],[5,5,5,5,5,5,5,5,5,5,5],[0,6,0,5,0,0,0,5,0,0,0],[0,7,0,5,7,0,2,5,6,0,7],[0,3,0,5,0,0,0,5,0,1,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,6,0,5,0,3,0,5,0,2,0],[2,0,0,5,0,1,0,5,0,0,3]]
Output: [[0,0,0,5,0,0,0,5,0,0,0],[0,0,0... | [[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,7,0,5,0,0,0,5,0,0,0],[0,2,0,5,0,0,0,5,0,0,0],[4,0,6,5,0,0,0,5,0,0,0]] | [[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,7,0,5,0,0,0,5,0,0,0],[0,2,0,5,0,0,0,5,0,0,0],[4,0,6,5,0,0,0,5,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,0,0,5,0,0,7,5,0,0,0],[1,0,0,5,4,0,0,5,0,6,0],[0,9,0,5,0,9,0,5,0,0,9],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[3,7,0,5,6,0,0,5,9,0,1],[0,0,0,5,0,0,0,5,0,3,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,1,0,5,0,6,0],[9,0,0,5,0,0,0,5,7,0,0],[0,6,0,5,0,2,0,5,0,0,3]]\nOutput: [[0,0,0,5,0,0,0,5,0,0,0]... | [
"[[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[2,0,0,5,0,0,0,5,0,0,0],[0,0,7,5,0,0,0,5,0,0,0],[4,3,0,5,0,0,0,5,0,0,0]]",
"[[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,... | |
6d0160f0::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,5,3,0,7,5,7,0,3],[0,0,3,5,0,0,0,5,2,0,0],[2,0,4,5,0,6,2,5,0,9,0],[5,5,5,5,5,5,5,5,5,5,5],[0,7,0,5,2,0,8,5,0,0,7],[6,0,2,5,0,0,7,5,0,3,... | arc | Example
Input: [[0,0,7,5,0,7,0,5,0,0,3],[3,0,0,5,0,0,1,5,0,2,0],[0,0,0,5,0,6,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,2,0,5,0,0,0],[3,7,4,5,0,0,0,5,0,3,1],[0,0,0,5,0,7,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,2,0,5,0,0,0,5,0,0,0],[0,0,0,5,6,7,3,5,0,6,0],[6,0,3,5,0,0,0,5,0,0,2]]
Output: [[0,0,0,5,0,0,0,5,0,0,0],[0,0,0... | [[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,6],[0,0,0,5,0,0,0,5,7,2,0],[0,0,0,5,0,0,0,5,0,0,4]] | [[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,6],[0,0,0,5,0,0,0,5,7,2,0],[0,0,0,5,0,0,0,5,0,0,4]] | [] | arc_train | [
"Example\nInput: [[0,0,9,5,0,1,0,5,0,0,3],[0,6,0,5,0,0,3,5,6,0,0],[0,0,0,5,0,9,0,5,0,7,0],[5,5,5,5,5,5,5,5,5,5,5],[7,0,0,5,0,0,0,5,0,0,0],[0,0,9,5,0,0,0,5,1,0,2],[0,4,0,5,0,6,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,9,5,0,7,0,5,0,0,6],[0,1,0,5,0,3,0,5,0,9,0]]\nOutput: [[0,0,0,5,0,0,0,5,0,0,0]... | [
"[[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,7,0],[0,0,0,5,0,0,0,5,0,0,3],[0,0,0,5,0,0,0,5,2,0,4]]",
"[[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,... | |
6d0160f0::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,0,8,5,6,0,7,5,0,0,3],[0,6,0,5,0,3,0,5,9,0,0],[0,3,0,5,2,0,0,5,0,2,7],[5,5,5,5,5,5,5,5,5,5,5],[3,2,0,5,0,7,8,5,2,0,7],[7,0,0,5,3,0,0,5,6,0,... | arc | Example
Input: [[2,0,0,5,0,1,0,5,0,0,3],[0,6,0,5,0,3,0,5,0,2,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,3,0,5,0,0,0,5,0,1,0],[0,7,0,5,7,0,2,5,6,0,7],[0,6,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[3,0,0,5,0,4,0,5,0,0,7],[0,0,2,5,0,7,0,5,0,0,0],[6,0,0,5,0,3,0,5,0,3,0]]
Output: [[0,0,0,5,0,4,0,5,0,0,0],[0,0,0... | [[4,0,6,5,0,0,0,5,0,0,0],[0,2,0,5,0,0,0,5,0,0,0],[0,7,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0]] | [[4,0,6,5,0,0,0,5,0,0,0],[0,2,0,5,0,0,0,5,0,0,0],[0,7,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,6,0,5,0,2,0,5,0,0,3],[9,0,0,5,0,0,0,5,7,0,0],[0,0,0,5,0,1,0,5,0,6,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,3,0],[3,7,0,5,6,0,0,5,9,0,1],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,9,0,5,0,9,0,5,0,0,9],[1,0,0,5,4,0,0,5,0,6,0],[0,0,0,5,0,0,7,5,0,0,0]]\nOutput: [[0,0,0,5,0,0,0,5,0,0,0]... | [
"[[4,3,0,5,0,0,0,5,0,0,0],[0,0,7,5,0,0,0,5,0,0,0],[2,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0]]",
"[[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,... | |
6d0160f0::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: [[3,0,7,5,7,0,3,5,0,7,0],[0,0,2,5,0,0,0,5,3,0,0],[0,9,0,5,2,6,0,5,4,0,2],[5,5,5,5,5,5,5,5,5,5,5],[7,0,0,5,8,0,2,5,0,7,0],[0,3,0,5,7,0,0,5,2,0,... | arc | Example
Input: [[3,0,0,5,0,7,0,5,7,0,0],[0,2,0,5,1,0,0,5,0,0,3],[0,0,0,5,0,6,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,2,0,5,0,0,0],[1,3,0,5,0,0,0,5,4,7,3],[0,0,0,5,0,7,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,2,0],[0,6,0,5,3,7,6,5,0,0,0],[2,0,0,5,0,0,0,5,3,0,6]]
Output: [[0,0,0,5,0,0,0,5,0,0,0],[0,0,0... | [[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[6,0,0,5,0,0,0,5,0,0,0],[0,2,7,5,0,0,0,5,0,0,0],[4,0,0,5,0,0,0,5,0,0,0]] | [[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[6,0,0,5,0,0,0,5,0,0,0],[0,2,7,5,0,0,0,5,0,0,0],[4,0,0,5,0,0,0,5,0,0,0]] | [] | arc_train | [
"Example\nInput: [[3,0,0,5,0,1,0,5,9,0,0],[0,0,6,5,3,0,0,5,0,6,0],[0,7,0,5,0,9,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,7],[2,0,1,5,0,0,0,5,9,0,0],[0,0,0,5,0,6,0,5,0,4,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[6,0,0,5,0,7,0,5,9,0,0],[0,9,0,5,0,3,0,5,0,1,0]]\nOutput: [[0,0,0,5,0,0,0,5,0,0,0]... | [
"[[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,7,0,5,0,0,0,5,0,0,0],[3,0,0,5,0,0,0,5,0,0,0],[4,0,2,5,0,0,0,5,0,0,0]]",
"[[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,... | |
6d0160f0::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,5,0,6,0,5,0,3,0],[7,0,0,5,7,0,3,5,0,0,1],[0,3,4,5,0,2,0,5,2,0,7],[5,5,5,5,5,5,5,5,5,5,5],[3,0,0,5,2,0,0,5,0,6,0],[0,0,6,5,0,0,3,5,0,0,... | arc | Example
Input: [[0,3,0,5,0,3,0,5,0,0,6],[0,0,0,5,0,7,0,5,2,0,0],[7,0,0,5,0,4,0,5,0,0,3],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,6,0],[7,0,6,5,2,0,7,5,0,7,0],[0,1,0,5,0,0,0,5,0,3,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,2,0,5,0,3,0,5,0,6,0],[3,0,0,5,0,1,0,5,0,0,2]]
Output: [[0,0,0,5,0,0,0,5,0,0,0],[0,0,0... | [[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,7,0],[0,0,0,5,0,0,0,5,0,2,0],[0,0,0,5,0,0,0,5,6,0,4]] | [[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,7,0],[0,0,0,5,0,0,0,5,0,2,0],[0,0,0,5,0,0,0,5,6,0,4]] | [] | arc_train | [
"Example\nInput: [[0,0,0,5,7,0,0,5,0,0,0],[0,6,0,5,0,0,4,5,0,0,1],[9,0,0,5,0,9,0,5,0,9,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[1,0,9,5,0,0,6,5,0,7,3],[0,3,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,6,0,5,0,1,0,5,0,0,0],[0,0,7,5,0,0,0,5,0,0,9],[3,0,0,5,0,2,0,5,0,6,0]]\nOutput: [[0,0,0,5,0,0,0,5,0,0,0]... | [
"[[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,2],[0,0,0,5,0,0,0,5,7,0,0],[0,0,0,5,0,0,0,5,0,3,4]]",
"[[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,... | |
6d0160f0::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,1,7,5,0,7,3,5,0,0,7],[3,0,0,5,6,0,2,5,3,6,0],[0,0,2,5,0,0,0,5,0,0,8],[5,5,5,5,5,5,5,5,5,5,5],[0,3,0,5,0,3,0,5,2,0,6],[6,0,2,5,0,0,7,5,0,3,... | arc | Example
Input: [[6,0,3,5,0,0,0,5,0,0,2],[0,0,0,5,6,7,3,5,0,6,0],[0,2,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,7,0,5,0,0,0],[3,7,4,5,0,0,0,5,0,3,1],[0,0,0,5,0,2,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,6,0,5,0,0,0],[3,0,0,5,0,0,1,5,0,2,0],[0,0,7,5,0,7,0,5,0,0,3]]
Output: [[0,0,0,5,0,0,0,5,0,0,0],[0,0,0... | [[0,0,0,5,0,0,0,5,0,0,4],[0,0,0,5,0,0,0,5,7,2,0],[0,0,0,5,0,0,0,5,0,0,6],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0]] | [[0,0,0,5,0,0,0,5,0,0,4],[0,0,0,5,0,0,0,5,7,2,0],[0,0,0,5,0,0,0,5,0,0,6],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0]] | [] | arc_train | [
"Example\nInput: [[0,1,0,5,0,3,0,5,0,9,0],[0,0,9,5,0,7,0,5,0,0,6],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,4,0,5,0,6,0,5,0,0,0],[0,0,9,5,0,0,0,5,1,0,2],[7,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,9,0,5,0,7,0],[0,6,0,5,0,0,3,5,6,0,0],[0,0,9,5,0,1,0,5,0,0,3]]\nOutput: [[0,0,0,5,0,4,0,5,0,0,0]... | [
"[[0,0,0,5,0,0,0,5,2,0,4],[0,0,0,5,0,0,0,5,0,0,3],[0,0,0,5,0,0,0,5,0,7,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[5,5,5,5,5,5,5,5,5,5,5],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0],[0,0,0,5,0,0,0,5,0,0,0]]",
"[[0,0,0,5,0,4,0,5,0,0,0],[0,0,0,5,0,0,9,5,0,... | |
6d0aefbc | 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: [[6,6,6],[1,6,1],[8,8,6]]
Output: [[6,6,6,6,6,6],[1,6,1,1,6,1],[8,8,6,6,8,8]]
Example 2
Input: [[6,8,1],[6,1,1],[1,1,6]]
Output: [[6,8,1,1,8,... | arc | Example
Input: [[1,1,1],[1,6,6],[6,6,6]]
Output: [[1,1,1,1,1,1],[1,6,6,6,6,1],[6,6,6,6,6,6]]
Now apply the same rule to:
Input: [[6,8,6],[8,6,8],[1,6,1]] | [[6,8,6,6,8,6],[8,6,8,8,6,8],[1,6,1,1,6,1]] | [[6,8,6,6,8,6],[8,6,8,8,6,8],[1,6,1,1,6,1]] | [] | arc_train | [
"Example\nInput: [[6,8,1],[6,1,1],[1,1,6]]\nOutput: [[6,8,1,1,8,6],[6,1,1,1,1,6],[1,1,6,6,1,1]]\n\nNow apply the same rule to:\nInput: [[6,6,6],[1,6,1],[8,8,6]]",
"Example\nInput: [[1,1,1],[8,1,6],[6,8,8]]\nOutput: [[1,1,1,1,1,1],[8,1,6,6,1,8],[6,8,8,8,8,6]]\n\nNow apply the same rule to:\nInput: [[6,8,1],[6,1,1]... | [
"[[6,6,6,6,6,6],[1,6,1,1,6,1],[8,8,6,6,8,8]]",
"[[6,8,1,1,8,6],[6,1,1,1,1,6],[1,1,6,6,1,1]]",
"[[1,1,1,1,1,1],[8,1,6,6,1,8],[6,8,8,8,8,6]]"
] | |
6d0aefbc::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: [[6,1,6],[6,6,8],[6,1,8]]
Output: [[6,1,8],[6,6,8],[6,1,6],[6,1,6],[6,6,8],[6,1,8]]
Example 2
Input: [[1,1,6],[8,1,1],[6,6,1]]
Output: [[6,6,... | arc | Example
Input: [[1,6,6],[1,6,6],[1,1,6]]
Output: [[1,1,6],[1,6,6],[1,6,6],[1,6,6],[1,6,6],[1,1,6]]
Now apply the same rule to:
Input: [[6,8,1],[8,6,6],[6,8,1]] | [[6,8,1],[8,6,6],[6,8,1],[6,8,1],[8,6,6],[6,8,1]] | [[6,8,1],[8,6,6],[6,8,1],[6,8,1],[8,6,6],[6,8,1]] | [] | arc_train | [
"Example\nInput: [[1,1,6],[8,1,1],[6,6,1]]\nOutput: [[6,6,1],[8,1,1],[1,1,6],[1,1,6],[8,1,1],[6,6,1]]\n\nNow apply the same rule to:\nInput: [[6,1,6],[6,6,8],[6,1,8]]",
"Example\nInput: [[1,6,8],[1,1,8],[1,8,6]]\nOutput: [[1,8,6],[1,1,8],[1,6,8],[1,6,8],[1,1,8],[1,8,6]]\n\nNow apply the same rule to:\nInput: [[1,... | [
"[[6,1,8],[6,6,8],[6,1,6],[6,1,6],[6,6,8],[6,1,8]]",
"[[6,6,1],[8,1,1],[1,1,6],[1,1,6],[8,1,1],[6,6,1]]",
"[[1,8,6],[1,1,8],[1,6,8],[1,6,8],[1,1,8],[1,8,6]]"
] | |
6d0aefbc::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: [[6,8,8],[1,6,1],[6,6,6]]
Output: [[8,8,6,6,8,8],[1,6,1,1,6,1],[6,6,6,6,6,6]]
Example 2
Input: [[6,1,1],[1,1,6],[1,8,6]]
Output: [[1,1,6,6,1,... | arc | Example
Input: [[6,6,6],[6,6,1],[1,1,1]]
Output: [[6,6,6,6,6,6],[1,6,6,6,6,1],[1,1,1,1,1,1]]
Now apply the same rule to:
Input: [[1,6,1],[8,6,8],[6,8,6]] | [[1,6,1,1,6,1],[8,6,8,8,6,8],[6,8,6,6,8,6]] | [[1,6,1,1,6,1],[8,6,8,8,6,8],[6,8,6,6,8,6]] | [] | arc_train | [
"Example\nInput: [[6,1,1],[1,1,6],[1,8,6]]\nOutput: [[1,1,6,6,1,1],[6,1,1,1,1,6],[6,8,1,1,8,6]]\n\nNow apply the same rule to:\nInput: [[6,8,8],[1,6,1],[6,6,6]]",
"Example\nInput: [[8,8,6],[6,1,8],[1,1,1]]\nOutput: [[6,8,8,8,8,6],[8,1,6,6,1,8],[1,1,1,1,1,1]]\n\nNow apply the same rule to:\nInput: [[6,1,1],[1,1,6]... | [
"[[8,8,6,6,8,8],[1,6,1,1,6,1],[6,6,6,6,6,6]]",
"[[1,1,6,6,1,1],[6,1,1,1,1,6],[6,8,1,1,8,6]]",
"[[6,8,8,8,8,6],[8,1,6,6,1,8],[1,1,1,1,1,1]]"
] | |
6d0aefbc::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,1,6],[8,6,6],[6,1,6]]
Output: [[8,1,6],[8,6,6],[6,1,6],[6,1,6],[8,6,6],[8,1,6]]
Example 2
Input: [[1,6,6],[1,1,8],[6,1,1]]
Output: [[1,6,... | arc | Example
Input: [[6,1,1],[6,6,1],[6,6,1]]
Output: [[6,1,1],[6,6,1],[6,6,1],[6,6,1],[6,6,1],[6,1,1]]
Now apply the same rule to:
Input: [[1,8,6],[6,6,8],[1,8,6]] | [[1,8,6],[6,6,8],[1,8,6],[1,8,6],[6,6,8],[1,8,6]] | [[1,8,6],[6,6,8],[1,8,6],[1,8,6],[6,6,8],[1,8,6]] | [] | arc_train | [
"Example\nInput: [[1,6,6],[1,1,8],[6,1,1]]\nOutput: [[1,6,6],[1,1,8],[6,1,1],[6,1,1],[1,1,8],[1,6,6]]\n\nNow apply the same rule to:\nInput: [[8,1,6],[8,6,6],[6,1,6]]",
"Example\nInput: [[6,8,1],[8,1,1],[8,6,1]]\nOutput: [[6,8,1],[8,1,1],[8,6,1],[8,6,1],[8,1,1],[6,8,1]]\n\nNow apply the same rule to:\nInput: [[1,... | [
"[[8,1,6],[8,6,6],[6,1,6],[6,1,6],[8,6,6],[8,1,6]]",
"[[1,6,6],[1,1,8],[6,1,1],[6,1,1],[1,1,8],[1,6,6]]",
"[[6,8,1],[8,1,1],[8,6,1],[8,6,1],[8,1,1],[6,8,1]]"
] | |
6d0aefbc::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: [[6,6,6],[1,6,1],[6,8,8]]
Output: [[6,6,6,6,6,6],[1,6,1,1,6,1],[8,8,6,6,8,8]]
Example 2
Input: [[1,8,6],[1,1,6],[6,1,1]]
Output: [[6,8,1,1,8,... | arc | Example
Input: [[1,1,1],[6,6,1],[6,6,6]]
Output: [[1,1,1,1,1,1],[1,6,6,6,6,1],[6,6,6,6,6,6]]
Now apply the same rule to:
Input: [[6,8,6],[8,6,8],[1,6,1]] | [[6,8,6,6,8,6],[8,6,8,8,6,8],[1,6,1,1,6,1]] | [[6,8,6,6,8,6],[8,6,8,8,6,8],[1,6,1,1,6,1]] | [] | arc_train | [
"Example\nInput: [[1,8,6],[1,1,6],[6,1,1]]\nOutput: [[6,8,1,1,8,6],[6,1,1,1,1,6],[1,1,6,6,1,1]]\n\nNow apply the same rule to:\nInput: [[6,6,6],[1,6,1],[6,8,8]]",
"Example\nInput: [[1,1,1],[6,1,8],[8,8,6]]\nOutput: [[1,1,1,1,1,1],[8,1,6,6,1,8],[6,8,8,8,8,6]]\n\nNow apply the same rule to:\nInput: [[1,8,6],[1,1,6]... | [
"[[6,6,6,6,6,6],[1,6,1,1,6,1],[8,8,6,6,8,8]]",
"[[6,8,1,1,8,6],[6,1,1,1,1,6],[1,1,6,6,1,1]]",
"[[1,1,1,1,1,1],[8,1,6,6,1,8],[6,8,8,8,8,6]]"
] | |
6d0aefbc::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: [[6,1,8],[6,6,8],[6,1,6]]
Output: [[6,1,8],[6,6,8],[6,1,6],[6,1,6],[6,6,8],[6,1,8]]
Example 2
Input: [[6,6,1],[8,1,1],[1,1,6]]
Output: [[6,6,... | arc | Example
Input: [[1,1,6],[1,6,6],[1,6,6]]
Output: [[1,1,6],[1,6,6],[1,6,6],[1,6,6],[1,6,6],[1,1,6]]
Now apply the same rule to:
Input: [[6,8,1],[8,6,6],[6,8,1]] | [[6,8,1],[8,6,6],[6,8,1],[6,8,1],[8,6,6],[6,8,1]] | [[6,8,1],[8,6,6],[6,8,1],[6,8,1],[8,6,6],[6,8,1]] | [] | arc_train | [
"Example\nInput: [[6,6,1],[8,1,1],[1,1,6]]\nOutput: [[6,6,1],[8,1,1],[1,1,6],[1,1,6],[8,1,1],[6,6,1]]\n\nNow apply the same rule to:\nInput: [[6,1,8],[6,6,8],[6,1,6]]",
"Example\nInput: [[1,8,6],[1,1,8],[1,6,8]]\nOutput: [[1,8,6],[1,1,8],[1,6,8],[1,6,8],[1,1,8],[1,8,6]]\n\nNow apply the same rule to:\nInput: [[6,... | [
"[[6,1,8],[6,6,8],[6,1,6],[6,1,6],[6,6,8],[6,1,8]]",
"[[6,6,1],[8,1,1],[1,1,6],[1,1,6],[8,1,1],[6,6,1]]",
"[[1,8,6],[1,1,8],[1,6,8],[1,6,8],[1,1,8],[1,8,6]]"
] | |
6d0aefbc::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,6],[1,6,1],[6,6,6]]
Output: [[8,8,6,6,8,8],[1,6,1,1,6,1],[6,6,6,6,6,6]]
Example 2
Input: [[1,1,6],[6,1,1],[6,8,1]]
Output: [[1,1,6,6,1,... | arc | Example
Input: [[6,6,6],[1,6,6],[1,1,1]]
Output: [[6,6,6,6,6,6],[1,6,6,6,6,1],[1,1,1,1,1,1]]
Now apply the same rule to:
Input: [[1,6,1],[8,6,8],[6,8,6]] | [[1,6,1,1,6,1],[8,6,8,8,6,8],[6,8,6,6,8,6]] | [[1,6,1,1,6,1],[8,6,8,8,6,8],[6,8,6,6,8,6]] | [] | arc_train | [
"Example\nInput: [[1,1,6],[6,1,1],[6,8,1]]\nOutput: [[1,1,6,6,1,1],[6,1,1,1,1,6],[6,8,1,1,8,6]]\n\nNow apply the same rule to:\nInput: [[8,8,6],[1,6,1],[6,6,6]]",
"Example\nInput: [[6,8,8],[8,1,6],[1,1,1]]\nOutput: [[6,8,8,8,8,6],[8,1,6,6,1,8],[1,1,1,1,1,1]]\n\nNow apply the same rule to:\nInput: [[1,1,6],[6,1,1]... | [
"[[8,8,6,6,8,8],[1,6,1,1,6,1],[6,6,6,6,6,6]]",
"[[1,1,6,6,1,1],[6,1,1,1,1,6],[6,8,1,1,8,6]]",
"[[6,8,8,8,8,6],[8,1,6,6,1,8],[1,1,1,1,1,1]]"
] | |
6d0aefbc::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: [[6,1,6],[8,6,6],[8,1,6]]
Output: [[8,1,6],[8,6,6],[6,1,6],[6,1,6],[8,6,6],[8,1,6]]
Example 2
Input: [[6,1,1],[1,1,8],[1,6,6]]
Output: [[1,6,... | arc | Example
Input: [[6,6,1],[6,6,1],[6,1,1]]
Output: [[6,1,1],[6,6,1],[6,6,1],[6,6,1],[6,6,1],[6,1,1]]
Now apply the same rule to:
Input: [[1,8,6],[6,6,8],[1,8,6]] | [[1,8,6],[6,6,8],[1,8,6],[1,8,6],[6,6,8],[1,8,6]] | [[1,8,6],[6,6,8],[1,8,6],[1,8,6],[6,6,8],[1,8,6]] | [] | arc_train | [
"Example\nInput: [[6,1,1],[1,1,8],[1,6,6]]\nOutput: [[1,6,6],[1,1,8],[6,1,1],[6,1,1],[1,1,8],[1,6,6]]\n\nNow apply the same rule to:\nInput: [[6,1,6],[8,6,6],[8,1,6]]",
"Example\nInput: [[8,6,1],[8,1,1],[6,8,1]]\nOutput: [[6,8,1],[8,1,1],[8,6,1],[8,6,1],[8,1,1],[6,8,1]]\n\nNow apply the same rule to:\nInput: [[6,... | [
"[[8,1,6],[8,6,6],[6,1,6],[6,1,6],[8,6,6],[8,1,6]]",
"[[1,6,6],[1,1,8],[6,1,1],[6,1,1],[1,1,8],[1,6,6]]",
"[[6,8,1],[8,1,1],[8,6,1],[8,6,1],[8,1,1],[6,8,1]]"
] | |
6d58a25d | 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,8,0,0,0,0,0,0,0,0,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,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,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,3,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,3,0,0,0,4,4,4,0,0,0,0,3,0],[0,0,0,0,0,0,0,0,0,0,4,4,0,4,4,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,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,0,0,6,0,0,0,0,0,0,0,0],[0,0,6,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,1,0,1,1,0,0,0,0,6,0,0,0,0,6,0],[0,0,0,1,6,6,0,6,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,6,6,0,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,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,0,0,6,0,0,0,0,0,0,0,0],[0,0,6,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,1,0,1,1,0,0,0,0,6,0,0,0,0,6,0],[0,0,0,1,6,6,0,6,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,6,6,0,6,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,2,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,2,0,0,2,0,0,0],[0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,7,7,7,0,0,0,0,0,0,0,0,0,0,0],[0,0... | [
"[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,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,0,0,0,0,0,0,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,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,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,9,9,9,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,9,9,8... | |
6d58a25d::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,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,8,0,0,0,... | arc | Example
Input: [[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,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,3,0,0],[0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0],[0,3,0,0,0,0,4,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,3,0,0,0,0,0,3,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,6,0,0,0,6,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0],[0,0,0,0,0,0,0,6,0,0,0,0,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,0,0,0,0,6,0,0,0],[0,0,0,0,0,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,0,0,0,0,0,0,0],[0,6,0,0,0,6,0,0,0,0,0,0,0,0,6,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0],[0,0,0,0,0,0,0,6,0,0,0,0,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,0,0,0,0,6,0,0,0],[0,0,0,0,0,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,... | [] | 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,2,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,2,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,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,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,0,0,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],[0,0,0,0,0,0,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,0,0,0,0,0],[0,0,0,0,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,0... | |
6d58a25d::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,0],[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,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],[3,0,0,0,0,0,3,0,0,0,0,0,3,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,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,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,6,0,0,6,0,6,6,0,0,0,0],[0,0,6,0,0,0,0,0,0,0,0,0,6,0,6,6,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,6,0,6,6,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,6,0,6,6,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,6,0,6,6,0,0,0,0],[0,6,0,0,0,0,0,0,0,0,0,0,6,0,6,6,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,6,0,6,6,0,0,0,0],[0,0,0,6,0,0,0,0,6,0,0,0,... | [[0,0,0,0,0,0,0,0,0,6,0,0,6,0,6,6,0,0,0,0],[0,0,6,0,0,0,0,0,0,0,0,0,6,0,6,6,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,6,0,6,6,0,0,0,0],[0,0,0,0,0,6,0,0,0,0,0,0,6,0,6,6,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,6,0,6,6,0,0,0,0],[0,6,0,0,0,0,0,0,0,0,0,0,6,0,6,6,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,6,0,6,6,0,0,0,0],[0,0,0,6,0,0,0,0,6,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,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,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,8,0,0,0,0,0,0,0,8,0],[0,0,0,0,8,0,0,0,0,0,8,0,0,0,0,0,0,0,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,0,0,0,8,0,0,0,0,0,0,0,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,0,0,0,8,0,0,0,0,0,0,0,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,0,0,0... | |
6d58a25d::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],[8,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,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,... | arc | Example
Input: [[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,0,0,0,0,0,0,0,0,3,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,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,3,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,6,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,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,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[6,6,6,6,6,6,6,6,6,6,6,6,6,6,1,0,0,0,6,0],[6,6,6,6,6,6,6,6,6,6,6,6,6,6,1,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0],[6,6,6,6,6,6,6,6,6,6,6,6,... | [[0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,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,6,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[6,6,6,6,6,6,6,6,6,6,6,6,6,6,1,0,0,0,6,0],[6,6,6,6,6,6,6,6,6,6,6,6,6,6,1,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0],[6,6,6,6,6,6,6,6,6,6,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,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,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,7,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,2,0,0,0,0,7,7,0,0,0,0,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,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,0,0,0,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,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0],[0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.