This commit is contained in:
bmachado
2025-11-05 00:24:05 +00:00
commit b8856c0660
1157 changed files with 26817 additions and 0 deletions

View File

@ -0,0 +1 @@
{"train": [{"input": [[7, 5, 8, 2], [8, 0, 4, 7], [1, 6, 4, 7], [8, 9, 6, 9]], "output": [[8, 2], [4, 7]]}, {"input": [[0, 7, 9], [5, 6, 5], [3, 7, 9]], "output": [[0, 7], [5, 6]]}, {"input": [[5, 8, 8, 9, 2], [8, 0, 5, 6, 5], [7, 7, 2, 2, 9], [5, 5, 1, 7, 4], [3, 3, 8, 7, 7]], "output": [[5, 8], [8, 0]]}], "test": [{"input": [[3, 6, 0, 2, 8, 7, 9, 2], [6, 7, 5, 6, 3, 7, 3, 4], [8, 0, 8, 6, 3, 0, 8, 3], [8, 8, 5, 9, 0, 1, 6, 7], [7, 6, 9, 7, 8, 7, 4, 3], [7, 3, 8, 8, 3, 7, 6, 1], [3, 7, 0, 7, 7, 0, 5, 1], [8, 7, 5, 2, 7, 7, 6, 6]], "output": [[9, 2], [3, 4]]}]}