jerber/arc-agi
017
1id,problem,solution
20d3d703e-0,"Find the common rule that maps an input grid to an output grid, given the examples below.3 4Example 1:5 6Input:73 1 283 1 293 1 210Output:114 5 6124 5 6134 5 614 15Example 2:16 17Input:182 3 8192 3 8202 3 821Output:226 4 9236 4 9246 4 925 26Example 3:27 28Input:295 8 6305 8 6315 8 632Output:331 9 2341 9 2351 9 236 37Example 4:38 39Input:409 4 2419 4 2429 4 243Output:448 3 6458 3 6468 3 647 48Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.49 50Input:518 1 3528 1 3538 1 3","[[9, 5, 4], [9, 5, 4], [9, 5, 4]]"
541cf80156-0,"Find the common rule that maps an input grid to an output grid, given the examples below.55 56Example 1:57 58Input:590 0 0 0 0 0 0 0 0 0 0 0600 0 0 0 0 0 0 0 0 0 0 0610 0 0 0 2 2 2 0 0 0 0 0620 0 0 0 0 2 0 0 0 0 0 0630 0 0 2 2 2 0 0 0 0 0 0640 0 0 2 0 2 0 0 0 0 0 0650 0 0 0 0 0 0 0 0 0 0 0660 0 0 0 0 0 0 0 0 0 0 0670 0 0 0 0 0 0 0 0 0 0 0680 0 0 0 0 0 0 0 0 0 0 069Output:700 2 2 2710 0 2 0722 2 2 0732 0 2 074 75Example 2:76 77Input:780 0 0 0 0 0 0 0 0 0 0 0790 0 1 0 0 0 0 0 0 0 0 0800 0 1 1 0 0 0 0 0 0 0 0810 0 0 1 0 0 0 0 0 0 0 0820 0 1 1 1 0 0 0 0 0 0 0830 0 0 0 1 0 0 0 0 0 0 0840 0 0 0 0 0 0 0 0 0 0 0850 0 0 0 0 0 0 0 0 0 0 0860 0 0 0 0 0 0 0 0 0 0 0870 0 0 0 0 0 0 0 0 0 0 0880 0 0 0 0 0 0 0 0 0 0 089Output:901 0 0911 1 0920 1 0931 1 1940 0 195 96Example 3:97 98Input:990 0 0 0 0 0 0 0 0 0 0 01000 0 0 0 0 0 0 0 0 0 0 01010 0 0 0 0 0 0 0 0 0 0 01020 0 0 0 8 0 8 0 0 0 0 01030 0 0 8 8 8 8 0 0 0 0 01040 0 0 0 0 0 8 8 0 0 0 01050 0 0 0 0 0 0 0 0 0 0 01060 0 0 0 0 0 0 0 0 0 0 01070 0 0 0 0 0 0 0 0 0 0 01080 0 0 0 0 0 0 0 0 0 0 01090 0 0 0 0 0 0 0 0 0 0 01100 0 0 0 0 0 0 0 0 0 0 0111Output:1120 8 0 8 01138 8 8 8 01140 0 0 8 8115 116Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.117 118Input:1190 0 0 0 0 0 0 0 0 0 0 01200 0 0 0 0 0 0 0 0 0 0 01210 0 0 0 0 0 0 0 0 0 0 01220 0 0 0 0 0 0 0 0 0 0 01230 0 0 0 6 6 6 6 0 0 0 01240 0 0 0 6 0 0 0 0 0 0 01250 0 6 0 6 0 0 0 0 0 0 01260 0 6 6 6 6 0 0 0 0 0 01270 0 0 0 0 0 0 0 0 0 0 01280 0 0 0 0 0 0 0 0 0 0 01290 0 0 0 0 0 0 0 0 0 0 01300 0 0 0 0 0 0 0 0 0 0 0","[[0, 0, 6, 6, 6, 6], [0, 0, 6, 0, 0, 0], [6, 0, 6, 0, 0, 0], [6, 6, 6, 6, 0, 0]]"
1311e0a9b12-0,"Find the common rule that maps an input grid to an output grid, given the examples below.132 133Example 1:134 135Input:1360 4 0 91370 0 0 01380 4 6 01391 0 0 0140Output:1410 0 0 01420 0 0 01430 4 0 01441 4 6 9145 146Example 2:147 148Input:1490 0 0 0 0 91500 0 0 8 0 01510 0 0 0 0 01524 0 0 0 0 01534 0 7 8 0 01544 0 7 0 0 0155Output:1560 0 0 0 0 01570 0 0 0 0 01580 0 0 0 0 01594 0 0 0 0 01604 0 7 8 0 01614 0 7 8 0 9162 163Example 3:164 165Input:1660 0 0 1 01670 3 0 0 01680 3 0 1 21696 0 0 0 01700 3 0 0 0171Output:1720 0 0 0 01730 0 0 0 01740 3 0 0 01750 3 0 1 01766 3 0 1 2177 178Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.179 180Input:1810 2 0 4 31825 0 0 0 01830 0 6 0 01845 2 0 4 01855 0 0 0 0","[[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [5, 0, 0, 0, 0], [5, 2, 0, 4, 0], [5, 2, 6, 4, 3]]"
1862204b7a8-0,"Find the common rule that maps an input grid to an output grid, given the examples below.187 188Example 1:189 190Input:1911 0 0 0 0 0 0 0 0 21921 0 0 0 0 0 3 0 0 21931 0 0 0 0 0 0 0 0 21941 0 0 0 0 0 0 0 0 21951 0 0 0 3 0 0 0 0 21961 0 0 0 0 0 0 0 0 21971 0 3 0 0 0 0 0 0 21981 0 0 0 0 0 0 0 0 21991 0 0 0 0 0 0 0 0 22001 0 0 0 0 0 0 0 0 2201Output:2021 0 0 0 0 0 0 0 0 22031 0 0 0 0 0 2 0 0 22041 0 0 0 0 0 0 0 0 22051 0 0 0 0 0 0 0 0 22061 0 0 0 1 0 0 0 0 22071 0 0 0 0 0 0 0 0 22081 0 1 0 0 0 0 0 0 22091 0 0 0 0 0 0 0 0 22101 0 0 0 0 0 0 0 0 22111 0 0 0 0 0 0 0 0 2212 213Example 2:214 215Input:2164 4 4 4 4 4 4 4 4 42170 0 0 0 0 0 0 0 0 02180 3 0 0 0 0 0 3 0 02190 0 0 3 0 0 0 0 0 02200 0 0 0 0 0 0 0 0 02210 0 0 0 0 0 0 0 0 02220 0 0 0 3 0 0 0 0 02230 0 0 0 0 0 0 0 3 02240 0 0 0 0 0 0 0 0 02257 7 7 7 7 7 7 7 7 7226Output:2274 4 4 4 4 4 4 4 4 42280 0 0 0 0 0 0 0 0 02290 4 0 0 0 0 0 4 0 02300 0 0 4 0 0 0 0 0 02310 0 0 0 0 0 0 0 0 02320 0 0 0 0 0 0 0 0 02330 0 0 0 7 0 0 0 0 02340 0 0 0 0 0 0 0 7 02350 0 0 0 0 0 0 0 0 02367 7 7 7 7 7 7 7 7 7237 238Example 3:239 240Input:2418 8 8 8 8 8 8 8 8 82420 0 0 0 0 0 0 0 0 02430 0 0 0 3 0 0 0 0 02440 3 0 0 0 0 0 3 0 02450 0 0 0 0 0 0 0 0 02460 0 0 0 0 0 0 0 0 02470 3 0 0 0 0 3 0 0 02480 0 0 3 0 0 0 0 0 02490 0 0 0 0 0 0 0 0 02509 9 9 9 9 9 9 9 9 9251Output:2528 8 8 8 8 8 8 8 8 82530 0 0 0 0 0 0 0 0 02540 0 0 0 8 0 0 0 0 02550 8 0 0 0 0 0 8 0 02560 0 0 0 0 0 0 0 0 02570 0 0 0 0 0 0 0 0 02580 9 0 0 0 0 9 0 0 02590 0 0 9 0 0 0 0 0 02600 0 0 0 0 0 0 0 0 02619 9 9 9 9 9 9 9 9 9262 263Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.264 265Input:2665 3 0 0 0 0 0 0 0 42675 0 0 0 0 3 0 0 3 42685 0 0 0 0 0 0 0 0 42695 0 0 3 0 0 0 0 0 42705 0 0 0 0 0 3 0 0 42715 0 0 3 0 0 0 0 0 42725 0 0 0 0 0 0 0 0 42735 0 0 0 3 0 0 0 0 42745 0 3 0 0 0 3 0 0 42755 0 0 0 0 0 0 0 0 4","[[5, 5, 0, 0, 0, 0, 0, 0, 0, 4], [5, 0, 0, 0, 0, 4, 0, 0, 4, 4], [5, 0, 0, 0, 0, 0, 0, 0, 0, 4], [5, 0, 0, 5, 0, 0, 0, 0, 0, 4], [5, 0, 0, 0, 0, 0, 4, 0, 0, 4], [5, 0, 0, 5, 0, 0, 0, 0, 0, 4], [5, 0, 0, 0, 0, 0, 0, 0, 0, 4], [5, 0, 0, 0, 5, 0, 0, 0, 0, 4], [5, 0, 5, 0, 0, 0, 4, 0, 0, 4], [5, 0, 0, 0, 0, 0, 0, 0, 0, 4]]"
27622168020-0,"Find the common rule that maps an input grid to an output grid, given the examples below.277 278Example 1:279 280Input:2810 0 0 0 0 0 0 0 0 02820 3 0 0 0 0 0 0 3 02830 0 3 0 0 0 0 3 0 02840 0 0 3 0 0 3 0 0 02850 0 0 0 3 3 0 0 0 02860 0 0 0 3 3 0 0 0 02870 0 0 0 0 0 0 0 0 02880 0 0 0 0 0 0 0 0 02890 0 0 0 0 0 0 0 0 02900 0 0 0 0 0 0 0 0 0291Output:2920 0 0 0 0 0 0 0 0 02930 3 3 3 3 3 3 3 3 02940 0 3 3 3 3 3 3 0 02950 0 0 3 3 3 3 0 0 02960 0 0 0 3 3 0 0 0 02970 0 0 0 3 3 0 0 0 02980 0 0 0 0 0 0 0 0 02990 0 0 0 0 0 0 0 0 03000 0 0 0 0 0 0 0 0 03010 0 0 0 0 0 0 0 0 0302 303Example 2:304 305Input:3060 0 0 0 0 0 0 0 0 03070 0 0 0 0 0 0 0 0 03081 0 0 0 0 1 0 0 0 03090 1 0 0 1 0 0 0 0 03100 0 1 1 0 0 0 0 0 03110 0 1 1 0 0 0 0 0 03120 0 0 0 4 0 0 0 0 43130 0 0 0 0 4 0 0 4 03140 0 0 0 0 0 4 4 0 03150 0 0 0 0 0 4 4 0 0316Output:3170 0 0 0 0 0 0 0 0 03180 0 0 0 0 0 0 0 0 03191 1 1 1 1 1 0 0 0 03200 1 1 1 1 0 0 0 0 03210 0 1 1 0 0 0 0 0 03220 0 1 1 0 0 0 0 0 03230 0 0 0 4 4 4 4 4 43240 0 0 0 0 4 4 4 4 03250 0 0 0 0 0 4 4 0 03260 0 0 0 0 0 4 4 0 0327 328Example 3:329 330Input:3316 0 0 0 0 6 0 0 0 03320 6 0 0 6 0 0 0 0 03330 0 6 6 0 0 0 0 0 03340 0 6 6 0 0 0 0 0 03350 0 0 0 0 0 0 0 0 03360 8 0 0 0 0 0 0 8 03370 0 8 0 0 0 0 8 0 03380 0 0 8 0 0 8 0 0 03390 0 0 0 8 8 0 0 0 03400 0 0 0 8 8 0 0 0 0341Output:3426 6 6 6 6 6 0 0 0 03430 6 6 6 6 0 0 0 0 03440 0 6 6 0 0 0 0 0 03450 0 6 6 0 0 0 0 0 03460 0 0 0 0 0 0 0 0 03470 8 8 8 8 8 8 8 8 03480 0 8 8 8 8 8 8 0 03490 0 0 8 8 8 8 0 0 03500 0 0 0 8 8 0 0 0 03510 0 0 0 8 8 0 0 0 0352 353Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.354 355Input:3560 0 0 0 0 0 0 0 0 03574 0 0 4 0 0 0 0 0 03580 4 4 0 7 0 0 0 0 73590 4 4 0 0 7 0 0 7 03600 0 0 0 0 0 7 7 0 03610 0 0 0 0 0 7 7 0 03620 3 0 0 0 0 3 0 0 03630 0 3 0 0 3 0 0 0 03640 0 0 3 3 0 0 0 0 03650 0 0 3 3 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], [0, 4, 4, 0, 7, 7, 7, 7, 7, 7], [0, 4, 4, 0, 0, 7, 7, 7, 7, 0], [0, 0, 0, 0, 0, 0, 7, 7, 0, 0], [0, 0, 0, 0, 0, 0, 7, 7, 0, 0], [0, 3, 3, 3, 3, 3, 3, 0, 0, 0], [0, 0, 3, 3, 3, 3, 0, 0, 0, 0], [0, 0, 0, 3, 3, 0, 0, 0, 0, 0], [0, 0, 0, 3, 3, 0, 0, 0, 0, 0]]"
36622eb0ac0-0,"Find the common rule that maps an input grid to an output grid, given the examples below.367 368Example 1:369 370Input:3710 0 0 0 0 0 0 0 0 03729 0 0 0 0 0 0 0 0 63730 0 0 0 0 0 0 0 0 03748 0 0 0 0 0 0 0 0 93750 0 0 0 0 0 0 0 0 03764 0 0 0 0 0 0 0 0 43770 0 0 0 0 0 0 0 0 03786 0 0 0 0 0 0 0 0 83790 0 0 0 0 0 0 0 0 03800 0 0 0 0 0 0 0 0 0381Output:3820 0 0 0 0 0 0 0 0 03839 0 0 0 0 0 0 0 0 63840 0 0 0 0 0 0 0 0 03858 0 0 0 0 0 0 0 0 93860 0 0 0 0 0 0 0 0 03874 4 4 4 4 4 4 4 4 43880 0 0 0 0 0 0 0 0 03896 0 0 0 0 0 0 0 0 83900 0 0 0 0 0 0 0 0 03910 0 0 0 0 0 0 0 0 0392 393Example 2:394 395Input:3960 0 0 0 0 0 0 0 0 03978 0 0 0 0 0 0 0 0 83980 0 0 0 0 0 0 0 0 03994 0 0 0 0 0 0 0 0 24000 0 0 0 0 0 0 0 0 04013 0 0 0 0 0 0 0 0 44020 0 0 0 0 0 0 0 0 04031 0 0 0 0 0 0 0 0 14040 0 0 0 0 0 0 0 0 04052 0 0 0 0 0 0 0 0 3406Output:4070 0 0 0 0 0 0 0 0 04088 8 8 8 8 8 8 8 8 84090 0 0 0 0 0 0 0 0 04104 0 0 0 0 0 0 0 0 24110 0 0 0 0 0 0 0 0 04123 0 0 0 0 0 0 0 0 44130 0 0 0 0 0 0 0 0 04141 1 1 1 1 1 1 1 1 14150 0 0 0 0 0 0 0 0 04162 0 0 0 0 0 0 0 0 3417 418Example 3:419 420Input:4210 0 0 0 0 0 0 0 0 04222 0 0 0 0 0 0 0 0 84230 0 0 0 0 0 0 0 0 04243 0 0 0 0 0 0 0 0 44250 0 0 0 0 0 0 0 0 04265 0 0 0 0 0 0 0 0 34270 0 0 0 0 0 0 0 0 04288 0 0 0 0 0 0 0 0 24290 0 0 0 0 0 0 0 0 04300 0 0 0 0 0 0 0 0 0431Output:4320 0 0 0 0 0 0 0 0 04332 0 0 0 0 0 0 0 0 84340 0 0 0 0 0 0 0 0 04353 0 0 0 0 0 0 0 0 44360 0 0 0 0 0 0 0 0 04375 0 0 0 0 0 0 0 0 34380 0 0 0 0 0 0 0 0 04398 0 0 0 0 0 0 0 0 24400 0 0 0 0 0 0 0 0 04410 0 0 0 0 0 0 0 0 0442 443Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.444 445Input:4460 0 0 0 0 0 0 0 0 04474 0 0 0 0 0 0 0 0 24480 0 0 0 0 0 0 0 0 04493 0 0 0 0 0 0 0 0 34500 0 0 0 0 0 0 0 0 04512 0 0 0 0 0 0 0 0 94520 0 0 0 0 0 0 0 0 04536 0 0 0 0 0 0 0 0 64540 0 0 0 0 0 0 0 0 04559 0 0 0 0 0 0 0 0 4","[[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [4, 0, 0, 0, 0, 0, 0, 0, 0, 2], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2, 0, 0, 0, 0, 0, 0, 0, 0, 9], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [9, 0, 0, 0, 0, 0, 0, 0, 0, 4]]"
45623581191-0,"Find the common rule that maps an input grid to an output grid, given the examples below.457 458Example 1:459 460Input:4610 0 0 0 0 0 0 0 04620 0 0 0 0 0 0 0 04630 0 8 0 0 0 0 0 04640 0 0 0 0 0 0 0 04650 0 0 0 0 0 0 0 04660 0 0 0 0 0 0 0 04670 0 0 0 0 0 7 0 04680 0 0 0 0 0 0 0 04690 0 0 0 0 0 0 0 0470Output:4710 0 8 0 0 0 7 0 04720 0 8 0 0 0 7 0 04738 8 8 8 8 8 2 8 84740 0 8 0 0 0 7 0 04750 0 8 0 0 0 7 0 04760 0 8 0 0 0 7 0 04777 7 2 7 7 7 7 7 74780 0 8 0 0 0 7 0 04790 0 8 0 0 0 7 0 0480 481Example 2:482 483Input:4840 0 0 0 0 0 0 0 04850 0 0 8 0 0 0 0 04860 0 0 0 0 0 0 0 04870 0 0 0 0 0 0 0 04880 0 0 0 0 0 0 0 04890 0 0 0 0 0 0 0 04900 0 0 0 0 0 0 0 04910 0 0 0 0 0 7 0 04920 0 0 0 0 0 0 0 0493Output:4940 0 0 8 0 0 7 0 04958 8 8 8 8 8 2 8 84960 0 0 8 0 0 7 0 04970 0 0 8 0 0 7 0 04980 0 0 8 0 0 7 0 04990 0 0 8 0 0 7 0 05000 0 0 8 0 0 7 0 05017 7 7 2 7 7 7 7 75020 0 0 8 0 0 7 0 0503 504Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.505 506Input:5070 0 0 0 0 0 0 0 05080 0 0 0 8 0 0 0 05090 0 0 0 0 0 0 0 05100 0 0 0 0 0 0 0 05110 0 0 0 0 0 0 0 05120 0 0 0 0 0 0 0 05130 7 0 0 0 0 0 0 05140 0 0 0 0 0 0 0 05150 0 0 0 0 0 0 0 0","[[0, 7, 0, 0, 8, 0, 0, 0, 0], [8, 2, 8, 8, 8, 8, 8, 8, 8], [0, 7, 0, 0, 8, 0, 0, 0, 0], [0, 7, 0, 0, 8, 0, 0, 0, 0], [0, 7, 0, 0, 8, 0, 0, 0, 0], [0, 7, 0, 0, 8, 0, 0, 0, 0], [7, 7, 7, 7, 2, 7, 7, 7, 7], [0, 7, 0, 0, 8, 0, 0, 0, 0], [0, 7, 0, 0, 8, 0, 0, 0, 0]]"
516239be575-0,"Find the common rule that maps an input grid to an output grid, given the examples below.517 518Example 1:519 520Input:5210 0 8 0 85222 2 8 0 05232 2 0 0 85240 0 0 2 25258 8 0 2 2526Output:5270528 529Example 2:530 531Input:5320 8 0 0 0 0 05332 2 0 8 8 8 05342 2 8 8 0 2 25350 0 8 0 0 2 25360 8 0 0 8 0 0537Output:5388539 540Example 3:541 542Input:5438 2 2 8 8 0 05440 2 2 0 0 0 85450 8 8 0 0 8 05460 0 8 0 0 0 85478 0 8 8 8 2 25488 0 0 0 0 2 2549Output:5508551 552Example 4:553 554Input:5558 8 0 0 2 2 05560 8 8 0 2 2 85570 0 0 8 0 8 05588 0 0 0 0 0 05590 2 2 0 8 0 85600 2 2 8 8 0 8561Output:5620563 564Example 5:565 566Input:5678 0 0 0 0 8 05680 0 2 2 0 8 05698 0 2 2 0 0 05700 0 8 0 0 8 05710 0 8 2 2 0 85728 0 0 2 2 8 0573Output:5748575 576Example 6:577 578Input:5798 0 0 2 2 85808 0 8 2 2 05810 0 0 0 8 05822 2 8 0 8 05832 2 0 0 0 85840 8 8 0 8 0585Output:5860587 588Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.589 590Input:5912 2 8 8 0 85922 2 0 8 0 05938 8 0 0 0 85940 8 8 8 0 05958 0 8 0 0 85960 0 8 2 2 05978 0 0 2 2 05980 8 0 0 0 8",[[8]]
599239be575-1,"Find the common rule that maps an input grid to an output grid, given the examples below.600 601Example 1:602 603Input:6040 0 8 0 86052 2 8 0 06062 2 0 0 86070 0 0 2 26088 8 0 2 2609Output:6100611 612Example 2:613 614Input:6150 8 0 0 0 0 06162 2 0 8 8 8 06172 2 8 8 0 2 26180 0 8 0 0 2 26190 8 0 0 8 0 0620Output:6218622 623Example 3:624 625Input:6268 2 2 8 8 0 06270 2 2 0 0 0 86280 8 8 0 0 8 06290 0 8 0 0 0 86308 0 8 8 8 2 26318 0 0 0 0 2 2632Output:6338634 635Example 4:636 637Input:6388 8 0 0 2 2 06390 8 8 0 2 2 86400 0 0 8 0 8 06418 0 0 0 0 0 06420 2 2 0 8 0 86430 2 2 8 8 0 8644Output:6450646 647Example 5:648 649Input:6508 0 0 0 0 8 06510 0 2 2 0 8 06528 0 2 2 0 0 06530 0 8 0 0 8 06540 0 8 2 2 0 86558 0 0 2 2 8 0656Output:6578658 659Example 6:660 661Input:6628 0 0 2 2 86638 0 8 2 2 06640 0 0 0 8 06652 2 8 0 8 06662 2 0 0 0 86670 8 8 0 8 0668Output:6690670 671Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.672 673Input:6740 8 0 0 0 06750 0 0 8 2 26760 8 8 8 2 26770 8 0 0 0 86780 0 0 8 0 06798 2 2 0 0 86800 2 2 0 0 06810 8 0 8 8 0",[[0]]
68223b5c85d-0,"Find the common rule that maps an input grid to an output grid, given the examples below.683 684Example 1:685 686Input:6870 0 0 0 0 0 0 0 0 06880 2 2 2 2 2 2 0 0 06890 2 2 2 2 2 2 0 0 06900 2 2 2 2 2 2 0 0 06910 2 2 2 2 2 2 0 0 06920 2 2 8 8 8 2 0 0 06930 2 2 8 8 8 2 0 0 06940 0 0 8 8 8 0 0 0 06950 0 0 0 0 0 0 0 0 06960 0 0 0 0 0 0 0 0 0697Output:6988 8 86998 8 87008 8 8701 702Example 2:703 704Input:7050 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 07060 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 07070 0 0 0 0 0 0 0 0 0 0 0 8 8 8 8 8 8 8 07080 3 3 3 3 3 3 3 3 0 4 4 4 4 4 4 8 8 8 07090 3 3 3 3 3 3 3 3 0 4 4 4 4 4 4 8 8 8 07100 3 3 3 3 3 3 3 3 0 4 4 4 4 4 4 8 8 8 07110 3 3 3 3 3 3 3 3 0 4 4 4 4 4 4 8 8 8 07120 3 3 3 3 3 3 3 3 0 0 0 8 8 8 8 8 8 8 07130 3 3 3 3 3 3 3 3 0 0 0 8 8 8 8 8 8 8 07140 3 3 3 3 3 3 3 3 0 0 0 0 0 0 0 0 0 0 07150 3 3 3 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 07160 3 3 3 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 07170 0 0 0 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 07180 0 0 0 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 07190 0 0 0 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 07200 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 07210 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 07220 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 07230 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 07240 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0725Output:7261 1 17271 1 1728 729Example 3:730 731Input:7320 0 0 0 0 0 0 0 0 2 2 2 0 0 07330 0 3 3 3 3 0 0 0 2 2 2 0 0 07340 0 3 3 3 3 0 0 0 2 2 2 0 0 07350 0 3 3 3 3 0 0 0 2 2 2 0 0 07360 0 3 3 3 3 0 0 0 0 0 0 0 0 07370 0 3 3 3 6 6 0 0 0 0 0 0 0 07380 0 3 3 3 6 6 0 0 0 0 0 0 0 07390 0 3 3 3 6 6 0 0 0 0 0 0 0 07400 0 3 3 3 3 0 0 0 0 0 0 0 0 07410 0 3 3 3 3 0 0 0 0 0 0 0 0 0742Output:7436 67446 67456 6746 747Example 4:748 749Input:7500 0 0 0 0 0 0 0 0 0 0 0 0 0 07510 0 0 0 0 0 0 0 0 0 0 0 0 0 07520 2 2 2 2 2 2 2 2 2 2 2 2 2 07530 2 2 2 2 2 2 2 2 2 2 2 2 2 07540 2 2 7 7 7 7 2 2 2 2 2 2 2 07550 2 2 7 7 7 7 2 2 2 2 2 2 2 07560 2 2 7 7 7 7 2 2 2 2 2 2 2 07570 2 2 2 2 2 2 2 2 2 2 2 2 2 07580 2 2 2 2 2 2 2 2 2 2 2 2 2 07590 2 2 2 2 2 3 3 3 3 3 3 3 2 07600 0 0 0 0 0 3 3 3 3 3 3 3 0 07610 0 0 0 0 0 3 3 3 3 3 3 3 0 07620 0 0 0 0 0 3 3 3 3 3 3 3 0 0763Output:7647 7 7 77657 7 7 77667 7 7 7767 768Example 5:769 770Input:7710 0 0 0 0 0 0 0 0 0 0 0 0 0 07720 0 0 0 0 0 0 0 0 0 0 0 0 0 07730 1 1 1 1 1 1 1 1 0 0 0 0 0 07740 1 1 1 1 1 1 1 1 0 0 4 4 0 07750 1 1 1 1 1 1 1 1 0 0 4 4 0 07760 1 1 1 1 1 1 1 1 0 0 0 0 0 07770 1 1 1 1 1 1 1 1 0 0 0 0 0 07780 1 1 1 1 1 1 1 1 0 0 0 0 0 07790 1 1 1 1 1 1 1 1 0 0 0 0 0 07800 0 0 0 0 0 0 0 0 0 0 0 0 0 07810 0 0 0 0 0 0 0 0 0 0 0 0 0 07820 0 0 0 6 6 6 6 6 6 6 0 0 0 07830 0 0 0 6 6 6 6 6 6 6 0 0 0 07840 0 0 0 6 6 6 6 6 6 6 0 0 0 07850 0 0 0 6 6 6 6 6 6 6 0 0 0 07860 0 0 0 0 0 0 0 0 0 0 0 0 0 07870 0 0 0 0 0 0 0 0 0 0 0 0 0 07880 0 0 0 0 0 0 0 0 0 0 0 0 0 0789Output:7904 47914 4792 793Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.794 795Input:7960 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 07970 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 07980 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 07990 0 1 1 1 1 1 1 0 4 4 4 4 4 4 4 4 08000 0 1 1 1 1 1 1 0 4 4 4 4 4 4 4 4 08010 0 1 1 1 1 1 1 0 4 4 4 4 4 4 4 4 08020 0 1 1 1 1 1 1 0 4 4 4 4 4 4 4 4 08030 0 1 1 1 1 1 1 0 4 4 4 4 4 4 4 4 08040 0 0 0 0 0 0 0 0 4 4 4 4 4 4 4 4 08050 0 0 0 0 0 0 6 6 6 4 4 4 4 4 4 4 08060 0 0 0 0 0 0 6 6 6 4 4 4 4 4 4 4 08070 0 0 0 0 0 0 6 6 6 4 4 4 4 4 4 4 08080 0 0 0 0 0 0 0 0 4 4 4 4 4 4 4 4 08090 0 3 3 3 3 3 0 0 4 4 4 4 4 4 4 4 08100 0 3 3 3 3 3 0 0 0 0 0 0 0 0 0 0 08110 0 3 3 3 3 3 0 0 0 0 0 0 0 0 0 0 08120 0 3 3 3 3 3 0 0 0 0 0 0 0 0 0 0 08130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0","[[6, 6, 6], [6, 6, 6], [6, 6, 6]]"
81425d8a9c8-0,"Find the common rule that maps an input grid to an output grid, given the examples below.815 816Example 1:817 818Input:8194 4 48202 3 28212 3 3822Output:8235 5 58240 0 08250 0 0826 827Example 2:828 829Input:8307 3 38316 6 68323 7 7833Output:8340 0 08355 5 58360 0 0837 838Example 3:839 840Input:8412 9 28424 4 48439 9 9844Output:8450 0 08465 5 58475 5 5848 849Example 4:850 851Input:8522 2 48532 2 48541 1 1855Output:8560 0 08570 0 08585 5 5859 860Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.861 862Input:8634 4 48643 2 38658 8 8","[[5, 5, 5], [0, 0, 0], [5, 5, 5]]"
86625ff71a9-0,"Find the common rule that maps an input grid to an output grid, given the examples below.867 868Example 1:869 870Input:8711 1 18720 0 08730 0 0874Output:8750 0 08761 1 18770 0 0878 879Example 2:880 881Input:8820 0 08831 1 18840 0 0885Output:8860 0 08870 0 08881 1 1889 890Example 3:891 892Input:8930 1 08941 1 08950 0 0896Output:8970 0 08980 1 08991 1 0900 901Example 4:902 903Input:9040 2 29050 0 29060 0 0907Output:9080 0 09090 2 29100 0 2911 912Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.913 914Input:9152 0 09162 0 09170 0 0","[[0, 0, 0], [2, 0, 0], [2, 0, 0]]"
91825ff71a9-1,"Find the common rule that maps an input grid to an output grid, given the examples below.919 920Example 1:921 922Input:9231 1 19240 0 09250 0 0926Output:9270 0 09281 1 19290 0 0930 931Example 2:932 933Input:9340 0 09351 1 19360 0 0937Output:9380 0 09390 0 09401 1 1941 942Example 3:943 944Input:9450 1 09461 1 09470 0 0948Output:9490 0 09500 1 09511 1 0952 953Example 4:954 955Input:9560 2 29570 0 29580 0 0959Output:9600 0 09610 2 29620 0 2963 964Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.965 966Input:9670 0 09680 1 09690 0 0","[[0, 0, 0], [0, 0, 0], [0, 1, 0]]"
97027a28665-0,"Find the common rule that maps an input grid to an output grid, given the examples below.971 972Example 1:973 974Input:9755 5 09765 0 59770 5 0978Output:9791980 981Example 2:982 983Input:9848 0 89850 8 09868 0 8987Output:9882989 990Example 3:991 992Input:9935 0 59940 5 09955 0 5996Output:9972998 999Example 4:1000 1001Input:10020 1 110030 1 110041 0 01005Output:100631007 1008Example 5:1009 1010Input:10110 8 810120 8 810138 0 01014Output:101531016 1017Example 6:1018 1019Input:10204 4 010214 0 410220 4 01023Output:102411025 1026Example 7:1027 1028Input:10290 5 010305 5 510310 5 01032Output:103361034 1035Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.1036 1037Input:10380 8 010398 8 810400 8 0",[[6]]
104127a28665-1,"Find the common rule that maps an input grid to an output grid, given the examples below.1042 1043Example 1:1044 1045Input:10465 5 010475 0 510480 5 01049Output:105011051 1052Example 2:1053 1054Input:10558 0 810560 8 010578 0 81058Output:105921060 1061Example 3:1062 1063Input:10645 0 510650 5 010665 0 51067Output:106821069 1070Example 4:1071 1072Input:10730 1 110740 1 110751 0 01076Output:107731078 1079Example 5:1080 1081Input:10820 8 810830 8 810848 0 01085Output:108631087 1088Example 6:1089 1090Input:10914 4 010924 0 410930 4 01094Output:109511096 1097Example 7:1098 1099Input:11000 5 011015 5 511020 5 01103Output:110461105 1106Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.1107 1108Input:11097 7 011107 0 711110 7 0",[[1]]
111227a28665-2,"Find the common rule that maps an input grid to an output grid, given the examples below.1113 1114Example 1:1115 1116Input:11175 5 011185 0 511190 5 01120Output:112111122 1123Example 2:1124 1125Input:11268 0 811270 8 011288 0 81129Output:113021131 1132Example 3:1133 1134Input:11355 0 511360 5 011375 0 51138Output:113921140 1141Example 4:1142 1143Input:11440 1 111450 1 111461 0 01147Output:114831149 1150Example 5:1151 1152Input:11530 8 811540 8 811558 0 01156Output:115731158 1159Example 6:1160 1161Input:11624 4 011634 0 411640 4 01165Output:116611167 1168Example 7:1169 1170Input:11710 5 011725 5 511730 5 01174Output:117561176 1177Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.1178 1179Input:11802 0 211810 2 011822 0 2",[[2]]
118329c11459-0,"Find the common rule that maps an input grid to an output grid, given the examples below.1184 1185Example 1:1186 1187Input:11880 0 0 0 0 0 0 0 0 0 011891 0 0 0 0 0 0 0 0 0 211900 0 0 0 0 0 0 0 0 0 011910 0 0 0 0 0 0 0 0 0 011920 0 0 0 0 0 0 0 0 0 01193Output:11940 0 0 0 0 0 0 0 0 0 011951 1 1 1 1 5 2 2 2 2 211960 0 0 0 0 0 0 0 0 0 011970 0 0 0 0 0 0 0 0 0 011980 0 0 0 0 0 0 0 0 0 01199 1200Example 2: