@cyrilverloop/codingame-configuration 1.2.1 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (709) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/code/CGCode.js +6 -0
  3. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/code/CGCode.php +7 -0
  4. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/config.json +33 -0
  5. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/01 - test 1.txt +1 -0
  6. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/02 - test 2.txt +1 -0
  7. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/03 - test 3.txt +1 -0
  8. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/04 - test 4.txt +1 -0
  9. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/05 - test 5.txt +1 -0
  10. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/01 - test 1.txt +11 -0
  11. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/02 - test 2.txt +11 -0
  12. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/03 - test 3.txt +11 -0
  13. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/04 - test 4.txt +11 -0
  14. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/05 - test 5.txt +11 -0
  15. package/config/easy/Abcdefghijklmnopqrstuvwxyz/code/CGCode.js +9 -0
  16. package/config/easy/Abcdefghijklmnopqrstuvwxyz/code/CGCode.php +11 -0
  17. package/config/easy/Abcdefghijklmnopqrstuvwxyz/config.json +33 -0
  18. package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/01 - test 1.txt +11 -0
  19. package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/02 - test 2.txt +16 -0
  20. package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/03 - test 3.txt +16 -0
  21. package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/04 - test 4.txt +21 -0
  22. package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/05 - test 5.txt +31 -0
  23. package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/01 - test 1.txt +10 -0
  24. package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/02 - test 2.txt +15 -0
  25. package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/03 - test 3.txt +15 -0
  26. package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/04 - test 4.txt +20 -0
  27. package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/05 - test 5.txt +30 -0
  28. package/config/easy/CardCountingwhenEasilyDistracted/code/CGCode.js +7 -0
  29. package/config/easy/CardCountingwhenEasilyDistracted/code/CGCode.php +8 -0
  30. package/config/easy/CardCountingwhenEasilyDistracted/config.json +133 -0
  31. package/config/easy/CardCountingwhenEasilyDistracted/input/01 - test 1.txt +2 -0
  32. package/config/easy/CardCountingwhenEasilyDistracted/input/02 - test 2.txt +2 -0
  33. package/config/easy/CardCountingwhenEasilyDistracted/input/03 - test 3.txt +2 -0
  34. package/config/easy/CardCountingwhenEasilyDistracted/input/04 - test 4.txt +2 -0
  35. package/config/easy/CardCountingwhenEasilyDistracted/input/05 - test 5.txt +2 -0
  36. package/config/easy/CardCountingwhenEasilyDistracted/input/06 - test 6.txt +2 -0
  37. package/config/easy/CardCountingwhenEasilyDistracted/input/07 - test 7.txt +2 -0
  38. package/config/easy/CardCountingwhenEasilyDistracted/input/08 - test 8.txt +2 -0
  39. package/config/easy/CardCountingwhenEasilyDistracted/input/09 - test 9.txt +2 -0
  40. package/config/easy/CardCountingwhenEasilyDistracted/input/10 - test 10.txt +2 -0
  41. package/config/easy/CardCountingwhenEasilyDistracted/input/11 - test 11.txt +2 -0
  42. package/config/easy/CardCountingwhenEasilyDistracted/input/12 - test 12.txt +2 -0
  43. package/config/easy/CardCountingwhenEasilyDistracted/input/13 - test 13 Not a chance.txt +2 -0
  44. package/config/easy/CardCountingwhenEasilyDistracted/input/14 - test 14.txt +2 -0
  45. package/config/easy/CardCountingwhenEasilyDistracted/input/15 - test 15.txt +2 -0
  46. package/config/easy/CardCountingwhenEasilyDistracted/input/16 - test 16 For sure.txt +2 -0
  47. package/config/easy/CardCountingwhenEasilyDistracted/input/17 - test 17.txt +2 -0
  48. package/config/easy/CardCountingwhenEasilyDistracted/input/18 - test 18.txt +2 -0
  49. package/config/easy/CardCountingwhenEasilyDistracted/input/19 - test 19.txt +2 -0
  50. package/config/easy/CardCountingwhenEasilyDistracted/input/20 - test 20 Anything but 10.txt +2 -0
  51. package/config/easy/CardCountingwhenEasilyDistracted/input/21 - test 21.txt +2 -0
  52. package/config/easy/CardCountingwhenEasilyDistracted/input/22 - test 22.txt +2 -0
  53. package/config/easy/CardCountingwhenEasilyDistracted/input/23 - test 23.txt +2 -0
  54. package/config/easy/CardCountingwhenEasilyDistracted/input/24 - test 24.txt +2 -0
  55. package/config/easy/CardCountingwhenEasilyDistracted/input/25 - test 25.txt +2 -0
  56. package/config/easy/CardCountingwhenEasilyDistracted/output/01 - test 1.txt +1 -0
  57. package/config/easy/CardCountingwhenEasilyDistracted/output/02 - test 2.txt +1 -0
  58. package/config/easy/CardCountingwhenEasilyDistracted/output/03 - test 3.txt +1 -0
  59. package/config/easy/CardCountingwhenEasilyDistracted/output/04 - test 4.txt +1 -0
  60. package/config/easy/CardCountingwhenEasilyDistracted/output/05 - test 5.txt +1 -0
  61. package/config/easy/CardCountingwhenEasilyDistracted/output/06 - test 6.txt +1 -0
  62. package/config/easy/CardCountingwhenEasilyDistracted/output/07 - test 7.txt +1 -0
  63. package/config/easy/CardCountingwhenEasilyDistracted/output/08 - test 8.txt +1 -0
  64. package/config/easy/CardCountingwhenEasilyDistracted/output/09 - test 9.txt +1 -0
  65. package/config/easy/CardCountingwhenEasilyDistracted/output/10 - test 10.txt +1 -0
  66. package/config/easy/CardCountingwhenEasilyDistracted/output/11 - test 11.txt +1 -0
  67. package/config/easy/CardCountingwhenEasilyDistracted/output/12 - test 12.txt +1 -0
  68. package/config/easy/CardCountingwhenEasilyDistracted/output/13 - test 13 Not a chance.txt +1 -0
  69. package/config/easy/CardCountingwhenEasilyDistracted/output/14 - test 14.txt +1 -0
  70. package/config/easy/CardCountingwhenEasilyDistracted/output/15 - test 15.txt +1 -0
  71. package/config/easy/CardCountingwhenEasilyDistracted/output/16 - test 16 For sure.txt +1 -0
  72. package/config/easy/CardCountingwhenEasilyDistracted/output/17 - test 17.txt +1 -0
  73. package/config/easy/CardCountingwhenEasilyDistracted/output/18 - test 18.txt +1 -0
  74. package/config/easy/CardCountingwhenEasilyDistracted/output/19 - test 19.txt +1 -0
  75. package/config/easy/CardCountingwhenEasilyDistracted/output/20 - test 20 Anything but 10.txt +1 -0
  76. package/config/easy/CardCountingwhenEasilyDistracted/output/21 - test 21.txt +1 -0
  77. package/config/easy/CardCountingwhenEasilyDistracted/output/22 - test 22.txt +1 -0
  78. package/config/easy/CardCountingwhenEasilyDistracted/output/23 - test 23.txt +1 -0
  79. package/config/easy/CardCountingwhenEasilyDistracted/output/24 - test 24.txt +1 -0
  80. package/config/easy/CardCountingwhenEasilyDistracted/output/25 - test 25.txt +1 -0
  81. package/config/easy/CountYourCoins/code/CGCode.js +15 -0
  82. package/config/easy/CountYourCoins/code/CGCode.php +18 -0
  83. package/config/easy/CountYourCoins/config.json +43 -0
  84. package/config/easy/CountYourCoins/input/01 - Easy !.txt +4 -0
  85. package/config/easy/CountYourCoins/input/02 - It/342/200/231s obviously way too much !.txt" +4 -0
  86. package/config/easy/CountYourCoins/input/03 - It/342/200/231s way too much.. But less obvious.txt" +4 -0
  87. package/config/easy/CountYourCoins/input/04 - Two coin types.txt +4 -0
  88. package/config/easy/CountYourCoins/input/05 - That/342/200/231s hard to evaluate....txt" +4 -0
  89. package/config/easy/CountYourCoins/input/06 - Why do I have so many different coins.txt +4 -0
  90. package/config/easy/CountYourCoins/input/07 - How does this even fit in my pocket.txt +4 -0
  91. package/config/easy/CountYourCoins/output/01 - Easy !.txt +1 -0
  92. package/config/easy/CountYourCoins/output/02 - It/342/200/231s obviously way too much !.txt" +1 -0
  93. package/config/easy/CountYourCoins/output/03 - It/342/200/231s way too much.. But less obvious.txt" +1 -0
  94. package/config/easy/CountYourCoins/output/04 - Two coin types.txt +1 -0
  95. package/config/easy/CountYourCoins/output/05 - That/342/200/231s hard to evaluate....txt" +1 -0
  96. package/config/easy/CountYourCoins/output/06 - Why do I have so many different coins.txt +1 -0
  97. package/config/easy/CountYourCoins/output/07 - How does this even fit in my pocket.txt +1 -0
  98. package/config/easy/CreateTurnHereSigns/code/CGCode.js +6 -0
  99. package/config/easy/CreateTurnHereSigns/code/CGCode.php +7 -0
  100. package/config/easy/CreateTurnHereSigns/config.json +73 -0
  101. package/config/easy/CreateTurnHereSigns/input/01 - test 1.txt +1 -0
  102. package/config/easy/CreateTurnHereSigns/input/02 - test 2.txt +1 -0
  103. package/config/easy/CreateTurnHereSigns/input/03 - test 3.txt +1 -0
  104. package/config/easy/CreateTurnHereSigns/input/04 - test 4.txt +1 -0
  105. package/config/easy/CreateTurnHereSigns/input/05 - test 5.txt +1 -0
  106. package/config/easy/CreateTurnHereSigns/input/06 - test 6.txt +1 -0
  107. package/config/easy/CreateTurnHereSigns/input/07 - test 7.txt +1 -0
  108. package/config/easy/CreateTurnHereSigns/input/08 - test 8.txt +1 -0
  109. package/config/easy/CreateTurnHereSigns/input/09 - test 9.txt +1 -0
  110. package/config/easy/CreateTurnHereSigns/input/10 - test 10.txt +1 -0
  111. package/config/easy/CreateTurnHereSigns/input/11 - test 11.txt +1 -0
  112. package/config/easy/CreateTurnHereSigns/input/12 - test 12.txt +1 -0
  113. package/config/easy/CreateTurnHereSigns/input/13 - test 13.txt +1 -0
  114. package/config/easy/CreateTurnHereSigns/output/01 - test 1.txt +9 -0
  115. package/config/easy/CreateTurnHereSigns/output/02 - test 2.txt +11 -0
  116. package/config/easy/CreateTurnHereSigns/output/03 - test 3.txt +13 -0
  117. package/config/easy/CreateTurnHereSigns/output/04 - test 4.txt +7 -0
  118. package/config/easy/CreateTurnHereSigns/output/05 - test 5.txt +19 -0
  119. package/config/easy/CreateTurnHereSigns/output/06 - test 6.txt +27 -0
  120. package/config/easy/CreateTurnHereSigns/output/07 - test 7.txt +21 -0
  121. package/config/easy/CreateTurnHereSigns/output/08 - test 8.txt +11 -0
  122. package/config/easy/CreateTurnHereSigns/output/09 - test 9.txt +17 -0
  123. package/config/easy/CreateTurnHereSigns/output/10 - test 10.txt +5 -0
  124. package/config/easy/CreateTurnHereSigns/output/11 - test 11.txt +7 -0
  125. package/config/easy/CreateTurnHereSigns/output/12 - test 12.txt +5 -0
  126. package/config/easy/CreateTurnHereSigns/output/13 - test 13.txt +7 -0
  127. package/config/easy/DigitalScoreboard/code/CGCode.js +8 -0
  128. package/config/easy/DigitalScoreboard/code/CGCode.php +10 -0
  129. package/config/easy/DigitalScoreboard/config.json +48 -0
  130. package/config/easy/DigitalScoreboard/input/01 - Addition Only - Test 1.txt +23 -0
  131. package/config/easy/DigitalScoreboard/input/02 - Subtraction Only - Test 2.txt +23 -0
  132. package/config/easy/DigitalScoreboard/input/03 - test 3.txt +23 -0
  133. package/config/easy/DigitalScoreboard/input/04 - test 4.txt +23 -0
  134. package/config/easy/DigitalScoreboard/input/05 - test 5.txt +23 -0
  135. package/config/easy/DigitalScoreboard/input/06 - Nothing ever changes - Test 6.txt +23 -0
  136. package/config/easy/DigitalScoreboard/input/07 - test 7.txt +23 -0
  137. package/config/easy/DigitalScoreboard/input/08 - For Rafarafa - Test 8.txt +23 -0
  138. package/config/easy/DigitalScoreboard/output/01 - Addition Only - Test 1.txt +1 -0
  139. package/config/easy/DigitalScoreboard/output/02 - Subtraction Only - Test 2.txt +1 -0
  140. package/config/easy/DigitalScoreboard/output/03 - test 3.txt +1 -0
  141. package/config/easy/DigitalScoreboard/output/04 - test 4.txt +1 -0
  142. package/config/easy/DigitalScoreboard/output/05 - test 5.txt +1 -0
  143. package/config/easy/DigitalScoreboard/output/06 - Nothing ever changes - Test 6.txt +1 -0
  144. package/config/easy/DigitalScoreboard/output/07 - test 7.txt +1 -0
  145. package/config/easy/DigitalScoreboard/output/08 - For Rafarafa - Test 8.txt +1 -0
  146. package/config/easy/DisorderedFirstContact/config.json +1 -1
  147. package/config/easy/EscapeTheMadness/code/CGCode.js +6 -0
  148. package/config/easy/EscapeTheMadness/code/CGCode.php +7 -0
  149. package/config/easy/EscapeTheMadness/config.json +58 -0
  150. package/config/easy/EscapeTheMadness/input/01 - Only C-style trigraphs.txt +1 -0
  151. package/config/easy/EscapeTheMadness/input/02 - C-style trigraphs with unsupported characters.txt +1 -0
  152. package/config/easy/EscapeTheMadness/input/03 - Only backslash escape sequences.txt +1 -0
  153. package/config/easy/EscapeTheMadness/input/04 - Combined trigraphs and backslash escape sequences.txt +1 -0
  154. package/config/easy/EscapeTheMadness/input/05 - No double backslash escape sequence evaluation.txt +1 -0
  155. package/config/easy/EscapeTheMadness/input/06 - Only HTML entities.txt +1 -0
  156. package/config/easy/EscapeTheMadness/input/07 - Only known HTML entities.txt +1 -0
  157. package/config/easy/EscapeTheMadness/input/08 - No double evaluation of HTML entities.txt +1 -0
  158. package/config/easy/EscapeTheMadness/input/09 - HTML entities must be rendered after backslash escape sequences.txt +1 -0
  159. package/config/easy/EscapeTheMadness/input/10 - All together now!.txt +1 -0
  160. package/config/easy/EscapeTheMadness/output/01 - Only C-style trigraphs.txt +1 -0
  161. package/config/easy/EscapeTheMadness/output/02 - C-style trigraphs with unsupported characters.txt +1 -0
  162. package/config/easy/EscapeTheMadness/output/03 - Only backslash escape sequences.txt +1 -0
  163. package/config/easy/EscapeTheMadness/output/04 - Combined trigraphs and backslash escape sequences.txt +1 -0
  164. package/config/easy/EscapeTheMadness/output/05 - No double backslash escape sequence evaluation.txt +1 -0
  165. package/config/easy/EscapeTheMadness/output/06 - Only HTML entities.txt +1 -0
  166. package/config/easy/EscapeTheMadness/output/07 - Only known HTML entities.txt +1 -0
  167. package/config/easy/EscapeTheMadness/output/08 - No double evaluation of HTML entities.txt +1 -0
  168. package/config/easy/EscapeTheMadness/output/09 - HTML entities must be rendered after backslash escape sequences.txt +1 -0
  169. package/config/easy/EscapeTheMadness/output/10 - All together now!.txt +1 -0
  170. package/config/easy/EuclidsAlgorithm/code/CGCode.js +8 -0
  171. package/config/easy/EuclidsAlgorithm/code/CGCode.php +7 -0
  172. package/config/easy/EuclidsAlgorithm/config.json +28 -0
  173. package/config/easy/EuclidsAlgorithm/input/01 - 25 3.txt +1 -0
  174. package/config/easy/EuclidsAlgorithm/input/02 - 50 14.txt +1 -0
  175. package/config/easy/EuclidsAlgorithm/input/03 - 115 47.txt +1 -0
  176. package/config/easy/EuclidsAlgorithm/input/04 - 4857 147.txt +1 -0
  177. package/config/easy/EuclidsAlgorithm/output/01 - 25 3.txt +3 -0
  178. package/config/easy/EuclidsAlgorithm/output/02 - 50 14.txt +5 -0
  179. package/config/easy/EuclidsAlgorithm/output/03 - 115 47.txt +5 -0
  180. package/config/easy/EuclidsAlgorithm/output/04 - 4857 147.txt +4 -0
  181. package/config/easy/FoldingPaper/code/CGCode.js +7 -0
  182. package/config/easy/FoldingPaper/code/CGCode.php +8 -0
  183. package/config/easy/FoldingPaper/config.json +33 -0
  184. package/config/easy/FoldingPaper/input/01 - 2 ply.txt +2 -0
  185. package/config/easy/FoldingPaper/input/02 - 4 ply.txt +2 -0
  186. package/config/easy/FoldingPaper/input/03 - 6 ply.txt +2 -0
  187. package/config/easy/FoldingPaper/input/04 - 8 ply easy.txt +2 -0
  188. package/config/easy/FoldingPaper/input/05 - 8 ply.txt +2 -0
  189. package/config/easy/FoldingPaper/output/02 - 4 ply.txt +1 -0
  190. package/config/easy/FoldingPaper/output/03 - 6 ply.txt +1 -0
  191. package/config/easy/FoldingPaper/output/05 - 8 ply.txt +1 -0
  192. package/config/easy/GDQBinaryCodedDecimalClock/code/CGCode.js +8 -0
  193. package/config/easy/GDQBinaryCodedDecimalClock/code/CGCode.php +10 -0
  194. package/config/easy/GDQBinaryCodedDecimalClock/config.json +28 -0
  195. package/config/easy/GDQBinaryCodedDecimalClock/input/01 - Single Digits.txt +1 -0
  196. package/config/easy/GDQBinaryCodedDecimalClock/input/02 - Double Digits.txt +1 -0
  197. package/config/easy/GDQBinaryCodedDecimalClock/input/03 - Tunic - Any% Unrestricted (21 42).txt +1 -0
  198. package/config/easy/GDQBinaryCodedDecimalClock/input/04 - Donkey Kong 64 - No Levels Early (02 04 09).txt +1 -0
  199. package/config/easy/GDQBinaryCodedDecimalClock/output/01 - Single Digits.txt +4 -0
  200. package/config/easy/GDQBinaryCodedDecimalClock/output/02 - Double Digits.txt +4 -0
  201. package/config/easy/GDQBinaryCodedDecimalClock/output/03 - Tunic - Any% Unrestricted (21 42).txt +4 -0
  202. package/config/easy/GDQBinaryCodedDecimalClock/output/04 - Donkey Kong 64 - No Levels Early (02 04 09).txt +4 -0
  203. package/config/easy/KangarooWords/code/CGCode.js +9 -0
  204. package/config/easy/KangarooWords/code/CGCode.php +11 -0
  205. package/config/easy/KangarooWords/config.json +48 -0
  206. package/config/easy/KangarooWords/input/01 - Action.txt +2 -0
  207. package/config/easy/KangarooWords/input/02 - Fire.txt +2 -0
  208. package/config/easy/KangarooWords/input/03 - Not alone.txt +2 -0
  209. package/config/easy/KangarooWords/input/04 - Example.txt +3 -0
  210. package/config/easy/KangarooWords/input/05 - Screams.txt +3 -0
  211. package/config/easy/KangarooWords/input/06 - Pointless.txt +6 -0
  212. package/config/easy/KangarooWords/input/07 - CodingGame.txt +3 -0
  213. package/config/easy/KangarooWords/input/08 - Pointless.txt +6 -0
  214. package/config/easy/KangarooWords/output/01 - Action.txt +1 -0
  215. package/config/easy/KangarooWords/output/02 - Fire.txt +1 -0
  216. package/config/easy/KangarooWords/output/03 - Not alone.txt +2 -0
  217. package/config/easy/KangarooWords/output/04 - Example.txt +2 -0
  218. package/config/easy/KangarooWords/output/05 - Screams.txt +6 -0
  219. package/config/easy/KangarooWords/output/06 - Pointless.txt +1 -0
  220. package/config/easy/KangarooWords/output/07 - CodingGame.txt +2 -0
  221. package/config/easy/KangarooWords/output/08 - Pointless.txt +1 -0
  222. package/config/easy/LongestCoast/code/CGCode.js +9 -0
  223. package/config/easy/LongestCoast/code/CGCode.php +11 -0
  224. package/config/easy/LongestCoast/config.json +43 -0
  225. package/config/easy/LongestCoast/input/01 - Simple start.txt +4 -0
  226. package/config/easy/LongestCoast/input/02 - Multiple islands.txt +7 -0
  227. package/config/easy/LongestCoast/input/03 - Checkerboard.txt +6 -0
  228. package/config/easy/LongestCoast/input/04 - Weird shaped island.txt +9 -0
  229. package/config/easy/LongestCoast/input/05 - Linked islands.txt +11 -0
  230. package/config/easy/LongestCoast/input/06 - No water.txt +9 -0
  231. package/config/easy/LongestCoast/input/07 - Large Archipelago.txt +51 -0
  232. package/config/easy/LongestCoast/output/01 - Simple start.txt +1 -0
  233. package/config/easy/LongestCoast/output/02 - Multiple islands.txt +1 -0
  234. package/config/easy/LongestCoast/output/03 - Checkerboard.txt +1 -0
  235. package/config/easy/LongestCoast/output/04 - Weird shaped island.txt +1 -0
  236. package/config/easy/LongestCoast/output/05 - Linked islands.txt +1 -0
  237. package/config/easy/LongestCoast/output/06 - No water.txt +1 -0
  238. package/config/easy/LongestCoast/output/07 - Large Archipelago.txt +1 -0
  239. package/config/{medium → easy}/MerlinsMagicSquare/config.json +1 -1
  240. package/config/easy/MerlinsMagicSquare/output/23 - test 23.txt +1 -0
  241. package/config/easy/MerlinsMagicSquare/output/24 - test 24.txt +1 -0
  242. package/config/easy/NATOAlphabetsOddUncles/code/CGCode.js +6 -0
  243. package/config/easy/NATOAlphabetsOddUncles/code/CGCode.php +7 -0
  244. package/config/easy/NATOAlphabetsOddUncles/config.json +83 -0
  245. package/config/easy/NATOAlphabetsOddUncles/input/01 - Starting with oldest - Test 1.txt +1 -0
  246. package/config/easy/NATOAlphabetsOddUncles/input/02 - Then next oldest - Test 2.txt +1 -0
  247. package/config/easy/NATOAlphabetsOddUncles/input/03 - Almost current - Test 3.txt +1 -0
  248. package/config/easy/NATOAlphabetsOddUncles/input/04 - Let/342/200/231s Regress - Test 4.txt" +1 -0
  249. package/config/easy/NATOAlphabetsOddUncles/input/05 - Rest are random - Test 5.txt +1 -0
  250. package/config/easy/NATOAlphabetsOddUncles/input/06 - test 6.txt +1 -0
  251. package/config/easy/NATOAlphabetsOddUncles/input/07 - test 7.txt +1 -0
  252. package/config/easy/NATOAlphabetsOddUncles/input/08 - test 8.txt +1 -0
  253. package/config/easy/NATOAlphabetsOddUncles/input/09 - test 9.txt +1 -0
  254. package/config/easy/NATOAlphabetsOddUncles/input/10 - Charlie is here - Test 10.txt +1 -0
  255. package/config/easy/NATOAlphabetsOddUncles/input/11 - Charlie is here too - Test 11.txt +1 -0
  256. package/config/easy/NATOAlphabetsOddUncles/input/12 - Is it This Quebec or ... - Test 12.txt +1 -0
  257. package/config/easy/NATOAlphabetsOddUncles/input/13 - ... or That Quebec - Test 13.txt +1 -0
  258. package/config/easy/NATOAlphabetsOddUncles/input/14 - Which alphabet has both - Test 14.txt +1 -0
  259. package/config/easy/NATOAlphabetsOddUncles/output/01 - Starting with oldest - Test 1.txt +1 -0
  260. package/config/easy/NATOAlphabetsOddUncles/output/02 - Then next oldest - Test 2.txt +1 -0
  261. package/config/easy/NATOAlphabetsOddUncles/output/03 - Almost current - Test 3.txt +1 -0
  262. package/config/easy/NATOAlphabetsOddUncles/output/04 - Let/342/200/231s Regress - Test 4.txt" +1 -0
  263. package/config/easy/NATOAlphabetsOddUncles/output/05 - Rest are random - Test 5.txt +1 -0
  264. package/config/easy/NATOAlphabetsOddUncles/output/06 - test 6.txt +1 -0
  265. package/config/easy/NATOAlphabetsOddUncles/output/07 - test 7.txt +1 -0
  266. package/config/easy/NATOAlphabetsOddUncles/output/08 - test 8.txt +1 -0
  267. package/config/easy/NATOAlphabetsOddUncles/output/09 - test 9.txt +1 -0
  268. package/config/easy/NATOAlphabetsOddUncles/output/10 - Charlie is here - Test 10.txt +1 -0
  269. package/config/easy/NATOAlphabetsOddUncles/output/11 - Charlie is here too - Test 11.txt +1 -0
  270. package/config/easy/NATOAlphabetsOddUncles/output/12 - Is it This Quebec or ... - Test 12.txt +1 -0
  271. package/config/easy/NATOAlphabetsOddUncles/output/13 - ... or That Quebec - Test 13.txt +1 -0
  272. package/config/easy/NATOAlphabetsOddUncles/output/14 - Which alphabet has both - Test 14.txt +1 -0
  273. package/config/easy/QueenControl/code/CGCode.js +9 -0
  274. package/config/easy/QueenControl/code/CGCode.php +11 -0
  275. package/config/easy/QueenControl/config.json +83 -0
  276. package/config/easy/QueenControl/input/01 - Corner.txt +9 -0
  277. package/config/easy/QueenControl/input/02 - Center.txt +9 -0
  278. package/config/easy/QueenControl/input/03 - White ally down right.txt +9 -0
  279. package/config/easy/QueenControl/input/04 - White ally up left.txt +9 -0
  280. package/config/easy/QueenControl/input/05 - White ally diagonal.txt +9 -0
  281. package/config/easy/QueenControl/input/06 - Black ally down right.txt +9 -0
  282. package/config/easy/QueenControl/input/07 - Black ally up left.txt +9 -0
  283. package/config/easy/QueenControl/input/08 - Black ally diagonal.txt +9 -0
  284. package/config/easy/QueenControl/input/09 - Black enemy.txt +9 -0
  285. package/config/easy/QueenControl/input/10 - White enemy.txt +9 -0
  286. package/config/easy/QueenControl/input/11 - Surrounded by allies.txt +9 -0
  287. package/config/easy/QueenControl/input/12 - Surrounded by enemies.txt +9 -0
  288. package/config/easy/QueenControl/input/13 - Advanced test 1.txt +9 -0
  289. package/config/easy/QueenControl/input/14 - Advanced test 2.txt +9 -0
  290. package/config/easy/QueenControl/input/15 - Advanced test 3.txt +9 -0
  291. package/config/easy/QueenControl/output/01 - Corner.txt +1 -0
  292. package/config/easy/QueenControl/output/02 - Center.txt +1 -0
  293. package/config/easy/QueenControl/output/03 - White ally down right.txt +1 -0
  294. package/config/easy/QueenControl/output/04 - White ally up left.txt +1 -0
  295. package/config/easy/QueenControl/output/05 - White ally diagonal.txt +1 -0
  296. package/config/easy/QueenControl/output/06 - Black ally down right.txt +1 -0
  297. package/config/easy/QueenControl/output/07 - Black ally up left.txt +1 -0
  298. package/config/easy/QueenControl/output/08 - Black ally diagonal.txt +1 -0
  299. package/config/easy/QueenControl/output/09 - Black enemy.txt +1 -0
  300. package/config/easy/QueenControl/output/10 - White enemy.txt +1 -0
  301. package/config/easy/QueenControl/output/11 - Surrounded by allies.txt +1 -0
  302. package/config/easy/QueenControl/output/12 - Surrounded by enemies.txt +1 -0
  303. package/config/easy/QueenControl/output/13 - Advanced test 1.txt +1 -0
  304. package/config/easy/QueenControl/output/14 - Advanced test 2.txt +1 -0
  305. package/config/easy/QueenControl/output/15 - Advanced test 3.txt +1 -0
  306. package/config/easy/ScrabbleScore/code/CGCode.js +24 -0
  307. package/config/easy/ScrabbleScore/code/CGCode.php +26 -0
  308. package/config/easy/ScrabbleScore/config.json +78 -0
  309. package/config/easy/ScrabbleScore/input/01 - Easy.txt +41 -0
  310. package/config/easy/ScrabbleScore/input/02 - Double letter score.txt +41 -0
  311. package/config/easy/ScrabbleScore/input/03 - Triple letter score.txt +41 -0
  312. package/config/easy/ScrabbleScore/input/04 - Double word score.txt +41 -0
  313. package/config/easy/ScrabbleScore/input/05 - Triple word score.txt +53 -0
  314. package/config/easy/ScrabbleScore/input/06 - Multiple multiplicator.txt +49 -0
  315. package/config/easy/ScrabbleScore/input/07 - Count the 2 words.txt +50 -0
  316. package/config/easy/ScrabbleScore/input/08 - Special cell on 2 words.txt +74 -0
  317. package/config/easy/ScrabbleScore/input/09 - Special cell on 2 words.txt +74 -0
  318. package/config/easy/ScrabbleScore/input/10 - Combo.txt +74 -0
  319. package/config/easy/ScrabbleScore/input/11 - Blank is important.txt +74 -0
  320. package/config/easy/ScrabbleScore/input/12 - Multiple multiplicator 2.txt +73 -0
  321. package/config/easy/ScrabbleScore/input/13 - First word.txt +74 -0
  322. package/config/easy/ScrabbleScore/input/14 - First word.txt +49 -0
  323. package/config/easy/ScrabbleScore/output/01 - Easy.txt +2 -0
  324. package/config/easy/ScrabbleScore/output/02 - Double letter score.txt +2 -0
  325. package/config/easy/ScrabbleScore/output/03 - Triple letter score.txt +2 -0
  326. package/config/easy/ScrabbleScore/output/04 - Double word score.txt +2 -0
  327. package/config/easy/ScrabbleScore/output/05 - Triple word score.txt +3 -0
  328. package/config/easy/ScrabbleScore/output/06 - Multiple multiplicator.txt +2 -0
  329. package/config/easy/ScrabbleScore/output/07 - Count the 2 words.txt +3 -0
  330. package/config/easy/ScrabbleScore/output/08 - Special cell on 2 words.txt +3 -0
  331. package/config/easy/ScrabbleScore/output/09 - Special cell on 2 words.txt +2 -0
  332. package/config/easy/ScrabbleScore/output/10 - Combo.txt +5 -0
  333. package/config/easy/ScrabbleScore/output/11 - Blank is important.txt +2 -0
  334. package/config/easy/ScrabbleScore/output/12 - Multiple multiplicator 2.txt +3 -0
  335. package/config/easy/ScrabbleScore/output/13 - First word.txt +3 -0
  336. package/config/easy/ScrabbleScore/output/14 - First word.txt +7 -0
  337. package/config/easy/ShootEnemyAircraft/code/CGCode.js +10 -0
  338. package/config/easy/ShootEnemyAircraft/code/CGCode.php +12 -0
  339. package/config/easy/ShootEnemyAircraft/config.json +28 -0
  340. package/config/easy/ShootEnemyAircraft/input/01 - One aircraft on each side.txt +7 -0
  341. package/config/easy/ShootEnemyAircraft/input/02 - Three on the same side.txt +7 -0
  342. package/config/easy/ShootEnemyAircraft/input/03 - Hold the line.txt +3 -0
  343. package/config/easy/ShootEnemyAircraft/input/04 - Don/342/200/231t panic.txt" +11 -0
  344. package/config/easy/ShootEnemyAircraft/output/01 - One aircraft on each side.txt +7 -0
  345. package/config/easy/ShootEnemyAircraft/output/02 - Three on the same side.txt +6 -0
  346. package/config/easy/ShootEnemyAircraft/output/03 - Hold the line.txt +29 -0
  347. package/config/easy/ShootEnemyAircraft/output/04 - Don/342/200/231t panic.txt" +29 -0
  348. package/config/easy/ShouldBakersBeFrugal/code/CGCode.js +8 -0
  349. package/config/easy/ShouldBakersBeFrugal/code/CGCode.php +7 -0
  350. package/config/easy/ShouldBakersBeFrugal/config.json +78 -0
  351. package/config/easy/ShouldBakersBeFrugal/input/01 - Basic.txt +1 -0
  352. package/config/easy/ShouldBakersBeFrugal/input/02 - Another Basic.txt +1 -0
  353. package/config/easy/ShouldBakersBeFrugal/input/03 - What IS the benefit.txt +1 -0
  354. package/config/easy/ShouldBakersBeFrugal/input/04 - Not perfectly divisible.txt +1 -0
  355. package/config/easy/ShouldBakersBeFrugal/input/05 - Real Biscuits.txt +1 -0
  356. package/config/easy/ShouldBakersBeFrugal/input/06 - So wasteful.txt +1 -0
  357. package/config/easy/ShouldBakersBeFrugal/input/07 - Squeeze out the extras.txt +1 -0
  358. package/config/easy/ShouldBakersBeFrugal/input/08 - So many biscuits.txt +1 -0
  359. package/config/easy/ShouldBakersBeFrugal/input/09 - Who kneads that.txt +1 -0
  360. package/config/easy/ShouldBakersBeFrugal/input/10 - Them Biscuits are Big.txt +1 -0
  361. package/config/easy/ShouldBakersBeFrugal/input/11 - Big Payoff.txt +1 -0
  362. package/config/easy/ShouldBakersBeFrugal/input/12 - Now my hand hurts.txt +1 -0
  363. package/config/easy/ShouldBakersBeFrugal/input/13 - Micro World.txt +1 -0
  364. package/config/easy/ShouldBakersBeFrugal/input/14 - A gazillion micro-biscuits.txt +1 -0
  365. package/config/easy/ShouldBakersBeFrugal/output/01 - Basic.txt +1 -0
  366. package/config/easy/ShouldBakersBeFrugal/output/02 - Another Basic.txt +1 -0
  367. package/config/easy/ShouldBakersBeFrugal/output/03 - What IS the benefit.txt +1 -0
  368. package/config/easy/ShouldBakersBeFrugal/output/04 - Not perfectly divisible.txt +1 -0
  369. package/config/easy/ShouldBakersBeFrugal/output/05 - Real Biscuits.txt +1 -0
  370. package/config/easy/ShouldBakersBeFrugal/output/06 - So wasteful.txt +1 -0
  371. package/config/easy/ShouldBakersBeFrugal/output/07 - Squeeze out the extras.txt +1 -0
  372. package/config/easy/ShouldBakersBeFrugal/output/08 - So many biscuits.txt +1 -0
  373. package/config/easy/ShouldBakersBeFrugal/output/09 - Who kneads that.txt +1 -0
  374. package/config/easy/ShouldBakersBeFrugal/output/10 - Them Biscuits are Big.txt +1 -0
  375. package/config/easy/ShouldBakersBeFrugal/output/11 - Big Payoff.txt +1 -0
  376. package/config/easy/ShouldBakersBeFrugal/output/12 - Now my hand hurts.txt +1 -0
  377. package/config/easy/ShouldBakersBeFrugal/output/13 - Micro World.txt +1 -0
  378. package/config/easy/ShouldBakersBeFrugal/output/14 - A gazillion micro-biscuits.txt +1 -0
  379. package/config/easy/SixDegreesOfKevinBacon/code/CGCode.js +10 -0
  380. package/config/easy/SixDegreesOfKevinBacon/code/CGCode.php +12 -0
  381. package/config/easy/SixDegreesOfKevinBacon/config.json +38 -0
  382. package/config/easy/SixDegreesOfKevinBacon/input/01 - 2 Degrees of Kevin Bacon.txt +5 -0
  383. package/config/easy/SixDegreesOfKevinBacon/input/02 - One Degree of Kevin Bacon.txt +5 -0
  384. package/config/easy/SixDegreesOfKevinBacon/input/03 - 3 Degrees of Kevin Bacon.txt +7 -0
  385. package/config/easy/SixDegreesOfKevinBacon/input/04 - Kevin Bacon Himself!.txt +6 -0
  386. package/config/easy/SixDegreesOfKevinBacon/input/05 - Going big!.txt +12 -0
  387. package/config/easy/SixDegreesOfKevinBacon/input/06 - The Biggest.txt +42 -0
  388. package/config/easy/SixDegreesOfKevinBacon/output/01 - 2 Degrees of Kevin Bacon.txt +1 -0
  389. package/config/easy/SixDegreesOfKevinBacon/output/02 - One Degree of Kevin Bacon.txt +1 -0
  390. package/config/easy/SixDegreesOfKevinBacon/output/03 - 3 Degrees of Kevin Bacon.txt +1 -0
  391. package/config/easy/SixDegreesOfKevinBacon/output/04 - Kevin Bacon Himself!.txt +1 -0
  392. package/config/easy/SixDegreesOfKevinBacon/output/05 - Going big!.txt +1 -0
  393. package/config/easy/SixDegreesOfKevinBacon/output/06 - The Biggest.txt +1 -0
  394. package/config/easy/SquareSpiralForAlienContact/code/CGCode.js +6 -0
  395. package/config/easy/SquareSpiralForAlienContact/code/CGCode.php +7 -0
  396. package/config/easy/SquareSpiralForAlienContact/config.json +128 -0
  397. package/config/easy/SquareSpiralForAlienContact/input/01 - Test 1 = letter+ and #same, cw.txt +1 -0
  398. package/config/easy/SquareSpiralForAlienContact/input/02 - Test 2 = letter+ and #same, ccw.txt +1 -0
  399. package/config/easy/SquareSpiralForAlienContact/input/03 - Test 3 = letter++ and #same, cw.txt +1 -0
  400. package/config/easy/SquareSpiralForAlienContact/input/04 - Test 4 = letter++ and #same, ccw.txt +1 -0
  401. package/config/easy/SquareSpiralForAlienContact/input/05 - Test 5 = letter+ and #+, cw.txt +1 -0
  402. package/config/easy/SquareSpiralForAlienContact/input/06 - Test 6 = letter+ and #+, ccw.txt +1 -0
  403. package/config/easy/SquareSpiralForAlienContact/input/07 - Test 7 = letter+ and #++, cw.txt +1 -0
  404. package/config/easy/SquareSpiralForAlienContact/input/08 - Test 8 = letter+ and #++, ccw.txt +1 -0
  405. package/config/easy/SquareSpiralForAlienContact/input/09 - Test 9 = letter++ and #+, cw.txt +1 -0
  406. package/config/easy/SquareSpiralForAlienContact/input/10 - Test 10 = letter++ and #+, ccw.txt +1 -0
  407. package/config/easy/SquareSpiralForAlienContact/input/11 - Test 11 = letter++ and #++, cw.txt +1 -0
  408. package/config/easy/SquareSpiralForAlienContact/input/12 - Test 12 = letter++ and #++, ccw.txt +1 -0
  409. package/config/easy/SquareSpiralForAlienContact/input/13 - Test 13 = letter- and #+, cw.txt +1 -0
  410. package/config/easy/SquareSpiralForAlienContact/input/14 - Test 14 = letter- and #+, ccw.txt +1 -0
  411. package/config/easy/SquareSpiralForAlienContact/input/15 - Test 15 = letter-- and #++, cw.txt +1 -0
  412. package/config/easy/SquareSpiralForAlienContact/input/16 - Test 16 = letter-- and #++, ccw.txt +1 -0
  413. package/config/easy/SquareSpiralForAlienContact/input/17 - Test 17 = letter+ and #-, cw.txt +1 -0
  414. package/config/easy/SquareSpiralForAlienContact/input/18 - Test 18 = letter+ and #-, ccw.txt +1 -0
  415. package/config/easy/SquareSpiralForAlienContact/input/19 - Test 19 = letter-- and #--, cw.txt +1 -0
  416. package/config/easy/SquareSpiralForAlienContact/input/20 - Test 20 = letter-- and #--, ccw.txt +1 -0
  417. package/config/easy/SquareSpiralForAlienContact/input/21 - Test 21 = whoa, that/342/200/231s not enough material, cw.txt" +1 -0
  418. package/config/easy/SquareSpiralForAlienContact/input/22 - Test 22 - whoa, that's not enough material, ccw.txt +1 -0
  419. package/config/easy/SquareSpiralForAlienContact/input/23 - Test 23 = oversized.txt +1 -0
  420. package/config/easy/SquareSpiralForAlienContact/input/24 - Test 24 = very oversized.txt +1 -0
  421. package/config/easy/SquareSpiralForAlienContact/output/01 - Test 1 = letter+ and #same, cw.txt +9 -0
  422. package/config/easy/SquareSpiralForAlienContact/output/02 - Test 2 = letter+ and #same, ccw.txt +11 -0
  423. package/config/easy/SquareSpiralForAlienContact/output/03 - Test 3 = letter++ and #same, cw.txt +19 -0
  424. package/config/easy/SquareSpiralForAlienContact/output/04 - Test 4 = letter++ and #same, ccw.txt +9 -0
  425. package/config/easy/SquareSpiralForAlienContact/output/05 - Test 5 = letter+ and #+, cw.txt +19 -0
  426. package/config/easy/SquareSpiralForAlienContact/output/06 - Test 6 = letter+ and #+, ccw.txt +15 -0
  427. package/config/easy/SquareSpiralForAlienContact/output/07 - Test 7 = letter+ and #++, cw.txt +15 -0
  428. package/config/easy/SquareSpiralForAlienContact/output/08 - Test 8 = letter+ and #++, ccw.txt +11 -0
  429. package/config/easy/SquareSpiralForAlienContact/output/09 - Test 9 = letter++ and #+, cw.txt +9 -0
  430. package/config/easy/SquareSpiralForAlienContact/output/10 - Test 10 = letter++ and #+, ccw.txt +25 -0
  431. package/config/easy/SquareSpiralForAlienContact/output/11 - Test 11 = letter++ and #++, cw.txt +7 -0
  432. package/config/easy/SquareSpiralForAlienContact/output/12 - Test 12 = letter++ and #++, ccw.txt +21 -0
  433. package/config/easy/SquareSpiralForAlienContact/output/13 - Test 13 = letter- and #+, cw.txt +21 -0
  434. package/config/easy/SquareSpiralForAlienContact/output/14 - Test 14 = letter- and #+, ccw.txt +25 -0
  435. package/config/easy/SquareSpiralForAlienContact/output/15 - Test 15 = letter-- and #++, cw.txt +19 -0
  436. package/config/easy/SquareSpiralForAlienContact/output/16 - Test 16 = letter-- and #++, ccw.txt +11 -0
  437. package/config/easy/SquareSpiralForAlienContact/output/17 - Test 17 = letter+ and #-, cw.txt +17 -0
  438. package/config/easy/SquareSpiralForAlienContact/output/18 - Test 18 = letter+ and #-, ccw.txt +21 -0
  439. package/config/easy/SquareSpiralForAlienContact/output/19 - Test 19 = letter-- and #--, cw.txt +5 -0
  440. package/config/easy/SquareSpiralForAlienContact/output/20 - Test 20 = letter-- and #--, ccw.txt +29 -0
  441. package/config/easy/SquareSpiralForAlienContact/output/21 - Test 21 = whoa, that/342/200/231s not enough material, cw.txt" +29 -0
  442. package/config/easy/SquareSpiralForAlienContact/output/22 - Test 22 - whoa, that's not enough material, ccw.txt +25 -0
  443. package/config/easy/SquareSpiralForAlienContact/output/23 - Test 23 = oversized.txt +31 -0
  444. package/config/easy/SquareSpiralForAlienContact/output/24 - Test 24 = very oversized.txt +31 -0
  445. package/config/easy/TableOfContents/code/CGCode.js +10 -0
  446. package/config/easy/TableOfContents/code/CGCode.php +12 -0
  447. package/config/easy/TableOfContents/config.json +28 -0
  448. package/config/easy/TableOfContents/input/01 - Test.txt +7 -0
  449. package/config/easy/TableOfContents/input/02 - Numbers.txt +12 -0
  450. package/config/easy/TableOfContents/input/03 - Hell of subsections.txt +20 -0
  451. package/config/easy/TableOfContents/input/04 - World book.txt +15 -0
  452. package/config/easy/TableOfContents/output/01 - Test.txt +5 -0
  453. package/config/easy/TableOfContents/output/02 - Numbers.txt +10 -0
  454. package/config/easy/TableOfContents/output/03 - Hell of subsections.txt +18 -0
  455. package/config/easy/TableOfContents/output/04 - World book.txt +13 -0
  456. package/config/easy/TheLogoBeyondCppAndCs/code/CGCode.js +11 -0
  457. package/config/easy/TheLogoBeyondCppAndCs/code/CGCode.php +13 -0
  458. package/config/easy/TheLogoBeyondCppAndCs/config.json +123 -0
  459. package/config/easy/TheLogoBeyondCppAndCs/input/01 - C Sharp Plus Test 1.txt +5 -0
  460. package/config/easy/TheLogoBeyondCppAndCs/input/02 - C Venn Test 2.txt +6 -0
  461. package/config/easy/TheLogoBeyondCppAndCs/input/03 - C Plus Plus and Plus Test 3.txt +6 -0
  462. package/config/easy/TheLogoBeyondCppAndCs/input/04 - C-hi Test 4.txt +6 -0
  463. package/config/easy/TheLogoBeyondCppAndCs/input/05 - C Climb Test 5.txt +6 -0
  464. package/config/easy/TheLogoBeyondCppAndCs/input/06 - C-Cliff Test 6.txt +6 -0
  465. package/config/easy/TheLogoBeyondCppAndCs/input/07 - C-X Test 7.txt +6 -0
  466. package/config/easy/TheLogoBeyondCppAndCs/input/08 - Tic Tac C Test 8.txt +6 -0
  467. package/config/easy/TheLogoBeyondCppAndCs/input/09 - C-Check Test 9.txt +7 -0
  468. package/config/easy/TheLogoBeyondCppAndCs/input/10 - C-Checkers Test 10.txt +7 -0
  469. package/config/easy/TheLogoBeyondCppAndCs/input/11 - C Sharp Sharp Test 11.txt +5 -0
  470. package/config/easy/TheLogoBeyondCppAndCs/input/12 - C Sharp Plus Sharp Test 12.txt +6 -0
  471. package/config/easy/TheLogoBeyondCppAndCs/input/13 - C Pyramid Test 13.txt +6 -0
  472. package/config/easy/TheLogoBeyondCppAndCs/input/14 - Greater Than C Test 14.txt +8 -0
  473. package/config/easy/TheLogoBeyondCppAndCs/input/15 - Giant C Test 15.txt +4 -0
  474. package/config/easy/TheLogoBeyondCppAndCs/input/16 - One Thick C Test 16.txt +4 -0
  475. package/config/easy/TheLogoBeyondCppAndCs/input/17 - C-U Test 17.txt +8 -0
  476. package/config/easy/TheLogoBeyondCppAndCs/input/18 - You can C forever Test 18.txt +23 -0
  477. package/config/easy/TheLogoBeyondCppAndCs/input/19 - I C U Test 19.txt +14 -0
  478. package/config/easy/TheLogoBeyondCppAndCs/input/20 - C-Nake (Snake) Test 20.txt +14 -0
  479. package/config/easy/TheLogoBeyondCppAndCs/input/21 - C-Legs Test 21.txt +7 -0
  480. package/config/easy/TheLogoBeyondCppAndCs/input/22 - C You Tuesday Test 22.txt +8 -0
  481. package/config/easy/TheLogoBeyondCppAndCs/input/23 - C-Man Test 23.txt +7 -0
  482. package/config/easy/TheLogoBeyondCppAndCs/output/01 - C Sharp Plus Test 1.txt +26 -0
  483. package/config/easy/TheLogoBeyondCppAndCs/output/02 - C Venn Test 2.txt +33 -0
  484. package/config/easy/TheLogoBeyondCppAndCs/output/03 - C Plus Plus and Plus Test 3.txt +36 -0
  485. package/config/easy/TheLogoBeyondCppAndCs/output/04 - C-hi Test 4.txt +27 -0
  486. package/config/easy/TheLogoBeyondCppAndCs/output/05 - C Climb Test 5.txt +39 -0
  487. package/config/easy/TheLogoBeyondCppAndCs/output/06 - C-Cliff Test 6.txt +30 -0
  488. package/config/easy/TheLogoBeyondCppAndCs/output/07 - C-X Test 7.txt +21 -0
  489. package/config/easy/TheLogoBeyondCppAndCs/output/08 - Tic Tac C Test 8.txt +30 -0
  490. package/config/easy/TheLogoBeyondCppAndCs/output/09 - C-Check Test 9.txt +32 -0
  491. package/config/easy/TheLogoBeyondCppAndCs/output/10 - C-Checkers Test 10.txt +36 -0
  492. package/config/easy/TheLogoBeyondCppAndCs/output/11 - C Sharp Sharp Test 11.txt +18 -0
  493. package/config/easy/TheLogoBeyondCppAndCs/output/12 - C Sharp Plus Sharp Test 12.txt +27 -0
  494. package/config/easy/TheLogoBeyondCppAndCs/output/13 - C Pyramid Test 13.txt +24 -0
  495. package/config/easy/TheLogoBeyondCppAndCs/output/14 - Greater Than C Test 14.txt +50 -0
  496. package/config/easy/TheLogoBeyondCppAndCs/output/15 - Giant C Test 15.txt +31 -0
  497. package/config/easy/TheLogoBeyondCppAndCs/output/16 - One Thick C Test 16.txt +30 -0
  498. package/config/easy/TheLogoBeyondCppAndCs/output/17 - C-U Test 17.txt +35 -0
  499. package/config/easy/TheLogoBeyondCppAndCs/output/18 - You can C forever Test 18.txt +140 -0
  500. package/config/easy/TheLogoBeyondCppAndCs/output/19 - I C U Test 19.txt +15 -0
  501. package/config/easy/TheLogoBeyondCppAndCs/output/20 - C-Nake (Snake) Test 20.txt +77 -0
  502. package/config/easy/TheLogoBeyondCppAndCs/output/21 - C-Legs Test 21.txt +28 -0
  503. package/config/easy/TheLogoBeyondCppAndCs/output/22 - C You Tuesday Test 22.txt +40 -0
  504. package/config/easy/TheLogoBeyondCppAndCs/output/23 - C-Man Test 23.txt +28 -0
  505. package/config/easy/TileAFloor/code/CGCode.js +9 -0
  506. package/config/easy/TileAFloor/code/CGCode.php +11 -0
  507. package/config/easy/TileAFloor/config.json +133 -0
  508. package/config/easy/TileAFloor/input/01 - No special mirrors Test 1.txt +4 -0
  509. package/config/easy/TileAFloor/input/02 - WM Test 2.txt +5 -0
  510. package/config/easy/TileAFloor/input/03 - test 3.txt +5 -0
  511. package/config/easy/TileAFloor/input/04 - Diags Test 4.txt +6 -0
  512. package/config/easy/TileAFloor/input/05 - nu and ][ Test 5.txt +4 -0
  513. package/config/easy/TileAFloor/input/06 - AV and slashes Test 6.txt +5 -0
  514. package/config/easy/TileAFloor/input/07 - (()) and slashes Test 7.txt +5 -0
  515. package/config/easy/TileAFloor/input/08 - Everything Test 8.txt +7 -0
  516. package/config/easy/TileAFloor/input/09 - test 9.txt +6 -0
  517. package/config/easy/TileAFloor/input/10 - test 10.txt +8 -0
  518. package/config/easy/TileAFloor/input/11 - test 11.txt +7 -0
  519. package/config/easy/TileAFloor/input/12 - test 12.txt +7 -0
  520. package/config/easy/TileAFloor/input/13 - test 13.txt +7 -0
  521. package/config/easy/TileAFloor/input/14 - test 14.txt +8 -0
  522. package/config/easy/TileAFloor/input/15 - test 15.txt +6 -0
  523. package/config/easy/TileAFloor/input/16 - test 16.txt +7 -0
  524. package/config/easy/TileAFloor/input/17 - test 17.txt +5 -0
  525. package/config/easy/TileAFloor/input/18 - test 18.txt +6 -0
  526. package/config/easy/TileAFloor/input/19 - test 19.txt +6 -0
  527. package/config/easy/TileAFloor/input/20 - test 20.txt +4 -0
  528. package/config/easy/TileAFloor/input/21 - test 21.txt +8 -0
  529. package/config/easy/TileAFloor/input/22 - test 22.txt +4 -0
  530. package/config/easy/TileAFloor/input/23 - test 23.txt +6 -0
  531. package/config/easy/TileAFloor/input/24 - test 24.txt +5 -0
  532. package/config/easy/TileAFloor/input/25 - test 25.txt +5 -0
  533. package/config/easy/TileAFloor/output/01 - No special mirrors Test 1.txt +13 -0
  534. package/config/easy/TileAFloor/output/02 - WM Test 2.txt +17 -0
  535. package/config/easy/TileAFloor/output/03 - test 3.txt +17 -0
  536. package/config/easy/TileAFloor/output/04 - Diags Test 4.txt +21 -0
  537. package/config/easy/TileAFloor/output/05 - nu and ][ Test 5.txt +13 -0
  538. package/config/easy/TileAFloor/output/06 - AV and slashes Test 6.txt +17 -0
  539. package/config/easy/TileAFloor/output/07 - (()) and slashes Test 7.txt +17 -0
  540. package/config/easy/TileAFloor/output/08 - Everything Test 8.txt +25 -0
  541. package/config/easy/TileAFloor/output/09 - test 9.txt +21 -0
  542. package/config/easy/TileAFloor/output/10 - test 10.txt +29 -0
  543. package/config/easy/TileAFloor/output/11 - test 11.txt +25 -0
  544. package/config/easy/TileAFloor/output/12 - test 12.txt +25 -0
  545. package/config/easy/TileAFloor/output/13 - test 13.txt +25 -0
  546. package/config/easy/TileAFloor/output/14 - test 14.txt +29 -0
  547. package/config/easy/TileAFloor/output/15 - test 15.txt +21 -0
  548. package/config/easy/TileAFloor/output/16 - test 16.txt +25 -0
  549. package/config/easy/TileAFloor/output/17 - test 17.txt +17 -0
  550. package/config/easy/TileAFloor/output/18 - test 18.txt +21 -0
  551. package/config/easy/TileAFloor/output/19 - test 19.txt +21 -0
  552. package/config/easy/TileAFloor/output/20 - test 20.txt +13 -0
  553. package/config/easy/TileAFloor/output/21 - test 21.txt +29 -0
  554. package/config/easy/TileAFloor/output/22 - test 22.txt +13 -0
  555. package/config/easy/TileAFloor/output/23 - test 23.txt +21 -0
  556. package/config/easy/TileAFloor/output/24 - test 24.txt +17 -0
  557. package/config/easy/TileAFloor/output/25 - test 25.txt +17 -0
  558. package/config/easy/TriangleToggle/code/CGCode.js +19 -0
  559. package/config/easy/TriangleToggle/code/CGCode.php +13 -0
  560. package/config/easy/TriangleToggle/config.json +68 -0
  561. package/config/easy/TriangleToggle/input/01 - one right.txt +4 -0
  562. package/config/easy/TriangleToggle/input/02 - one isosceles.txt +4 -0
  563. package/config/easy/TriangleToggle/input/03 - two triangles, sailboat.txt +5 -0
  564. package/config/easy/TriangleToggle/input/04 - condensed.txt +7 -0
  565. package/config/easy/TriangleToggle/input/05 - overlap (tree).txt +6 -0
  566. package/config/easy/TriangleToggle/input/06 - overlap expanded star of david.txt +5 -0
  567. package/config/easy/TriangleToggle/input/07 - overlap condensed star of david.txt +5 -0
  568. package/config/easy/TriangleToggle/input/08 - triangles inside of triangles.txt +9 -0
  569. package/config/easy/TriangleToggle/input/09 - yoga, partial triangles.txt +7 -0
  570. package/config/easy/TriangleToggle/input/10 - tesla truck, partial triangles.txt +6 -0
  571. package/config/easy/TriangleToggle/input/11 - misc.txt +8 -0
  572. package/config/easy/TriangleToggle/input/12 - overflowing everywhere.txt +5 -0
  573. package/config/easy/TriangleToggle/output/01 - one right.txt +12 -0
  574. package/config/easy/TriangleToggle/output/02 - one isosceles.txt +12 -0
  575. package/config/easy/TriangleToggle/output/03 - two triangles, sailboat.txt +20 -0
  576. package/config/easy/TriangleToggle/output/04 - condensed.txt +17 -0
  577. package/config/easy/TriangleToggle/output/05 - overlap (tree).txt +17 -0
  578. package/config/easy/TriangleToggle/output/07 - overlap condensed star of david.txt +22 -0
  579. package/config/easy/TriangleToggle/output/08 - triangles inside of triangles.txt +20 -0
  580. package/config/easy/TriangleToggle/output/09 - yoga, partial triangles.txt +19 -0
  581. package/config/easy/TriangleToggle/output/10 - tesla truck, partial triangles.txt +9 -0
  582. package/config/easy/TriangleToggle/output/11 - misc.txt +19 -0
  583. package/config/easy/TriangleToggle/output/12 - overflowing everywhere.txt +29 -0
  584. package/config/easy/VideoComments/code/CGCode.js +9 -0
  585. package/config/easy/VideoComments/code/CGCode.php +11 -0
  586. package/config/easy/VideoComments/config.json +38 -0
  587. package/config/easy/VideoComments/input/01 - Time example.txt +4 -0
  588. package/config/easy/VideoComments/input/02 - Likes count.txt +4 -0
  589. package/config/easy/VideoComments/input/03 - Tie - Followed.txt +6 -0
  590. package/config/easy/VideoComments/input/04 - Pinned - All priorities.txt +4 -0
  591. package/config/easy/VideoComments/input/05 - Replies.txt +8 -0
  592. package/config/easy/VideoComments/input/06 - Followed in replies.txt +8 -0
  593. package/config/easy/VideoComments/output/01 - Time example.txt +3 -0
  594. package/config/easy/VideoComments/output/02 - Likes count.txt +3 -0
  595. package/config/easy/VideoComments/output/03 - Tie - Followed.txt +5 -0
  596. package/config/easy/VideoComments/output/04 - Pinned - All priorities.txt +3 -0
  597. package/config/easy/VideoComments/output/05 - Replies.txt +7 -0
  598. package/config/easy/VideoComments/output/06 - Followed in replies.txt +7 -0
  599. package/config/easy/WhereAmIGoing/code/CGCode.js +10 -0
  600. package/config/easy/WhereAmIGoing/code/CGCode.php +12 -0
  601. package/config/easy/WhereAmIGoing/config.json +28 -0
  602. package/config/easy/WhereAmIGoing/input/01 - Example.txt +3 -0
  603. package/config/easy/WhereAmIGoing/input/02 - Simple.txt +5 -0
  604. package/config/easy/WhereAmIGoing/input/03 - Spiral.txt +12 -0
  605. package/config/easy/WhereAmIGoing/input/04 - Hard.txt +17 -0
  606. package/config/easy/WhereAmIGoing/output/01 - Example.txt +1 -0
  607. package/config/easy/WhereAmIGoing/output/02 - Simple.txt +1 -0
  608. package/config/easy/WhereAmIGoing/output/03 - Spiral.txt +1 -0
  609. package/config/easy/WhereAmIGoing/output/04 - Hard.txt +1 -0
  610. package/config/easy/WordSearchForProgrammers/code/CGCode.js +10 -0
  611. package/config/easy/WordSearchForProgrammers/code/CGCode.php +12 -0
  612. package/config/easy/WordSearchForProgrammers/config.json +38 -0
  613. package/config/easy/WordSearchForProgrammers/input/01 - The Simpsons (Test 1).txt +12 -0
  614. package/config/easy/WordSearchForProgrammers/input/02 - Famous Animals (Test 2).txt +17 -0
  615. package/config/easy/WordSearchForProgrammers/input/03 - US Presidents (Test 3).txt +17 -0
  616. package/config/easy/WordSearchForProgrammers/input/04 - Populous Countries (Test 4).txt +17 -0
  617. package/config/easy/WordSearchForProgrammers/input/05 - Many people with one name (Test 5).txt +17 -0
  618. package/config/easy/WordSearchForProgrammers/input/06 - Older Countries Median age over 40 (Test 6).txt +32 -0
  619. package/config/easy/WordSearchForProgrammers/output/01 - The Simpsons (Test 1).txt +10 -0
  620. package/config/easy/WordSearchForProgrammers/output/02 - Famous Animals (Test 2).txt +15 -0
  621. package/config/easy/WordSearchForProgrammers/output/03 - US Presidents (Test 3).txt +15 -0
  622. package/config/easy/WordSearchForProgrammers/output/04 - Populous Countries (Test 4).txt +15 -0
  623. package/config/easy/WordSearchForProgrammers/output/05 - Many people with one name (Test 5).txt +15 -0
  624. package/config/easy/WordSearchForProgrammers/output/06 - Older Countries Median age over 40 (Test 6).txt +30 -0
  625. package/config/easy/YouAreTheFatherMauryPovichStyle/code/CGCode.js +11 -0
  626. package/config/easy/YouAreTheFatherMauryPovichStyle/code/CGCode.php +13 -0
  627. package/config/easy/YouAreTheFatherMauryPovichStyle/config.json +53 -0
  628. package/config/easy/YouAreTheFatherMauryPovichStyle/input/01 - test 1.txt +8 -0
  629. package/config/easy/YouAreTheFatherMauryPovichStyle/input/02 - test 2.txt +6 -0
  630. package/config/easy/YouAreTheFatherMauryPovichStyle/input/03 - test 3.txt +8 -0
  631. package/config/easy/YouAreTheFatherMauryPovichStyle/input/04 - test 4.txt +7 -0
  632. package/config/easy/YouAreTheFatherMauryPovichStyle/input/05 - test 5.txt +9 -0
  633. package/config/easy/YouAreTheFatherMauryPovichStyle/input/06 - That was close.txt +11 -0
  634. package/config/easy/YouAreTheFatherMauryPovichStyle/input/07 - so close for so many.txt +7 -0
  635. package/config/easy/YouAreTheFatherMauryPovichStyle/input/08 - - everything from Mother in some pairs.txt +10 -0
  636. package/config/easy/YouAreTheFatherMauryPovichStyle/input/09 - they/342/200/231re all 95%+ matches.txt" +11 -0
  637. package/config/easy/YouAreTheFatherMauryPovichStyle/output/01 - test 1.txt +1 -0
  638. package/config/easy/YouAreTheFatherMauryPovichStyle/output/02 - test 2.txt +1 -0
  639. package/config/easy/YouAreTheFatherMauryPovichStyle/output/03 - test 3.txt +1 -0
  640. package/config/easy/YouAreTheFatherMauryPovichStyle/output/04 - test 4.txt +1 -0
  641. package/config/easy/YouAreTheFatherMauryPovichStyle/output/05 - test 5.txt +1 -0
  642. package/config/easy/YouAreTheFatherMauryPovichStyle/output/06 - That was close.txt +1 -0
  643. package/config/easy/YouAreTheFatherMauryPovichStyle/output/07 - so close for so many.txt +1 -0
  644. package/config/easy/YouAreTheFatherMauryPovichStyle/output/08 - - everything from Mother in some pairs.txt +1 -0
  645. package/config/easy/YouAreTheFatherMauryPovichStyle/output/09 - they/342/200/231re all 95%+ matches.txt" +1 -0
  646. package/config/easy/ZeckendorfRepresentationPartI/code/CGCode.js +6 -0
  647. package/config/easy/ZeckendorfRepresentationPartI/code/CGCode.php +7 -0
  648. package/config/easy/ZeckendorfRepresentationPartI/config.json +28 -0
  649. package/config/easy/ZeckendorfRepresentationPartI/input/01 - test 1.txt +1 -0
  650. package/config/easy/ZeckendorfRepresentationPartI/input/02 - test 2.txt +1 -0
  651. package/config/easy/ZeckendorfRepresentationPartI/input/03 - test 3.txt +1 -0
  652. package/config/easy/ZeckendorfRepresentationPartI/input/04 - test 4.txt +1 -0
  653. package/config/easy/ZeckendorfRepresentationPartI/output/01 - test 1.txt +1 -0
  654. package/config/easy/ZeckendorfRepresentationPartI/output/02 - test 2.txt +1 -0
  655. package/config/easy/ZeckendorfRepresentationPartI/output/03 - test 3.txt +1 -0
  656. package/config/easy/ZeckendorfRepresentationPartI/output/04 - test 4.txt +1 -0
  657. package/package.json +1 -1
  658. /package/config/{medium/MerlinsMagicSquare/output/14 - test 14.txt → easy/FoldingPaper/output/01 - 2 ply.txt} +0 -0
  659. /package/config/{medium/MerlinsMagicSquare/output/12 - now you/342/200/231re just messing around.txt" → easy/FoldingPaper/output/04 - 8 ply easy.txt} +0 -0
  660. /package/config/{medium → easy}/MerlinsMagicSquare/code/CGCode.js +0 -0
  661. /package/config/{medium → easy}/MerlinsMagicSquare/code/CGCode.php +0 -0
  662. /package/config/{medium → easy}/MerlinsMagicSquare/input/01 - simple.txt +0 -0
  663. /package/config/{medium → easy}/MerlinsMagicSquare/input/02 - test 2.txt +0 -0
  664. /package/config/{medium → easy}/MerlinsMagicSquare/input/03 - test 3.txt +0 -0
  665. /package/config/{medium → easy}/MerlinsMagicSquare/input/04 - test 4.txt +0 -0
  666. /package/config/{medium → easy}/MerlinsMagicSquare/input/05 - test 5.txt +0 -0
  667. /package/config/{medium → easy}/MerlinsMagicSquare/input/06 - test 6.txt +0 -0
  668. /package/config/{medium → easy}/MerlinsMagicSquare/input/07 - test 7.txt +0 -0
  669. /package/config/{medium → easy}/MerlinsMagicSquare/input/08 - test 8.txt +0 -0
  670. /package/config/{medium → easy}/MerlinsMagicSquare/input/09 - test 9.txt +0 -0
  671. /package/config/{medium → easy}/MerlinsMagicSquare/input/10 - lizzo is making this too hard.txt +0 -0
  672. /package/config/{medium → easy}/MerlinsMagicSquare/input/11 - one button.txt +0 -0
  673. /package/config/{medium → easy}/MerlinsMagicSquare/input/12 - now you/342/200/231re just messing around.txt" +0 -0
  674. /package/config/{medium → easy}/MerlinsMagicSquare/input/13 - test 13.txt +0 -0
  675. /package/config/{medium → easy}/MerlinsMagicSquare/input/14 - test 14.txt +0 -0
  676. /package/config/{medium → easy}/MerlinsMagicSquare/input/15 - test 15.txt +0 -0
  677. /package/config/{medium → easy}/MerlinsMagicSquare/input/16 - test 16.txt +0 -0
  678. /package/config/{medium → easy}/MerlinsMagicSquare/input/17 - test 17.txt +0 -0
  679. /package/config/{medium → easy}/MerlinsMagicSquare/input/18 - test 18.txt +0 -0
  680. /package/config/{medium → easy}/MerlinsMagicSquare/input/19 - test 19.txt +0 -0
  681. /package/config/{medium → easy}/MerlinsMagicSquare/input/20 - test 20.txt +0 -0
  682. /package/config/{medium → easy}/MerlinsMagicSquare/input/21 - test 21.txt +0 -0
  683. /package/config/{medium → easy}/MerlinsMagicSquare/input/22 - test 22.txt +0 -0
  684. /package/config/{medium → easy}/MerlinsMagicSquare/input/23 - test 23.txt +0 -0
  685. /package/config/{medium → easy}/MerlinsMagicSquare/input/24 - test 24.txt +0 -0
  686. /package/config/{medium → easy}/MerlinsMagicSquare/input/25 - test 25.txt +0 -0
  687. /package/config/{medium → easy}/MerlinsMagicSquare/output/01 - simple.txt +0 -0
  688. /package/config/{medium → easy}/MerlinsMagicSquare/output/02 - test 2.txt +0 -0
  689. /package/config/{medium → easy}/MerlinsMagicSquare/output/03 - test 3.txt +0 -0
  690. /package/config/{medium → easy}/MerlinsMagicSquare/output/04 - test 4.txt +0 -0
  691. /package/config/{medium → easy}/MerlinsMagicSquare/output/05 - test 5.txt +0 -0
  692. /package/config/{medium → easy}/MerlinsMagicSquare/output/06 - test 6.txt +0 -0
  693. /package/config/{medium → easy}/MerlinsMagicSquare/output/07 - test 7.txt +0 -0
  694. /package/config/{medium → easy}/MerlinsMagicSquare/output/08 - test 8.txt +0 -0
  695. /package/config/{medium → easy}/MerlinsMagicSquare/output/09 - test 9.txt +0 -0
  696. /package/config/{medium → easy}/MerlinsMagicSquare/output/10 - lizzo is making this too hard.txt +0 -0
  697. /package/config/{medium → easy}/MerlinsMagicSquare/output/11 - one button.txt +0 -0
  698. /package/config/{medium/MerlinsMagicSquare/output/23 - test 23.txt → easy/MerlinsMagicSquare/output/12 - now you/342/200/231re just messing around.txt"} +0 -0
  699. /package/config/{medium → easy}/MerlinsMagicSquare/output/13 - test 13.txt +0 -0
  700. /package/config/{medium/MerlinsMagicSquare/output/16 - test 16.txt → easy/MerlinsMagicSquare/output/14 - test 14.txt} +0 -0
  701. /package/config/{medium → easy}/MerlinsMagicSquare/output/15 - test 15.txt +0 -0
  702. /package/config/{medium/MerlinsMagicSquare/output/24 - test 24.txt → easy/MerlinsMagicSquare/output/16 - test 16.txt} +0 -0
  703. /package/config/{medium → easy}/MerlinsMagicSquare/output/17 - test 17.txt +0 -0
  704. /package/config/{medium → easy}/MerlinsMagicSquare/output/18 - test 18.txt +0 -0
  705. /package/config/{medium → easy}/MerlinsMagicSquare/output/19 - test 19.txt +0 -0
  706. /package/config/{medium → easy}/MerlinsMagicSquare/output/20 - test 20.txt +0 -0
  707. /package/config/{medium → easy}/MerlinsMagicSquare/output/21 - test 21.txt +0 -0
  708. /package/config/{medium → easy}/MerlinsMagicSquare/output/22 - test 22.txt +0 -0
  709. /package/config/{medium → easy}/MerlinsMagicSquare/output/25 - test 25.txt +0 -0
@@ -0,0 +1,2 @@
1
+ 36A.34AA.321!.J56.8TTJ2.89KQKQT.Q77967
2
+ 4
@@ -0,0 +1,2 @@
1
+ KT6K5J2.Gamblers Anonymous.trapeze act.321!.7AQQ4.pushy cocktail waitress.34AA.26QAT9J2.RainMan.747.strobe lights.mob boss.K9669.3T48375.hungry.Q
2
+ 5
@@ -0,0 +1,2 @@
1
+ 9J4T7A55Q.Something just touched my leg!.9T75.RainMan.Cute dealer.Is that Penn or Teller?.TATA.A.I'm so smart.366K9.362436
2
+ 10
@@ -0,0 +1,2 @@
1
+ TATTOO.Q736.J.Oceans11.hungry.strobe lights.J.trapeze act.A0KAY.282T556A.QQQ.4A8KK4592J.K9T7249J33.strobe lights.867-5309.936AA.T7.T
2
+ 6
@@ -0,0 +1,2 @@
1
+ JACK.5J.A0KAY.MINIskirts!.299.I hope I don't get caught.QQQ.95A.A7.A0KAY.Something just touched my leg!.3.hungry.Cute dealer.321!.strobe lights.strobe lights.trapeze act.KKAJ.4AT645.Did I turn the iron off?.MINIskirts!.2288.K
2
+ 6
@@ -0,0 +1,2 @@
1
+ 2-for-1 buffet.JACK.Q4TQ79287.9KJ5.867-5309.QANON.Is he starring at me?!?.QUEEN.I should have become a programmer.strobe lights.A1.pushy cocktail waitress.MINIskirts!.I hope I don't get caught.TAT.I wonder if those are real.$3 drinks.T293
2
+ 3
@@ -0,0 +1,2 @@
1
+ JACK.8.T00T.hungry.321!.3QAA63624J.Meagan Markle.AT&T.2-for-1 buffet.K76.AT&T.Did I turn the iron off?.TOOT.thirsty.Show Girls!!.QANON.K73K.J98959.blow on it for good luck.sound of surveillance camera moving.435.Gamblers Anonymous.AT&T.Meagan Markle.7TA.228JT.4AT645
2
+ 6
@@ -0,0 +1,15 @@
1
+ const valueToReach = parseInt(readline());
2
+ const N = parseInt(readline());
3
+ var inputs = readline().split(' ');
4
+ for (let i = 0; i < N; i++) {
5
+ const count = parseInt(inputs[i]);
6
+ }
7
+ var inputs = readline().split(' ');
8
+ for (let i = 0; i < N; i++) {
9
+ const value = parseInt(inputs[i]);
10
+ }
11
+
12
+ // Write an answer using console.log()
13
+ // To debug: console.error('Debug messages...');
14
+
15
+ console.log('-1');
@@ -0,0 +1,18 @@
1
+ <?php
2
+ fscanf(STDIN, "%d", $valueToReach);
3
+ fscanf(STDIN, "%d", $N);
4
+ $inputs = explode(" ", fgets(STDIN));
5
+ for ($i = 0; $i < $N; $i++)
6
+ {
7
+ $count = intval($inputs[$i]);
8
+ }
9
+ $inputs = explode(" ", fgets(STDIN));
10
+ for ($i = 0; $i < $N; $i++)
11
+ {
12
+ $value = intval($inputs[$i]);
13
+ }
14
+
15
+ // Write an answer using echo(). DON'T FORGET THE TRAILING \n
16
+ // To debug: error_log(var_export($var, true)); (equivalent to var_dump)
17
+
18
+ echo("-1\n");
@@ -0,0 +1,43 @@
1
+ {
2
+ "path": "easy/CountYourCoins",
3
+ "name": "Count your coins",
4
+ "alphanumName": "CountYourCoins",
5
+ "link": "https://www.codingame.com/ide/puzzle/count-your-coins",
6
+ "tests": [
7
+ {
8
+ "name": "Easy !",
9
+ "alphanumName": "Easy",
10
+ "file": "01 - Easy !.txt"
11
+ },
12
+ {
13
+ "name": "It’s obviously way too much !",
14
+ "alphanumName": "ItsObviouslyWayTooMuch",
15
+ "file": "02 - It’s obviously way too much !.txt"
16
+ },
17
+ {
18
+ "name": "It’s way too much.. But less obvious",
19
+ "alphanumName": "ItsWayTooMuchButLessObvious",
20
+ "file": "03 - It’s way too much.. But less obvious.txt"
21
+ },
22
+ {
23
+ "name": "Two coin types",
24
+ "alphanumName": "TwoCoinTypes",
25
+ "file": "04 - Two coin types.txt"
26
+ },
27
+ {
28
+ "name": "That’s hard to evaluate...",
29
+ "alphanumName": "ThatsHardToEvaluate",
30
+ "file": "05 - That’s hard to evaluate....txt"
31
+ },
32
+ {
33
+ "name": "Why do I have so many different coins ?",
34
+ "alphanumName": "WhyDoIHaveSoManyDifferentCoins",
35
+ "file": "06 - Why do I have so many different coins.txt"
36
+ },
37
+ {
38
+ "name": "How does this even fit in my pocket ???",
39
+ "alphanumName": "HowDoesThisEvenFitInMyPocket",
40
+ "file": "07 - How does this even fit in my pocket.txt"
41
+ }
42
+ ]
43
+ }
@@ -0,0 +1,4 @@
1
+ 2589
2
+ 1000
3
+ 589 705 989 251 701 57 961 500 564 355 149 779 672 733 357 905 991 16 523 799 542 516 856 219 851 742 704 894 68 694 56 256 101 481 900 353 366 121 602 237 87 857 310 841 801 102 138 516 544 435 859 253 250 750 203 912 197 596 949 854 232 55 179 610 634 106 887 138 427 686 816 830 922 626 852 385 890 800 479 715 605 89 412 816 356 177 493 530 406 238 91 796 511 66 662 321 891 857 158 829 248 725 767 135 325 24 151 121 628 935 53 582 668 774 995 508 792 752 499 180 376 526 865 210 160 113 91 116 815 694 877 63 370 887 489 876 399 20 868 315 905 144 141 251 486 823 534 546 643 880 272 77 449 484 503 808 598 941 813 944 249 225 74 690 946 853 37 131 551 785 18 150 865 346 314 228 119 999 751 954 555 761 826 768 715 719 678 928 579 52 780 553 434 986 250 900 386 177 506 623 582 318 381 671 193 505 597 128 708 409 273 787 590 454 461 416 98 479 363 608 948 551 102 619 154 603 483 928 688 498 607 112 531 158 440 322 248 575 70 927 291 398 830 738 154 483 160 93 819 327 344 303 564 30 4 286 430 348 744 112 446 888 613 890 672 971 488 648 824 552 297 691 7 566 454 403 390 664 634 183 483 560 28 592 511 135 757 892 525 654 340 431 837 976 131 32 531 76 202 871 788 592 160 264 455 6 336 435 122 807 619 144 267 766 217 828 426 135 505 753 553 981 869 683 6 266 378 317 430 438 179 654 606 842 47 625 867 423 91 519 738 380 976 602 620 691 275 323 963 605 27 146 978 245 41 519 235 275 567 467 253 862 15 891 719 207 475 271 200 71 46 290 588 624 619 831 826 328 711 361 886 784 863 645 568 978 271 756 140 711 894 869 603 349 85 383 422 178 852 148 566 509 894 741 826 20 171 264 676 333 979 85 228 566 54 927 963 662 927 992 540 659 371 755 140 123 675 349 902 402 104 945 995 996 598 776 91 566 486 518 396 946 118 157 107 807 723 642 914 115 865 732 701 326 80 114 105 30 104 367 574 715 255 921 390 956 488 202 589 334 251 726 742 876 162 861 61 642 831 993 56 840 903 126 898 970 950 684 457 392 146 454 89 607 198 914 467 424 478 970 463 986 886 149 522 802 81 983 518 361 188 8 797 760 774 790 931 275 200 267 741 646 416 355 150 822 366 908 862 300 99 842 266 564 484 891 148 550 958 28 895 993 520 168 341 300 482 824 718 655 309 457 477 479 379 613 550 741 438 343 874 197 443 902 598 119 912 931 62 852 528 138 636 390 593 951 62 991 950 302 789 493 351 583 760 193 136 36 960 832 322 803 862 377 144 296 457 12 715 693 266 184 571 279 790 152 708 7 501 159 52 228 730 815 120 183 888 845 425 399 606 78 302 401 413 914 134 642 272 269 687 287 339 168 285 372 358 726 25 856 793 773 317 794 626 658 369 229 621 54 114 695 749 91 997 467 687 657 415 39 649 181 117 666 210 645 347 396 245 849 28 998 317 372 44 649 185 935 148 764 466 643 41 386 498 619 929 315 512 676 457 437 814 662 376 961 474 113 393 280 339 72 453 237 593 816 26 155 984 672 19 756 257 677 18 711 765 945 635 288 744 394 553 781 909 124 280 372 595 330 51 968 513 764 942 192 124 764 200 703 348 125 863 973 294 22 35 371 513 154 621 643 746 386 98 45 346 67 977 275 735 93 1 858 861 160 775 675 871 172 467 623 487 101 914 381 791 704 503 526 309 526 688 676 191 899 31 946 617 581 917 671 443 278 98 987 3 858 347 818 114 852 214 495 523 501 908 706 563 192 570 514 402 102 996 957 335 17 711 860 784 631 103 582 173 396 785 801 510 787 460 435 592 80 514 54 789 936 380 770 533 639 143 960 125 614 116 555 676 651 138 272 691 428 809 780 293 376 460 408 158 902 179 283 287 907 452 387 764 808 161 795 191 727 99 662 856 588 202 99 59 633 611 263 655 952 774 470 677 785 639 108 326 465 752 740 281 280 667 732 834 16 596 441 387 711 337 570 575 13 352 493 273 888 862 93 507 965 667 252 359 679 450 156 321 577 729 312 728 744 284 98 263 570 754 351 681 628 239 369 37 868 24 843 712 941 110 271 880 623 19 942 362 882 958 939 594 507 569 177 77 502 954 14 898 369 73 884 516 931 992 713 575 92 381 795 472 704 489 446 863 211 320 457 969 546 306 822 38 238 690 484 846 261 290 821 116 357 693 405
4
+ 396 114 983 495 167 781 600 853 830 993 691 489 384 786 223 450 769 54 439 108 911 899 931 139 448 159 868 713 276 944 345 337 734 165 860 87 286 116 402 283 888 90 498 916 53 611 771 653 864 146 8 951 170 372 563 284 13 40 602 567 829 96 158 582 407 222 282 523 917 5 245 955 780 45 891 514 316 844 297 329 538 307 428 880 217 704 251 591 901 566 722 872 843 478 343 33 619 421 19 84 392 725 762 144 650 913 349 625 790 435 480 366 214 666 974 23 157 724 568 953 328 797 274 879 112 686 641 93 826 128 340 760 546 125 996 141 520 924 796 51 380 426 103 398 984 28 590 663 406 687 778 258 693 102 477 623 134 859 43 783 765 70 288 936 975 876 6 695 122 598 646 927 816 77 772 989 423 15 400 768 79 229 542 184 2 586 246 746 577 870 553 115 39 142 359 136 789 468 381 499 557 849 492 190 527 682 513 425 232 550 442 626 236 956 20 215 718 886 459 831 788 417 580 292 662 206 172 153 196 934 603 680 526 543 464 399 840 963 37 429 436 266 109 753 610 959 912 482 865 596 185 748 378 618 280 569 990 511 581 194 592 640 369 952 969 101 622 177 305 806 719 293 752 260 506 649 982 819 987 485 270 164 308 803 393 915 565 707 326 878 845 94 558 593 767 518 504 496 304 644 639 697 201 294 319 630 967 787 616 837 871 199 674 530 220 69 354 617 228 947 263 348 373 327 397 81 575 132 352 754 243 445 479 238 601 250 368 827 95 86 432 360 169 427 651 133 516 906 846 954 281 58 237 279 182 802 763 855 437 323 377 205 88 571 42 836 324 124 61 191 758 73 705 257 733 383 17 363 269 655 856 55 664 689 584 633 743 929 46 841 889 180 202 620 977 332 408 588 342 991 968 494 621 668 160 824 16 121 129 493 712 1000 884 200 458 918 792 755 902 710 683 938 988 27 572 539 92 509 490 923 862 604 823 460 595 976 854 867 883 726 171 208 648 219 940 143 851 466 914 531 660 50 104 756 187 795 654 893 298 76 852 300 614 255 701 941 638 961 973 677 937 979 728 410 334 609 60 784 420 64 1 303 209 605 744 791 447 741 404 72 794 578 470 898 554 715 127 659 268 173 473 335 148 151 476 904 388 994 850 502 389 932 919 793 62 318 367 461 97 32 672 652 555 515 866 997 82 179 52 341 732 178 123 111 690 168 438 730 749 587 449 613 244 782 964 702 999 585 905 848 22 355 547 188 484 118 234 551 357 273 154 570 675 597 140 903 825 739 634 456 233 49 896 832 351 162 711 212 7 358 385 833 972 475 532 113 211 267 679 382 105 63 137 38 126 629 949 665 556 842 910 424 599 166 131 56 897 430 41 353 254 808 454 247 926 99 25 231 606 176 422 895 302 529 805 636 30 278 737 252 216 10 692 474 779 966 149 336 481 483 869 673 776 100 371 262 395 242 416 145 948 4 451 887 706 391 317 364 291 287 716 512 676 290 908 248 559 958 574 524 431 907 995 942 83 536 289 858 678 218 120 775 362 729 688 813 986 235 742 440 684 635 306 681 544 374 817 822 239 535 950 545 560 814 505 834 759 21 533 26 540 225 138 387 119 875 939 894 946 656 497 376 331 921 800 221 589 628 709 462 576 339 370 204 573 564 66 213 379 750 798 799 175 241 847 325 519 960 667 594 699 957 413 240 549 985 735 818 925 312 259 65 486 181 163 503 452 415 740 67 892 14 548 224 275 117 747 313 632 645 156 106 522 838 74 48 930 541 347 346 562 85 253 501 71 75 443 657 207 467 757 721 386 935 24 183 147 356 863 928 890 150 227 314 696 607 738 700 736 44 945 330 390 31 89 35 161 528 57 661 295 285 265 472 694 277 433 68 882 970 981 874 311 488 203 192 708 751 583 978 507 537 920 322 777 195 770 685 310 272 773 230 615 309 835 815 810 900 612 642 727 414 3 18 720 261 91 861 301 29 922 264 579 98 998 36 670 807 745 463 971 193 980 419 637 723 820 453 418 365 469 441 152 457 809 135 812 315 801 444 107 446 962 409 12 943 210 857 333 226 500 78 130 11 643 299 828 517 717 411 933 764 821 671 510 658 731 491 698 881 624 256 471 405 47 350 766 647 59 34 877 965 909 631 873 465 455 774 627 80 198 249 412 155 403 992 361 375 197 534 174 703 186 320 344 552 296 669 839 9 110 761 885 508 525 561 714 338 189 401 434 487 394 608 785 271 521 321 804 811
@@ -0,0 +1,6 @@
1
+ const input = readline();
2
+
3
+ // Write an answer using console.log()
4
+ // To debug: console.error('Debug messages...');
5
+
6
+ console.log('The Turn Here Sign');
@@ -0,0 +1,7 @@
1
+ <?php
2
+ $input = stream_get_line(STDIN, 100 + 1, "\n");
3
+
4
+ // Write an answer using echo(). DON'T FORGET THE TRAILING \n
5
+ // To debug: error_log(var_export($var, true)); (equivalent to var_dump)
6
+
7
+ echo("The Turn Here Sign\n");
@@ -0,0 +1,73 @@
1
+ {
2
+ "path": "easy/CreateTurnHereSigns",
3
+ "name": "Create 'Turn Here‘ Signs",
4
+ "alphanumName": "createTurnHereSigns",
5
+ "link": "https://www.codingame.com/ide/puzzle/create-turn-here-signs",
6
+ "tests": [
7
+ {
8
+ "name": "Test 1",
9
+ "alphanumName": "test1",
10
+ "file": "01 - test 1.txt"
11
+ },
12
+ {
13
+ "name": "Test 2",
14
+ "alphanumName": "test2",
15
+ "file": "02 - test 2.txt"
16
+ },
17
+ {
18
+ "name": "Test 3",
19
+ "alphanumName": "test3",
20
+ "file": "03 - test 3.txt"
21
+ },
22
+ {
23
+ "name": "Test 4",
24
+ "alphanumName": "test4",
25
+ "file": "04 - test 4.txt"
26
+ },
27
+ {
28
+ "name": "Test 5",
29
+ "alphanumName": "test5",
30
+ "file": "05 - test 5.txt"
31
+ },
32
+ {
33
+ "name": "Test 6",
34
+ "alphanumName": "test6",
35
+ "file": "06 - test 6.txt"
36
+ },
37
+ {
38
+ "name": "Test 7",
39
+ "alphanumName": "test7",
40
+ "file": "07 - test 7.txt"
41
+ },
42
+ {
43
+ "name": "Test 8",
44
+ "alphanumName": "test8",
45
+ "file": "08 - test 8.txt"
46
+ },
47
+ {
48
+ "name": "Test 9",
49
+ "alphanumName": "test9",
50
+ "file": "09 - test 9.txt"
51
+ },
52
+ {
53
+ "name": "Test 10",
54
+ "alphanumName": "test10",
55
+ "file": "10 - test 10.txt"
56
+ },
57
+ {
58
+ "name": "Test 11",
59
+ "alphanumName": "test11",
60
+ "file": "11 - test 11.txt"
61
+ },
62
+ {
63
+ "name": "Test 12",
64
+ "alphanumName": "test12",
65
+ "file": "12 - test 12.txt"
66
+ },
67
+ {
68
+ "name": "Test 13",
69
+ "alphanumName": "test13",
70
+ "file": "13 - test 13.txt"
71
+ }
72
+ ]
73
+ }
@@ -0,0 +1 @@
1
+ right 3 9 8 6 2
@@ -0,0 +1 @@
1
+ left 3 11 7 7 3
@@ -0,0 +1 @@
1
+ right 5 13 5 5 2
@@ -0,0 +1 @@
1
+ left 10 7 2 8 2
@@ -0,0 +1 @@
1
+ right 1 19 12 1 1
@@ -0,0 +1 @@
1
+ left 14 27 1 1 1
@@ -0,0 +1 @@
1
+ left 3 21 5 5 4
@@ -0,0 +1 @@
1
+ left 3 11 10 12 5
@@ -0,0 +1 @@
1
+ right 2 17 9 11 5
@@ -0,0 +1 @@
1
+ right 15 5 3 5 1
@@ -0,0 +1 @@
1
+ left 15 7 5 4 2
@@ -0,0 +1 @@
1
+ left 1 5 3 3 3
@@ -0,0 +1 @@
1
+ right 1 7 4 4 4
@@ -0,0 +1,9 @@
1
+ >>>>>>>> >>>>>>>> >>>>>>>>
2
+ >>>>>>>> >>>>>>>> >>>>>>>>
3
+ >>>>>>>> >>>>>>>> >>>>>>>>
4
+ >>>>>>>> >>>>>>>> >>>>>>>>
5
+ >>>>>>>> >>>>>>>> >>>>>>>>
6
+ >>>>>>>> >>>>>>>> >>>>>>>>
7
+ >>>>>>>> >>>>>>>> >>>>>>>>
8
+ >>>>>>>> >>>>>>>> >>>>>>>>
9
+ >>>>>>>> >>>>>>>> >>>>>>>>
@@ -0,0 +1,11 @@
1
+ <<<<<<< <<<<<<< <<<<<<<
2
+ <<<<<<< <<<<<<< <<<<<<<
3
+ <<<<<<< <<<<<<< <<<<<<<
4
+ <<<<<<< <<<<<<< <<<<<<<
5
+ <<<<<<< <<<<<<< <<<<<<<
6
+ <<<<<<< <<<<<<< <<<<<<<
7
+ <<<<<<< <<<<<<< <<<<<<<
8
+ <<<<<<< <<<<<<< <<<<<<<
9
+ <<<<<<< <<<<<<< <<<<<<<
10
+ <<<<<<< <<<<<<< <<<<<<<
11
+ <<<<<<< <<<<<<< <<<<<<<
@@ -0,0 +1,13 @@
1
+ >>>>> >>>>> >>>>> >>>>> >>>>>
2
+ >>>>> >>>>> >>>>> >>>>> >>>>>
3
+ >>>>> >>>>> >>>>> >>>>> >>>>>
4
+ >>>>> >>>>> >>>>> >>>>> >>>>>
5
+ >>>>> >>>>> >>>>> >>>>> >>>>>
6
+ >>>>> >>>>> >>>>> >>>>> >>>>>
7
+ >>>>> >>>>> >>>>> >>>>> >>>>>
8
+ >>>>> >>>>> >>>>> >>>>> >>>>>
9
+ >>>>> >>>>> >>>>> >>>>> >>>>>
10
+ >>>>> >>>>> >>>>> >>>>> >>>>>
11
+ >>>>> >>>>> >>>>> >>>>> >>>>>
12
+ >>>>> >>>>> >>>>> >>>>> >>>>>
13
+ >>>>> >>>>> >>>>> >>>>> >>>>>
@@ -0,0 +1,7 @@
1
+ << << << << << << << << << <<
2
+ << << << << << << << << << <<
3
+ << << << << << << << << << <<
4
+ << << << << << << << << << <<
5
+ << << << << << << << << << <<
6
+ << << << << << << << << << <<
7
+ << << << << << << << << << <<
@@ -0,0 +1,19 @@
1
+ >>>>>>>>>>>>
2
+ >>>>>>>>>>>>
3
+ >>>>>>>>>>>>
4
+ >>>>>>>>>>>>
5
+ >>>>>>>>>>>>
6
+ >>>>>>>>>>>>
7
+ >>>>>>>>>>>>
8
+ >>>>>>>>>>>>
9
+ >>>>>>>>>>>>
10
+ >>>>>>>>>>>>
11
+ >>>>>>>>>>>>
12
+ >>>>>>>>>>>>
13
+ >>>>>>>>>>>>
14
+ >>>>>>>>>>>>
15
+ >>>>>>>>>>>>
16
+ >>>>>>>>>>>>
17
+ >>>>>>>>>>>>
18
+ >>>>>>>>>>>>
19
+ >>>>>>>>>>>>
@@ -0,0 +1,27 @@
1
+ < < < < < < < < < < < < < <
2
+ < < < < < < < < < < < < < <
3
+ < < < < < < < < < < < < < <
4
+ < < < < < < < < < < < < < <
5
+ < < < < < < < < < < < < < <
6
+ < < < < < < < < < < < < < <
7
+ < < < < < < < < < < < < < <
8
+ < < < < < < < < < < < < < <
9
+ < < < < < < < < < < < < < <
10
+ < < < < < < < < < < < < < <
11
+ < < < < < < < < < < < < < <
12
+ < < < < < < < < < < < < < <
13
+ < < < < < < < < < < < < < <
14
+ < < < < < < < < < < < < < <
15
+ < < < < < < < < < < < < < <
16
+ < < < < < < < < < < < < < <
17
+ < < < < < < < < < < < < < <
18
+ < < < < < < < < < < < < < <
19
+ < < < < < < < < < < < < < <
20
+ < < < < < < < < < < < < < <
21
+ < < < < < < < < < < < < < <
22
+ < < < < < < < < < < < < < <
23
+ < < < < < < < < < < < < < <
24
+ < < < < < < < < < < < < < <
25
+ < < < < < < < < < < < < < <
26
+ < < < < < < < < < < < < < <
27
+ < < < < < < < < < < < < < <
@@ -0,0 +1,21 @@
1
+ <<<<< <<<<< <<<<<
2
+ <<<<< <<<<< <<<<<
3
+ <<<<< <<<<< <<<<<
4
+ <<<<< <<<<< <<<<<
5
+ <<<<< <<<<< <<<<<
6
+ <<<<< <<<<< <<<<<
7
+ <<<<< <<<<< <<<<<
8
+ <<<<< <<<<< <<<<<
9
+ <<<<< <<<<< <<<<<
10
+ <<<<< <<<<< <<<<<
11
+ <<<<< <<<<< <<<<<
12
+ <<<<< <<<<< <<<<<
13
+ <<<<< <<<<< <<<<<
14
+ <<<<< <<<<< <<<<<
15
+ <<<<< <<<<< <<<<<
16
+ <<<<< <<<<< <<<<<
17
+ <<<<< <<<<< <<<<<
18
+ <<<<< <<<<< <<<<<
19
+ <<<<< <<<<< <<<<<
20
+ <<<<< <<<<< <<<<<
21
+ <<<<< <<<<< <<<<<
@@ -0,0 +1,11 @@
1
+ <<<<<<<<<< <<<<<<<<<< <<<<<<<<<<
2
+ <<<<<<<<<< <<<<<<<<<< <<<<<<<<<<
3
+ <<<<<<<<<< <<<<<<<<<< <<<<<<<<<<
4
+ <<<<<<<<<< <<<<<<<<<< <<<<<<<<<<
5
+ <<<<<<<<<< <<<<<<<<<< <<<<<<<<<<
6
+ <<<<<<<<<< <<<<<<<<<< <<<<<<<<<<
7
+ <<<<<<<<<< <<<<<<<<<< <<<<<<<<<<
8
+ <<<<<<<<<< <<<<<<<<<< <<<<<<<<<<
9
+ <<<<<<<<<< <<<<<<<<<< <<<<<<<<<<
10
+ <<<<<<<<<< <<<<<<<<<< <<<<<<<<<<
11
+ <<<<<<<<<< <<<<<<<<<< <<<<<<<<<<
@@ -0,0 +1,17 @@
1
+ >>>>>>>>> >>>>>>>>>
2
+ >>>>>>>>> >>>>>>>>>
3
+ >>>>>>>>> >>>>>>>>>
4
+ >>>>>>>>> >>>>>>>>>
5
+ >>>>>>>>> >>>>>>>>>
6
+ >>>>>>>>> >>>>>>>>>
7
+ >>>>>>>>> >>>>>>>>>
8
+ >>>>>>>>> >>>>>>>>>
9
+ >>>>>>>>> >>>>>>>>>
10
+ >>>>>>>>> >>>>>>>>>
11
+ >>>>>>>>> >>>>>>>>>
12
+ >>>>>>>>> >>>>>>>>>
13
+ >>>>>>>>> >>>>>>>>>
14
+ >>>>>>>>> >>>>>>>>>
15
+ >>>>>>>>> >>>>>>>>>
16
+ >>>>>>>>> >>>>>>>>>
17
+ >>>>>>>>> >>>>>>>>>
@@ -0,0 +1,5 @@
1
+ >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>>
2
+ >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>>
3
+ >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>>
4
+ >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>>
5
+ >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>>
@@ -0,0 +1,7 @@
1
+ <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<<
2
+ <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<<
3
+ <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<<
4
+ <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<<
5
+ <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<<
6
+ <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<<
7
+ <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<< <<<<<
@@ -0,0 +1,5 @@
1
+ <<<
2
+ <<<
3
+ <<<
4
+ <<<
5
+ <<<
@@ -0,0 +1,7 @@
1
+ >>>>
2
+ >>>>
3
+ >>>>
4
+ >>>>
5
+ >>>>
6
+ >>>>
7
+ >>>>