@cyrilverloop/codingame-configuration 1.17.0 → 1.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (698) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/config/easy/CityLightsPart2/code/CGCode.cpp +27 -0
  3. package/config/easy/CityLightsPart2/code/CGCode.java +25 -0
  4. package/config/easy/CityLightsPart2/code/CGCode.js +12 -0
  5. package/config/easy/CityLightsPart2/code/CGCode.php +14 -0
  6. package/config/easy/CityLightsPart2/code/CGCode.ts +12 -0
  7. package/config/easy/CityLightsPart2/config.json +53 -0
  8. package/config/easy/CityLightsPart2/input/01 - Simple.txt +13 -0
  9. package/config/easy/CityLightsPart2/input/02 - Simple Again.txt +15 -0
  10. package/config/easy/CityLightsPart2/input/03 - More Towns.txt +27 -0
  11. package/config/easy/CityLightsPart2/input/04 - Rural.txt +33 -0
  12. package/config/easy/CityLightsPart2/input/05 - Urban.txt +43 -0
  13. package/config/easy/CityLightsPart2/input/06 - TOO MUCH LIGHT.txt +43 -0
  14. package/config/easy/CityLightsPart2/input/07 - im blind.txt +45 -0
  15. package/config/easy/CityLightsPart2/input/08 - pls stop wasting electricity.txt +39 -0
  16. package/config/easy/CityLightsPart2/input/09 - 2D again.txt +17 -0
  17. package/config/easy/CityLightsPart2/output/01 - Simple.txt +9 -0
  18. package/config/easy/CityLightsPart2/output/02 - Simple Again.txt +11 -0
  19. package/config/easy/CityLightsPart2/output/03 - More Towns.txt +23 -0
  20. package/config/easy/CityLightsPart2/output/04 - Rural.txt +29 -0
  21. package/config/easy/CityLightsPart2/output/05 - Urban.txt +39 -0
  22. package/config/easy/CityLightsPart2/output/06 - TOO MUCH LIGHT.txt +39 -0
  23. package/config/easy/CityLightsPart2/output/07 - im blind.txt +41 -0
  24. package/config/easy/CityLightsPart2/output/08 - pls stop wasting electricity.txt +35 -0
  25. package/config/easy/CityLightsPart2/output/09 - 2D again.txt +13 -0
  26. package/config/easy/ScaleableTicTacToe/code/CGCode.cpp +22 -0
  27. package/config/easy/ScaleableTicTacToe/code/CGCode.java +23 -0
  28. package/config/easy/ScaleableTicTacToe/code/CGCode.js +11 -0
  29. package/config/easy/ScaleableTicTacToe/code/CGCode.php +11 -0
  30. package/config/easy/ScaleableTicTacToe/code/CGCode.ts +11 -0
  31. package/config/easy/ScaleableTicTacToe/config.json +58 -0
  32. package/config/easy/ScaleableTicTacToe/input/01 - test 1.txt +4 -0
  33. package/config/easy/ScaleableTicTacToe/input/02 - test 2.txt +6 -0
  34. package/config/easy/ScaleableTicTacToe/input/03 - test 3.txt +7 -0
  35. package/config/easy/ScaleableTicTacToe/input/04 - test 4.txt +8 -0
  36. package/config/easy/ScaleableTicTacToe/input/05 - test 5.txt +5 -0
  37. package/config/easy/ScaleableTicTacToe/input/06 - test 6.txt +6 -0
  38. package/config/easy/ScaleableTicTacToe/input/07 - test 7.txt +7 -0
  39. package/config/easy/ScaleableTicTacToe/input/08 - test 8.txt +5 -0
  40. package/config/easy/ScaleableTicTacToe/input/09 - test 9.txt +13 -0
  41. package/config/easy/ScaleableTicTacToe/input/10 - test 10.txt +12 -0
  42. package/config/easy/ScaleableTicTacToe/output/01 - test 1.txt +4 -0
  43. package/config/easy/ScaleableTicTacToe/output/02 - test 2.txt +6 -0
  44. package/config/easy/ScaleableTicTacToe/output/03 - test 3.txt +7 -0
  45. package/config/easy/ScaleableTicTacToe/output/04 - test 4.txt +8 -0
  46. package/config/easy/ScaleableTicTacToe/output/05 - test 5.txt +5 -0
  47. package/config/easy/ScaleableTicTacToe/output/06 - test 6.txt +6 -0
  48. package/config/easy/ScaleableTicTacToe/output/07 - test 7.txt +7 -0
  49. package/config/easy/ScaleableTicTacToe/output/08 - test 8.txt +5 -0
  50. package/config/easy/ScaleableTicTacToe/output/09 - test 9.txt +13 -0
  51. package/config/easy/ScaleableTicTacToe/output/10 - test 10.txt +12 -0
  52. package/config/easy/TakuzuSolverEasyMode/code/CGCode.cpp +27 -0
  53. package/config/easy/TakuzuSolverEasyMode/code/CGCode.java +27 -0
  54. package/config/easy/TakuzuSolverEasyMode/code/CGCode.js +15 -0
  55. package/config/easy/TakuzuSolverEasyMode/code/CGCode.php +17 -0
  56. package/config/easy/TakuzuSolverEasyMode/code/CGCode.ts +15 -0
  57. package/config/easy/TakuzuSolverEasyMode/config.json +33 -0
  58. package/config/easy/TakuzuSolverEasyMode/input/01 - test 1.txt +7 -0
  59. package/config/easy/TakuzuSolverEasyMode/input/02 - test 2.txt +9 -0
  60. package/config/easy/TakuzuSolverEasyMode/input/03 - test 3.txt +11 -0
  61. package/config/easy/TakuzuSolverEasyMode/input/04 - test 4.txt +13 -0
  62. package/config/easy/TakuzuSolverEasyMode/input/05 - test 5.txt +15 -0
  63. package/config/easy/TakuzuSolverEasyMode/output/01 - test 1.txt +6 -0
  64. package/config/easy/TakuzuSolverEasyMode/output/02 - test 2.txt +8 -0
  65. package/config/easy/TakuzuSolverEasyMode/output/03 - test 3.txt +10 -0
  66. package/config/easy/TakuzuSolverEasyMode/output/04 - test 4.txt +12 -0
  67. package/config/easy/TakuzuSolverEasyMode/output/05 - test 5.txt +14 -0
  68. package/config/expert/AMillionDigitsOfPi/code/CGCode.cpp +19 -0
  69. package/config/expert/AMillionDigitsOfPi/code/CGCode.java +17 -0
  70. package/config/expert/AMillionDigitsOfPi/code/CGCode.js +7 -0
  71. package/config/expert/AMillionDigitsOfPi/code/CGCode.php +8 -0
  72. package/config/expert/AMillionDigitsOfPi/code/CGCode.ts +7 -0
  73. package/config/expert/AMillionDigitsOfPi/config.json +43 -0
  74. package/config/expert/AMillionDigitsOfPi/input/01 - test 1.txt +2 -0
  75. package/config/expert/AMillionDigitsOfPi/input/02 - test 2.txt +2 -0
  76. package/config/expert/AMillionDigitsOfPi/input/03 - test 3.txt +2 -0
  77. package/config/expert/AMillionDigitsOfPi/input/04 - test 4.txt +2 -0
  78. package/config/expert/AMillionDigitsOfPi/input/05 - test 5.txt +2 -0
  79. package/config/expert/AMillionDigitsOfPi/input/06 - test 6.txt +2 -0
  80. package/config/expert/AMillionDigitsOfPi/input/07 - test 7.txt +2 -0
  81. package/config/expert/AMillionDigitsOfPi/output/01 - test 1.txt +1 -0
  82. package/config/expert/AMillionDigitsOfPi/output/02 - test 2.txt +1 -0
  83. package/config/expert/AMillionDigitsOfPi/output/03 - test 3.txt +1 -0
  84. package/config/expert/AMillionDigitsOfPi/output/04 - test 4.txt +1 -0
  85. package/config/expert/AMillionDigitsOfPi/output/05 - test 5.txt +1 -0
  86. package/config/expert/AMillionDigitsOfPi/output/06 - test 6.txt +1 -0
  87. package/config/expert/AMillionDigitsOfPi/output/07 - test 7.txt +1 -0
  88. package/config/expert/BinaryNeuralNetworkPart2/code/CGCode.cpp +29 -0
  89. package/config/expert/BinaryNeuralNetworkPart2/code/CGCode.java +26 -0
  90. package/config/expert/BinaryNeuralNetworkPart2/code/CGCode.js +18 -0
  91. package/config/expert/BinaryNeuralNetworkPart2/code/CGCode.php +18 -0
  92. package/config/expert/BinaryNeuralNetworkPart2/code/CGCode.ts +18 -0
  93. package/config/expert/BinaryNeuralNetworkPart2/config.json +38 -0
  94. package/config/expert/BinaryNeuralNetworkPart2/input/01 - Average.txt +85 -0
  95. package/config/expert/BinaryNeuralNetworkPart2/input/02 - Reverse.txt +85 -0
  96. package/config/expert/BinaryNeuralNetworkPart2/input/03 - Last digit.txt +85 -0
  97. package/config/expert/BinaryNeuralNetworkPart2/input/04 - AndOr.txt +85 -0
  98. package/config/expert/BinaryNeuralNetworkPart2/input/05 - Always zero.txt +85 -0
  99. package/config/expert/BinaryNeuralNetworkPart2/input/06 - And Xor.txt +85 -0
  100. package/config/expert/BinaryNeuralNetworkPart2/output/01 - Average.txt +4 -0
  101. package/config/expert/BinaryNeuralNetworkPart2/output/02 - Reverse.txt +4 -0
  102. package/config/expert/BinaryNeuralNetworkPart2/output/03 - Last digit.txt +4 -0
  103. package/config/expert/BinaryNeuralNetworkPart2/output/04 - AndOr.txt +4 -0
  104. package/config/expert/BinaryNeuralNetworkPart2/output/05 - Always zero.txt +4 -0
  105. package/config/expert/BinaryNeuralNetworkPart2/output/06 - And Xor.txt +4 -0
  106. package/config/expert/ChemicalEquationBalancing/code/CGCode.cpp +17 -0
  107. package/config/expert/ChemicalEquationBalancing/code/CGCode.java +16 -0
  108. package/config/expert/ChemicalEquationBalancing/code/CGCode.js +6 -0
  109. package/config/expert/ChemicalEquationBalancing/code/CGCode.php +7 -0
  110. package/config/expert/ChemicalEquationBalancing/code/CGCode.ts +6 -0
  111. package/config/expert/ChemicalEquationBalancing/config.json +53 -0
  112. package/config/expert/ChemicalEquationBalancing/input/01 - Simple & Single Letter Elements.txt +1 -0
  113. package/config/expert/ChemicalEquationBalancing/input/02 - Photosynthesis.txt +1 -0
  114. package/config/expert/ChemicalEquationBalancing/input/03 - Multi-letter Elements.txt +1 -0
  115. package/config/expert/ChemicalEquationBalancing/input/04 - Fire.txt +1 -0
  116. package/config/expert/ChemicalEquationBalancing/input/05 - Uncommon Elements.txt +1 -0
  117. package/config/expert/ChemicalEquationBalancing/input/06 - Chloroplatinic Acid.txt +1 -0
  118. package/config/expert/ChemicalEquationBalancing/input/07 - Sulfuric Acid.txt +1 -0
  119. package/config/expert/ChemicalEquationBalancing/input/08 - Not real chemistry.txt +1 -0
  120. package/config/expert/ChemicalEquationBalancing/input/09 - Iron(III) fluoride.txt +1 -0
  121. package/config/expert/ChemicalEquationBalancing/output/01 - Simple & Single Letter Elements.txt +1 -0
  122. package/config/expert/ChemicalEquationBalancing/output/02 - Photosynthesis.txt +1 -0
  123. package/config/expert/ChemicalEquationBalancing/output/03 - Multi-letter Elements.txt +1 -0
  124. package/config/expert/ChemicalEquationBalancing/output/04 - Fire.txt +1 -0
  125. package/config/expert/ChemicalEquationBalancing/output/05 - Uncommon Elements.txt +1 -0
  126. package/config/expert/ChemicalEquationBalancing/output/06 - Chloroplatinic Acid.txt +1 -0
  127. package/config/expert/ChemicalEquationBalancing/output/07 - Sulfuric Acid.txt +1 -0
  128. package/config/expert/ChemicalEquationBalancing/output/08 - Not real chemistry.txt +1 -0
  129. package/config/expert/ChemicalEquationBalancing/output/09 - Iron(III) fluoride.txt +1 -0
  130. package/config/expert/CompletedMahjongHands/code/CGCode.cpp +17 -0
  131. package/config/expert/CompletedMahjongHands/code/CGCode.java +16 -0
  132. package/config/expert/CompletedMahjongHands/code/CGCode.js +6 -0
  133. package/config/expert/CompletedMahjongHands/code/CGCode.php +7 -0
  134. package/config/expert/CompletedMahjongHands/code/CGCode.ts +6 -0
  135. package/config/expert/CompletedMahjongHands/config.json +88 -0
  136. package/config/expert/CompletedMahjongHands/input/01 - Four triplets.txt +1 -0
  137. package/config/expert/CompletedMahjongHands/input/02 - Wrong wait.txt +1 -0
  138. package/config/expert/CompletedMahjongHands/input/03 - All sequences.txt +1 -0
  139. package/config/expert/CompletedMahjongHands/input/04 - Wrong wind.txt +1 -0
  140. package/config/expert/CompletedMahjongHands/input/05 - Seven pairs.txt +1 -0
  141. package/config/expert/CompletedMahjongHands/input/06 - Kokushi musou, any wait.txt +1 -0
  142. package/config/expert/CompletedMahjongHands/input/07 - Complex hand.txt +1 -0
  143. package/config/expert/CompletedMahjongHands/input/08 - Complex wait.txt +1 -0
  144. package/config/expert/CompletedMahjongHands/input/09 - No pair.txt +1 -0
  145. package/config/expert/CompletedMahjongHands/input/10 - Wrong draw.txt +1 -0
  146. package/config/expert/CompletedMahjongHands/input/11 - Right draw.txt +1 -0
  147. package/config/expert/CompletedMahjongHands/input/12 - Trash.txt +1 -0
  148. package/config/expert/CompletedMahjongHands/input/13 - Golden gate bridge.txt +1 -0
  149. package/config/expert/CompletedMahjongHands/input/14 - Four overlapping runs.txt +1 -0
  150. package/config/expert/CompletedMahjongHands/input/15 - Not seven pairs.txt +1 -0
  151. package/config/expert/CompletedMahjongHands/input/16 - Kokushi musou, missed wait.txt +1 -0
  152. package/config/expert/CompletedMahjongHands/output/01 - Four triplets.txt +1 -0
  153. package/config/expert/CompletedMahjongHands/output/02 - Wrong wait.txt +1 -0
  154. package/config/expert/CompletedMahjongHands/output/03 - All sequences.txt +1 -0
  155. package/config/expert/CompletedMahjongHands/output/04 - Wrong wind.txt +1 -0
  156. package/config/expert/CompletedMahjongHands/output/05 - Seven pairs.txt +1 -0
  157. package/config/expert/CompletedMahjongHands/output/06 - Kokushi musou, any wait.txt +1 -0
  158. package/config/expert/CompletedMahjongHands/output/07 - Complex hand.txt +1 -0
  159. package/config/expert/CompletedMahjongHands/output/08 - Complex wait.txt +1 -0
  160. package/config/expert/CompletedMahjongHands/output/09 - No pair.txt +1 -0
  161. package/config/expert/CompletedMahjongHands/output/10 - Wrong draw.txt +1 -0
  162. package/config/expert/CompletedMahjongHands/output/11 - Right draw.txt +1 -0
  163. package/config/expert/CompletedMahjongHands/output/12 - Trash.txt +1 -0
  164. package/config/expert/CompletedMahjongHands/output/13 - Golden gate bridge.txt +1 -0
  165. package/config/expert/CompletedMahjongHands/output/14 - Four overlapping runs.txt +1 -0
  166. package/config/expert/CompletedMahjongHands/output/15 - Not seven pairs.txt +1 -0
  167. package/config/expert/CompletedMahjongHands/output/16 - Kokushi musou, missed wait.txt +1 -0
  168. package/config/expert/CrossTheLines/code/CGCode.cpp +24 -0
  169. package/config/expert/CrossTheLines/code/CGCode.java +22 -0
  170. package/config/expert/CrossTheLines/code/CGCode.js +13 -0
  171. package/config/expert/CrossTheLines/code/CGCode.php +11 -0
  172. package/config/expert/CrossTheLines/code/CGCode.ts +13 -0
  173. package/config/expert/CrossTheLines/config.json +83 -0
  174. package/config/expert/CrossTheLines/input/01 - One triangle.txt +4 -0
  175. package/config/expert/CrossTheLines/input/02 - 1 square.txt +5 -0
  176. package/config/expert/CrossTheLines/input/03 - Unconnected lines.txt +6 -0
  177. package/config/expert/CrossTheLines/input/04 - 1 square 1 triangle.txt +7 -0
  178. package/config/expert/CrossTheLines/input/05 - Unconnected lines 2.txt +9 -0
  179. package/config/expert/CrossTheLines/input/06 - It/342/200/231s a trap!.txt" +9 -0
  180. package/config/expert/CrossTheLines/input/07 - It is a non convex trap!.txt +9 -0
  181. package/config/expert/CrossTheLines/input/08 - It/342/200/231s a trap in a trap!.txt" +10 -0
  182. package/config/expert/CrossTheLines/input/09 - Touching triangles.txt +8 -0
  183. package/config/expert/CrossTheLines/input/10 - Touching squares.txt +10 -0
  184. package/config/expert/CrossTheLines/input/11 - Bigger case.txt +26 -0
  185. package/config/expert/CrossTheLines/input/12 - Triforce.txt +10 -0
  186. package/config/expert/CrossTheLines/input/13 - Quadforce.txt +13 -0
  187. package/config/expert/CrossTheLines/input/14 - Broken triforce.txt +10 -0
  188. package/config/expert/CrossTheLines/input/15 - Almost Destroyed Triforce.txt +10 -0
  189. package/config/expert/CrossTheLines/output/01 - One triangle.txt +1 -0
  190. package/config/expert/CrossTheLines/output/02 - 1 square.txt +1 -0
  191. package/config/expert/CrossTheLines/output/03 - Unconnected lines.txt +1 -0
  192. package/config/expert/CrossTheLines/output/04 - 1 square 1 triangle.txt +1 -0
  193. package/config/expert/CrossTheLines/output/05 - Unconnected lines 2.txt +1 -0
  194. package/config/expert/CrossTheLines/output/06 - It/342/200/231s a trap!.txt" +1 -0
  195. package/config/expert/CrossTheLines/output/07 - It is a non convex trap!.txt +1 -0
  196. package/config/expert/CrossTheLines/output/08 - It/342/200/231s a trap in a trap!.txt" +1 -0
  197. package/config/expert/CrossTheLines/output/09 - Touching triangles.txt +1 -0
  198. package/config/expert/CrossTheLines/output/10 - Touching squares.txt +1 -0
  199. package/config/expert/CrossTheLines/output/11 - Bigger case.txt +1 -0
  200. package/config/expert/CrossTheLines/output/12 - Triforce.txt +1 -0
  201. package/config/expert/CrossTheLines/output/13 - Quadforce.txt +1 -0
  202. package/config/expert/CrossTheLines/output/14 - Broken triforce.txt +1 -0
  203. package/config/expert/CrossTheLines/output/15 - Almost Destroyed Triforce.txt +1 -0
  204. package/config/expert/FillTheSquare/code/CGCode.cpp +23 -0
  205. package/config/expert/FillTheSquare/code/CGCode.java +24 -0
  206. package/config/expert/FillTheSquare/code/CGCode.js +11 -0
  207. package/config/expert/FillTheSquare/code/CGCode.php +14 -0
  208. package/config/expert/FillTheSquare/code/CGCode.ts +11 -0
  209. package/config/expert/FillTheSquare/config.json +28 -0
  210. package/config/expert/FillTheSquare/input/01 - 3x3.txt +4 -0
  211. package/config/expert/FillTheSquare/input/02 - 6x6.txt +7 -0
  212. package/config/expert/FillTheSquare/input/03 - 10x10.txt +11 -0
  213. package/config/expert/FillTheSquare/input/04 - CG.txt +16 -0
  214. package/config/expert/FillTheSquare/output/01 - 3x3.txt +3 -0
  215. package/config/expert/FillTheSquare/output/02 - 6x6.txt +6 -0
  216. package/config/expert/FillTheSquare/output/03 - 10x10.txt +10 -0
  217. package/config/expert/FillTheSquare/output/04 - CG.txt +15 -0
  218. package/config/expert/HighRiseBuildings/code/CGCode.cpp +39 -0
  219. package/config/expert/HighRiseBuildings/code/CGCode.java +33 -0
  220. package/config/expert/HighRiseBuildings/code/CGCode.js +23 -0
  221. package/config/expert/HighRiseBuildings/code/CGCode.php +30 -0
  222. package/config/expert/HighRiseBuildings/code/CGCode.ts +23 -0
  223. package/config/expert/HighRiseBuildings/config.json +28 -0
  224. package/config/expert/HighRiseBuildings/input/01 - test 1.txt +10 -0
  225. package/config/expert/HighRiseBuildings/input/02 - test 2.txt +11 -0
  226. package/config/expert/HighRiseBuildings/input/03 - test 3.txt +12 -0
  227. package/config/expert/HighRiseBuildings/input/04 - test 4.txt +13 -0
  228. package/config/expert/HighRiseBuildings/output/01 - test 1.txt +5 -0
  229. package/config/expert/HighRiseBuildings/output/02 - test 2.txt +6 -0
  230. package/config/expert/HighRiseBuildings/output/03 - test 3.txt +7 -0
  231. package/config/expert/HighRiseBuildings/output/04 - test 4.txt +8 -0
  232. package/config/expert/MathematicsForBigEars/code/CGCode.cpp +21 -0
  233. package/config/expert/MathematicsForBigEars/code/CGCode.java +22 -0
  234. package/config/expert/MathematicsForBigEars/code/CGCode.js +9 -0
  235. package/config/expert/MathematicsForBigEars/code/CGCode.php +11 -0
  236. package/config/expert/MathematicsForBigEars/code/CGCode.ts +9 -0
  237. package/config/expert/MathematicsForBigEars/config.json +73 -0
  238. package/config/expert/MathematicsForBigEars/input/01 - C3 Cyclic group with 3 elements.txt +2 -0
  239. package/config/expert/MathematicsForBigEars/input/02 - S3 Symmetric group on 3 elements.txt +3 -0
  240. package/config/expert/MathematicsForBigEars/input/03 - Klein group.txt +3 -0
  241. package/config/expert/MathematicsForBigEars/input/04 - D6 Dihedral group of the hexagon.txt +4 -0
  242. package/config/expert/MathematicsForBigEars/input/05 - H Group of quaternions.txt +3 -0
  243. package/config/expert/MathematicsForBigEars/input/06 - S5 Symmetric group on 5 elements.txt +3 -0
  244. package/config/expert/MathematicsForBigEars/input/07 - GL2(F3) Linear group of the 2/303/2272 matrices over the finite field with 3 elements.txt" +3 -0
  245. package/config/expert/MathematicsForBigEars/input/08 - PGL2(F3) Quotient of GL2(F3) by its centre.txt +3 -0
  246. package/config/expert/MathematicsForBigEars/input/09 - PSL2(F7).txt +4 -0
  247. package/config/expert/MathematicsForBigEars/input/10 - S7 Symmetric group on 7 elements.txt +3 -0
  248. package/config/expert/MathematicsForBigEars/input/11 - Squares subgroup of the edges of the Rubik/342/200/231s cube.txt" +7 -0
  249. package/config/expert/MathematicsForBigEars/input/12 - M12 Mathieu group.txt +4 -0
  250. package/config/expert/MathematicsForBigEars/input/13 - S5/303/227S5/303/227S3.txt" +11 -0
  251. package/config/expert/MathematicsForBigEars/output/01 - C3 Cyclic group with 3 elements.txt +1 -0
  252. package/config/expert/MathematicsForBigEars/output/02 - S3 Symmetric group on 3 elements.txt +1 -0
  253. package/config/expert/MathematicsForBigEars/output/03 - Klein group.txt +1 -0
  254. package/config/expert/MathematicsForBigEars/output/04 - D6 Dihedral group of the hexagon.txt +1 -0
  255. package/config/expert/MathematicsForBigEars/output/05 - H Group of quaternions.txt +1 -0
  256. package/config/expert/MathematicsForBigEars/output/06 - S5 Symmetric group on 5 elements.txt +1 -0
  257. package/config/expert/MathematicsForBigEars/output/07 - GL2(F3) Linear group of the 2/303/2272 matrices over the finite field with 3 elements.txt" +1 -0
  258. package/config/expert/MathematicsForBigEars/output/08 - PGL2(F3) Quotient of GL2(F3) by its centre.txt +1 -0
  259. package/config/expert/MathematicsForBigEars/output/09 - PSL2(F7).txt +1 -0
  260. package/config/expert/MathematicsForBigEars/output/10 - S7 Symmetric group on 7 elements.txt +1 -0
  261. package/config/expert/MathematicsForBigEars/output/11 - Squares subgroup of the edges of the Rubik/342/200/231s cube.txt" +1 -0
  262. package/config/expert/MathematicsForBigEars/output/12 - M12 Mathieu group.txt +1 -0
  263. package/config/expert/MathematicsForBigEars/output/13 - S5/303/227S5/303/227S3.txt" +1 -0
  264. package/config/expert/MinimaxSimpleExample/code/CGCode.cpp +27 -0
  265. package/config/expert/MinimaxSimpleExample/code/CGCode.java +24 -0
  266. package/config/expert/MinimaxSimpleExample/code/CGCode.js +17 -0
  267. package/config/expert/MinimaxSimpleExample/code/CGCode.php +16 -0
  268. package/config/expert/MinimaxSimpleExample/code/CGCode.ts +17 -0
  269. package/config/expert/MinimaxSimpleExample/config.json +33 -0
  270. package/config/expert/MinimaxSimpleExample/input/01 - 4 turns.txt +6 -0
  271. package/config/expert/MinimaxSimpleExample/input/02 - 2 turns.txt +4 -0
  272. package/config/expert/MinimaxSimpleExample/input/03 - 8 turns.txt +13 -0
  273. package/config/expert/MinimaxSimpleExample/input/04 - 16 turns.txt +75 -0
  274. package/config/expert/MinimaxSimpleExample/input/05 - 24 turns - 100 words.txt +102 -0
  275. package/config/expert/MinimaxSimpleExample/output/01 - 4 turns.txt +1 -0
  276. package/config/expert/MinimaxSimpleExample/output/02 - 2 turns.txt +1 -0
  277. package/config/expert/MinimaxSimpleExample/output/03 - 8 turns.txt +1 -0
  278. package/config/expert/MinimaxSimpleExample/output/04 - 16 turns.txt +1 -0
  279. package/config/expert/MinimaxSimpleExample/output/05 - 24 turns - 100 words.txt +1 -0
  280. package/config/expert/NintendoSponsoredChallenge/config.json +1 -1
  281. package/config/expert/Nurikabe/code/CGCode.cpp +21 -0
  282. package/config/expert/Nurikabe/code/CGCode.java +22 -0
  283. package/config/expert/Nurikabe/code/CGCode.js +9 -0
  284. package/config/expert/Nurikabe/code/CGCode.php +11 -0
  285. package/config/expert/Nurikabe/code/CGCode.ts +9 -0
  286. package/config/expert/Nurikabe/config.json +63 -0
  287. package/config/expert/Nurikabe/input/01 - test 1.txt +6 -0
  288. package/config/expert/Nurikabe/input/02 - test 2.txt +6 -0
  289. package/config/expert/Nurikabe/input/03 - test 3.txt +8 -0
  290. package/config/expert/Nurikabe/input/04 - test 4.txt +8 -0
  291. package/config/expert/Nurikabe/input/05 - test 5.txt +11 -0
  292. package/config/expert/Nurikabe/input/06 - test 6.txt +11 -0
  293. package/config/expert/Nurikabe/input/07 - test 7.txt +13 -0
  294. package/config/expert/Nurikabe/input/08 - test 8.txt +13 -0
  295. package/config/expert/Nurikabe/input/09 - test 9.txt +16 -0
  296. package/config/expert/Nurikabe/input/10 - test 10.txt +16 -0
  297. package/config/expert/Nurikabe/input/11 - test 11.txt +21 -0
  298. package/config/expert/Nurikabe/output/01 - test 1.txt +5 -0
  299. package/config/expert/Nurikabe/output/02 - test 2.txt +5 -0
  300. package/config/expert/Nurikabe/output/03 - test 3.txt +7 -0
  301. package/config/expert/Nurikabe/output/04 - test 4.txt +7 -0
  302. package/config/expert/Nurikabe/output/05 - test 5.txt +10 -0
  303. package/config/expert/Nurikabe/output/06 - test 6.txt +10 -0
  304. package/config/expert/Nurikabe/output/07 - test 7.txt +12 -0
  305. package/config/expert/Nurikabe/output/08 - test 8.txt +12 -0
  306. package/config/expert/Nurikabe/output/09 - test 9.txt +15 -0
  307. package/config/expert/Nurikabe/output/10 - test 10.txt +15 -0
  308. package/config/expert/Nurikabe/output/11 - test 11.txt +20 -0
  309. package/config/expert/PrimeFractalsinPascalsTriangle/code/CGCode.cpp +25 -0
  310. package/config/expert/PrimeFractalsinPascalsTriangle/code/CGCode.java +23 -0
  311. package/config/expert/PrimeFractalsinPascalsTriangle/code/CGCode.js +14 -0
  312. package/config/expert/PrimeFractalsinPascalsTriangle/code/CGCode.php +14 -0
  313. package/config/expert/PrimeFractalsinPascalsTriangle/code/CGCode.ts +14 -0
  314. package/config/expert/PrimeFractalsinPascalsTriangle/config.json +48 -0
  315. package/config/expert/PrimeFractalsinPascalsTriangle/input/01 - Basic.txt +12 -0
  316. package/config/expert/PrimeFractalsinPascalsTriangle/input/02 - R = C (easy).txt +101 -0
  317. package/config/expert/PrimeFractalsinPascalsTriangle/input/03 - R = C (medium).txt +101 -0
  318. package/config/expert/PrimeFractalsinPascalsTriangle/input/04 - R = C (hard).txt +101 -0
  319. package/config/expert/PrimeFractalsinPascalsTriangle/input/05 - R != C (easy).txt +21 -0
  320. package/config/expert/PrimeFractalsinPascalsTriangle/input/06 - R != C (medium).txt +101 -0
  321. package/config/expert/PrimeFractalsinPascalsTriangle/input/07 - R != C (hard).txt +101 -0
  322. package/config/expert/PrimeFractalsinPascalsTriangle/input/08 - Mixed.txt +101 -0
  323. package/config/expert/PrimeFractalsinPascalsTriangle/output/01 - Basic.txt +11 -0
  324. package/config/expert/PrimeFractalsinPascalsTriangle/output/02 - R = C (easy).txt +100 -0
  325. package/config/expert/PrimeFractalsinPascalsTriangle/output/03 - R = C (medium).txt +100 -0
  326. package/config/expert/PrimeFractalsinPascalsTriangle/output/04 - R = C (hard).txt +100 -0
  327. package/config/expert/PrimeFractalsinPascalsTriangle/output/05 - R != C (easy).txt +20 -0
  328. package/config/expert/PrimeFractalsinPascalsTriangle/output/06 - R != C (medium).txt +100 -0
  329. package/config/expert/PrimeFractalsinPascalsTriangle/output/07 - R != C (hard).txt +100 -0
  330. package/config/expert/PrimeFractalsinPascalsTriangle/output/08 - Mixed.txt +100 -0
  331. package/config/expert/PrimeTransformations/code/CGCode.cpp +24 -0
  332. package/config/expert/PrimeTransformations/code/CGCode.java +21 -0
  333. package/config/expert/PrimeTransformations/code/CGCode.js +12 -0
  334. package/config/expert/PrimeTransformations/code/CGCode.php +12 -0
  335. package/config/expert/PrimeTransformations/code/CGCode.ts +12 -0
  336. package/config/expert/PrimeTransformations/config.json +28 -0
  337. package/config/expert/PrimeTransformations/input/01 - Forward Power.txt +3 -0
  338. package/config/expert/PrimeTransformations/input/02 - Backward Power.txt +3 -0
  339. package/config/expert/PrimeTransformations/input/03 - Factor Deduction.txt +5 -0
  340. package/config/expert/PrimeTransformations/input/04 - Index Deduction.txt +3 -0
  341. package/config/expert/PrimeTransformations/output/01 - Forward Power.txt +1 -0
  342. package/config/expert/PrimeTransformations/output/02 - Backward Power.txt +1 -0
  343. package/config/expert/PrimeTransformations/output/03 - Factor Deduction.txt +1 -0
  344. package/config/expert/PrimeTransformations/output/04 - Index Deduction.txt +1 -0
  345. package/config/expert/RecurringDecimals/code/CGCode.cpp +17 -0
  346. package/config/expert/RecurringDecimals/code/CGCode.java +16 -0
  347. package/config/expert/RecurringDecimals/code/CGCode.js +6 -0
  348. package/config/expert/RecurringDecimals/code/CGCode.php +7 -0
  349. package/config/expert/RecurringDecimals/code/CGCode.ts +6 -0
  350. package/config/expert/RecurringDecimals/config.json +53 -0
  351. package/config/expert/RecurringDecimals/input/01 - Small Terminating.txt +1 -0
  352. package/config/expert/RecurringDecimals/input/02 - Medium Terminating.txt +1 -0
  353. package/config/expert/RecurringDecimals/input/03 - Large Terminating.txt +1 -0
  354. package/config/expert/RecurringDecimals/input/04 - Small Non-Terminating.txt +1 -0
  355. package/config/expert/RecurringDecimals/input/05 - Medium Non-Terminating.txt +1 -0
  356. package/config/expert/RecurringDecimals/input/06 - Large Non Terminating.txt +1 -0
  357. package/config/expert/RecurringDecimals/input/07 - Small Mixed.txt +1 -0
  358. package/config/expert/RecurringDecimals/input/08 - Large Mixed.txt +1 -0
  359. package/config/expert/RecurringDecimals/input/09 - Test 9.txt +1 -0
  360. package/config/expert/RecurringDecimals/output/01 - Small Terminating.txt +1 -0
  361. package/config/expert/RecurringDecimals/output/02 - Medium Terminating.txt +1 -0
  362. package/config/expert/RecurringDecimals/output/03 - Large Terminating.txt +1 -0
  363. package/config/expert/RecurringDecimals/output/04 - Small Non-Terminating.txt +1 -0
  364. package/config/expert/RecurringDecimals/output/05 - Medium Non-Terminating.txt +1 -0
  365. package/config/expert/RecurringDecimals/output/06 - Large Non Terminating.txt +1 -0
  366. package/config/expert/RecurringDecimals/output/07 - Small Mixed.txt +1 -0
  367. package/config/expert/RecurringDecimals/output/08 - Large Mixed.txt +1 -0
  368. package/config/expert/RecurringDecimals/output/09 - Test 9.txt +1 -0
  369. package/config/expert/RunningUpThatHill/code/CGCode.cpp +24 -0
  370. package/config/expert/RunningUpThatHill/code/CGCode.java +20 -0
  371. package/config/expert/RunningUpThatHill/code/CGCode.js +10 -0
  372. package/config/expert/RunningUpThatHill/code/CGCode.php +11 -0
  373. package/config/expert/RunningUpThatHill/code/CGCode.ts +10 -0
  374. package/config/expert/RunningUpThatHill/config.json +78 -0
  375. package/config/expert/RunningUpThatHill/input/01 - Example: 2/303/2272.txt" +4 -0
  376. package/config/expert/RunningUpThatHill/input/02 - 2/303/2272.txt" +4 -0
  377. package/config/expert/RunningUpThatHill/input/03 - Another 2/303/2272.txt" +4 -0
  378. package/config/expert/RunningUpThatHill/input/04 - 3/303/2273.txt" +4 -0
  379. package/config/expert/RunningUpThatHill/input/05 - Another 3/303/2273.txt" +4 -0
  380. package/config/expert/RunningUpThatHill/input/06 - 3/303/2273 permutation.txt" +4 -0
  381. package/config/expert/RunningUpThatHill/input/07 - 4/303/2274.txt" +4 -0
  382. package/config/expert/RunningUpThatHill/input/08 - Another 4/303/2274.txt" +4 -0
  383. package/config/expert/RunningUpThatHill/input/09 - 5/303/2275.txt" +4 -0
  384. package/config/expert/RunningUpThatHill/input/10 - Another 5/303/2275.txt" +4 -0
  385. package/config/expert/RunningUpThatHill/input/11 - 5/303/2275 permutation.txt" +4 -0
  386. package/config/expert/RunningUpThatHill/input/12 - 6/303/2276.txt" +4 -0
  387. package/config/expert/RunningUpThatHill/input/13 - Another 6/303/2276.txt" +4 -0
  388. package/config/expert/RunningUpThatHill/input/14 - Mind the repetition.txt +4 -0
  389. package/config/expert/RunningUpThatHill/output/01 - Example: 2/303/2272.txt" +2 -0
  390. package/config/expert/RunningUpThatHill/output/02 - 2/303/2272.txt" +2 -0
  391. package/config/expert/RunningUpThatHill/output/03 - Another 2/303/2272.txt" +2 -0
  392. package/config/expert/RunningUpThatHill/output/04 - 3/303/2273.txt" +2 -0
  393. package/config/expert/RunningUpThatHill/output/05 - Another 3/303/2273.txt" +2 -0
  394. package/config/expert/RunningUpThatHill/output/06 - 3/303/2273 permutation.txt" +2 -0
  395. package/config/expert/RunningUpThatHill/output/07 - 4/303/2274.txt" +2 -0
  396. package/config/expert/RunningUpThatHill/output/08 - Another 4/303/2274.txt" +2 -0
  397. package/config/expert/RunningUpThatHill/output/09 - 5/303/2275.txt" +2 -0
  398. package/config/expert/RunningUpThatHill/output/10 - Another 5/303/2275.txt" +2 -0
  399. package/config/expert/RunningUpThatHill/output/11 - 5/303/2275 permutation.txt" +2 -0
  400. package/config/expert/RunningUpThatHill/output/12 - 6/303/2276.txt" +2 -0
  401. package/config/expert/RunningUpThatHill/output/13 - Another 6/303/2276.txt" +2 -0
  402. package/config/expert/RunningUpThatHill/output/14 - Mind the repetition.txt +2 -0
  403. package/config/expert/Skylines/code/CGCode.cpp +23 -0
  404. package/config/expert/Skylines/code/CGCode.java +21 -0
  405. package/config/expert/Skylines/code/CGCode.js +12 -0
  406. package/config/expert/Skylines/code/CGCode.php +11 -0
  407. package/config/expert/Skylines/code/CGCode.ts +12 -0
  408. package/config/expert/Skylines/config.json +63 -0
  409. package/config/expert/Skylines/input/01 - Single building.txt +2 -0
  410. package/config/expert/Skylines/input/02 - 2 separate buildings.txt +3 -0
  411. package/config/expert/Skylines/input/03 - 2 adjacent buildings.txt +3 -0
  412. package/config/expert/Skylines/input/04 - 2 overlapping buildings.txt +3 -0
  413. package/config/expert/Skylines/input/05 - 3 connected buildings.txt +4 -0
  414. package/config/expert/Skylines/input/06 - Lots of overlap.txt +11 -0
  415. package/config/expert/Skylines/input/07 - Separation.txt +11 -0
  416. package/config/expert/Skylines/input/08 - Big city.txt +26 -0
  417. package/config/expert/Skylines/input/09 - Bigger city.txt +51 -0
  418. package/config/expert/Skylines/input/10 - Metropolis.txt +101 -0
  419. package/config/expert/Skylines/input/11 - Almost adjacent.txt +3 -0
  420. package/config/expert/Skylines/output/01 - Single building.txt +1 -0
  421. package/config/expert/Skylines/output/02 - 2 separate buildings.txt +1 -0
  422. package/config/expert/Skylines/output/03 - 2 adjacent buildings.txt +1 -0
  423. package/config/expert/Skylines/output/04 - 2 overlapping buildings.txt +1 -0
  424. package/config/expert/Skylines/output/05 - 3 connected buildings.txt +1 -0
  425. package/config/expert/Skylines/output/06 - Lots of overlap.txt +1 -0
  426. package/config/expert/Skylines/output/07 - Separation.txt +1 -0
  427. package/config/expert/Skylines/output/08 - Big city.txt +1 -0
  428. package/config/expert/Skylines/output/09 - Bigger city.txt +1 -0
  429. package/config/expert/Skylines/output/10 - Metropolis.txt +1 -0
  430. package/config/expert/Skylines/output/11 - Almost adjacent.txt +1 -0
  431. package/config/expert/SlidingPuzzle/code/CGCode.cpp +22 -0
  432. package/config/expert/SlidingPuzzle/code/CGCode.java +23 -0
  433. package/config/expert/SlidingPuzzle/code/CGCode.js +11 -0
  434. package/config/expert/SlidingPuzzle/code/CGCode.php +11 -0
  435. package/config/expert/SlidingPuzzle/code/CGCode.ts +11 -0
  436. package/config/expert/SlidingPuzzle/config.json +28 -0
  437. package/config/expert/SlidingPuzzle/input/01 - 2x2.txt +3 -0
  438. package/config/expert/SlidingPuzzle/input/02 - 3x3.txt +4 -0
  439. package/config/expert/SlidingPuzzle/input/03 - 10x1.txt +11 -0
  440. package/config/expert/SlidingPuzzle/input/04 - 2x5.txt +3 -0
  441. package/config/expert/SlidingPuzzle/output/01 - 2x2.txt +1 -0
  442. package/config/expert/SlidingPuzzle/output/02 - 3x3.txt +1 -0
  443. package/config/expert/SlidingPuzzle/output/03 - 10x1.txt +1 -0
  444. package/config/expert/SlidingPuzzle/output/04 - 2x5.txt +1 -0
  445. package/config/expert/SpyTheSpies/code/CGCode.cpp +26 -0
  446. package/config/expert/SpyTheSpies/code/CGCode.java +27 -0
  447. package/config/expert/SpyTheSpies/code/CGCode.js +15 -0
  448. package/config/expert/SpyTheSpies/code/CGCode.php +11 -0
  449. package/config/expert/SpyTheSpies/code/CGCode.ts +15 -0
  450. package/config/expert/SpyTheSpies/config.json +33 -0
  451. package/config/expert/SpyTheSpies/input/01 - All in common.txt +16 -0
  452. package/config/expert/SpyTheSpies/input/02 - Common differentiator.txt +16 -0
  453. package/config/expert/SpyTheSpies/input/03 - Extra attributes.txt +16 -0
  454. package/config/expert/SpyTheSpies/input/04 - Extra steps.txt +16 -0
  455. package/config/expert/SpyTheSpies/input/05 - Very entangled.txt +16 -0
  456. package/config/expert/SpyTheSpies/output/01 - All in common.txt +1 -0
  457. package/config/expert/SpyTheSpies/output/02 - Common differentiator.txt +1 -0
  458. package/config/expert/SpyTheSpies/output/03 - Extra attributes.txt +1 -0
  459. package/config/expert/SpyTheSpies/output/04 - Extra steps.txt +3 -0
  460. package/config/expert/SpyTheSpies/output/05 - Very entangled.txt +11 -0
  461. package/config/expert/TheBarnyard/code/CGCode.cpp +26 -0
  462. package/config/expert/TheBarnyard/code/CGCode.java +23 -0
  463. package/config/expert/TheBarnyard/code/CGCode.js +15 -0
  464. package/config/expert/TheBarnyard/code/CGCode.php +16 -0
  465. package/config/expert/TheBarnyard/code/CGCode.ts +15 -0
  466. package/config/expert/TheBarnyard/config.json +28 -0
  467. package/config/expert/TheBarnyard/input/01 - Two animals.txt +4 -0
  468. package/config/expert/TheBarnyard/input/02 - Three animals.txt +5 -0
  469. package/config/expert/TheBarnyard/input/03 - Four animals.txt +6 -0
  470. package/config/expert/TheBarnyard/input/04 - Five animals.txt +7 -0
  471. package/config/expert/TheBarnyard/output/01 - Two animals.txt +2 -0
  472. package/config/expert/TheBarnyard/output/02 - Three animals.txt +3 -0
  473. package/config/expert/TheBarnyard/output/03 - Four animals.txt +4 -0
  474. package/config/expert/TheBarnyard/output/04 - Five animals.txt +5 -0
  475. package/config/expert/TheTwoPilesDifference/code/CGCode.cpp +21 -0
  476. package/config/expert/TheTwoPilesDifference/code/CGCode.java +19 -0
  477. package/config/expert/TheTwoPilesDifference/code/CGCode.js +10 -0
  478. package/config/expert/TheTwoPilesDifference/code/CGCode.php +12 -0
  479. package/config/expert/TheTwoPilesDifference/code/CGCode.ts +10 -0
  480. package/config/expert/TheTwoPilesDifference/config.json +33 -0
  481. package/config/expert/TheTwoPilesDifference/input/01 - Simple.txt +2 -0
  482. package/config/expert/TheTwoPilesDifference/input/02 - Normal.txt +2 -0
  483. package/config/expert/TheTwoPilesDifference/input/03 - Complex.txt +2 -0
  484. package/config/expert/TheTwoPilesDifference/input/04 - More values.txt +2 -0
  485. package/config/expert/TheTwoPilesDifference/input/05 - Big size.txt +2 -0
  486. package/config/expert/TheTwoPilesDifference/output/01 - Simple.txt +1 -0
  487. package/config/expert/TheTwoPilesDifference/output/02 - Normal.txt +1 -0
  488. package/config/expert/TheTwoPilesDifference/output/03 - Complex.txt +1 -0
  489. package/config/expert/TheTwoPilesDifference/output/04 - More values.txt +1 -0
  490. package/config/expert/TheTwoPilesDifference/output/05 - Big size.txt +1 -0
  491. package/config/expert/TheWaterJugRiddleFromDieHard3/code/CGCode.cpp +23 -0
  492. package/config/expert/TheWaterJugRiddleFromDieHard3/code/CGCode.java +20 -0
  493. package/config/expert/TheWaterJugRiddleFromDieHard3/code/CGCode.js +10 -0
  494. package/config/expert/TheWaterJugRiddleFromDieHard3/code/CGCode.php +12 -0
  495. package/config/expert/TheWaterJugRiddleFromDieHard3/code/CGCode.ts +10 -0
  496. package/config/expert/TheWaterJugRiddleFromDieHard3/config.json +28 -0
  497. package/config/expert/TheWaterJugRiddleFromDieHard3/input/01 - Example.txt +4 -0
  498. package/config/expert/TheWaterJugRiddleFromDieHard3/input/02 - 2 recipients.txt +4 -0
  499. package/config/expert/TheWaterJugRiddleFromDieHard3/input/03 - 3 recipients.txt +5 -0
  500. package/config/expert/TheWaterJugRiddleFromDieHard3/input/04 - 4 recipients.txt +6 -0
  501. package/config/expert/TheWaterJugRiddleFromDieHard3/output/01 - Example.txt +1 -0
  502. package/config/expert/TheWaterJugRiddleFromDieHard3/output/02 - 2 recipients.txt +1 -0
  503. package/config/expert/TheWaterJugRiddleFromDieHard3/output/03 - 3 recipients.txt +1 -0
  504. package/config/expert/TheWaterJugRiddleFromDieHard3/output/04 - 4 recipients.txt +1 -0
  505. package/config/expert/TilingBySquares/code/CGCode.cpp +18 -0
  506. package/config/expert/TilingBySquares/code/CGCode.java +17 -0
  507. package/config/expert/TilingBySquares/code/CGCode.js +8 -0
  508. package/config/expert/TilingBySquares/code/CGCode.php +7 -0
  509. package/config/expert/TilingBySquares/code/CGCode.ts +8 -0
  510. package/config/expert/TilingBySquares/config.json +43 -0
  511. package/config/expert/TilingBySquares/input/01 - test 1.txt +1 -0
  512. package/config/expert/TilingBySquares/input/02 - test 2.txt +1 -0
  513. package/config/expert/TilingBySquares/input/03 - test 3.txt +1 -0
  514. package/config/expert/TilingBySquares/input/04 - test 4.txt +1 -0
  515. package/config/expert/TilingBySquares/input/05 - test 5.txt +1 -0
  516. package/config/expert/TilingBySquares/input/06 - test 6.txt +1 -0
  517. package/config/expert/TilingBySquares/input/07 - test 7.txt +1 -0
  518. package/config/expert/TilingBySquares/output/01 - test 1.txt +1 -0
  519. package/config/expert/TilingBySquares/output/02 - test 2.txt +1 -0
  520. package/config/expert/TilingBySquares/output/03 - test 3.txt +1 -0
  521. package/config/expert/TilingBySquares/output/04 - test 4.txt +1 -0
  522. package/config/expert/TilingBySquares/output/05 - test 5.txt +1 -0
  523. package/config/expert/TilingBySquares/output/06 - test 6.txt +1 -0
  524. package/config/expert/TilingBySquares/output/07 - test 7.txt +1 -0
  525. package/config/expert/TwentyFIveXTwentyFIveSudoku/code/CGCode.cpp +19 -0
  526. package/config/expert/TwentyFIveXTwentyFIveSudoku/code/CGCode.java +18 -0
  527. package/config/expert/TwentyFIveXTwentyFIveSudoku/code/CGCode.js +8 -0
  528. package/config/expert/TwentyFIveXTwentyFIveSudoku/code/CGCode.php +10 -0
  529. package/config/expert/TwentyFIveXTwentyFIveSudoku/code/CGCode.ts +8 -0
  530. package/config/expert/TwentyFIveXTwentyFIveSudoku/config.json +33 -0
  531. package/config/expert/TwentyFIveXTwentyFIveSudoku/input/01 - test 1.txt +25 -0
  532. package/config/expert/TwentyFIveXTwentyFIveSudoku/input/02 - test 2.txt +25 -0
  533. package/config/expert/TwentyFIveXTwentyFIveSudoku/input/03 - test 3.txt +25 -0
  534. package/config/expert/TwentyFIveXTwentyFIveSudoku/input/04 - test 4.txt +25 -0
  535. package/config/expert/TwentyFIveXTwentyFIveSudoku/input/05 - test 5.txt +25 -0
  536. package/config/expert/TwentyFIveXTwentyFIveSudoku/output/01 - test 1.txt +25 -0
  537. package/config/expert/TwentyFIveXTwentyFIveSudoku/output/02 - test 2.txt +25 -0
  538. package/config/expert/TwentyFIveXTwentyFIveSudoku/output/03 - test 3.txt +25 -0
  539. package/config/expert/TwentyFIveXTwentyFIveSudoku/output/04 - test 4.txt +25 -0
  540. package/config/expert/TwentyFIveXTwentyFIveSudoku/output/05 - test 5.txt +25 -0
  541. package/config/expert/UnfoldingPaper/code/CGCode.cpp +24 -0
  542. package/config/expert/UnfoldingPaper/code/CGCode.java +24 -0
  543. package/config/expert/UnfoldingPaper/code/CGCode.js +12 -0
  544. package/config/expert/UnfoldingPaper/code/CGCode.php +12 -0
  545. package/config/expert/UnfoldingPaper/code/CGCode.ts +12 -0
  546. package/config/expert/UnfoldingPaper/config.json +43 -0
  547. package/config/expert/UnfoldingPaper/input/01 - Example.txt +5 -0
  548. package/config/expert/UnfoldingPaper/input/02 - Multiple folds.txt +5 -0
  549. package/config/expert/UnfoldingPaper/input/03 - Big sheet.txt +13 -0
  550. package/config/expert/UnfoldingPaper/input/04 - Long unfolding.txt +5 -0
  551. package/config/expert/UnfoldingPaper/input/05 - Many pieces.txt +7 -0
  552. package/config/expert/UnfoldingPaper/input/06 - Random.txt +6 -0
  553. package/config/expert/UnfoldingPaper/input/07 - Chess board.txt +14 -0
  554. package/config/expert/UnfoldingPaper/output/01 - Example.txt +1 -0
  555. package/config/expert/UnfoldingPaper/output/02 - Multiple folds.txt +1 -0
  556. package/config/expert/UnfoldingPaper/output/03 - Big sheet.txt +1 -0
  557. package/config/expert/UnfoldingPaper/output/04 - Long unfolding.txt +1 -0
  558. package/config/expert/UnfoldingPaper/output/05 - Many pieces.txt +1 -0
  559. package/config/expert/UnfoldingPaper/output/06 - Random.txt +1 -0
  560. package/config/expert/UnfoldingPaper/output/07 - Chess board.txt +1 -0
  561. package/config/expert/WhenPigsFly/code/CGCode.cpp +21 -0
  562. package/config/expert/WhenPigsFly/code/CGCode.java +22 -0
  563. package/config/expert/WhenPigsFly/code/CGCode.js +9 -0
  564. package/config/expert/WhenPigsFly/code/CGCode.php +11 -0
  565. package/config/expert/WhenPigsFly/code/CGCode.ts +9 -0
  566. package/config/expert/WhenPigsFly/config.json +53 -0
  567. package/config/expert/WhenPigsFly/input/01 - Object classes.txt +4 -0
  568. package/config/expert/WhenPigsFly/input/02 - Traits and Abilities.txt +5 -0
  569. package/config/expert/WhenPigsFly/input/03 - Some but not all.txt +8 -0
  570. package/config/expert/WhenPigsFly/input/04 - Branching inheritance.txt +9 -0
  571. package/config/expert/WhenPigsFly/input/05 - Roundabout.txt +10 -0
  572. package/config/expert/WhenPigsFly/input/06 - Doubles.txt +5 -0
  573. package/config/expert/WhenPigsFly/input/07 - Big Loop.txt +10 -0
  574. package/config/expert/WhenPigsFly/input/08 - Unrelated.txt +12 -0
  575. package/config/expert/WhenPigsFly/input/09 - Final Test.txt +10 -0
  576. package/config/expert/WhenPigsFly/output/01 - Object classes.txt +1 -0
  577. package/config/expert/WhenPigsFly/output/02 - Traits and Abilities.txt +1 -0
  578. package/config/expert/WhenPigsFly/output/03 - Some but not all.txt +1 -0
  579. package/config/expert/WhenPigsFly/output/04 - Branching inheritance.txt +1 -0
  580. package/config/expert/WhenPigsFly/output/05 - Roundabout.txt +1 -0
  581. package/config/expert/WhenPigsFly/output/06 - Doubles.txt +1 -0
  582. package/config/expert/WhenPigsFly/output/07 - Big Loop.txt +1 -0
  583. package/config/expert/WhenPigsFly/output/08 - Unrelated.txt +1 -0
  584. package/config/expert/WhenPigsFly/output/09 - Final Test.txt +1 -0
  585. package/config/expert/Xorandor/code/CGCode.cpp +22 -0
  586. package/config/expert/Xorandor/code/CGCode.java +23 -0
  587. package/config/expert/Xorandor/code/CGCode.js +11 -0
  588. package/config/expert/Xorandor/code/CGCode.php +11 -0
  589. package/config/expert/Xorandor/code/CGCode.ts +11 -0
  590. package/config/expert/Xorandor/config.json +38 -0
  591. package/config/expert/Xorandor/input/01 - Example OrAnd.txt +10 -0
  592. package/config/expert/Xorandor/input/02 - Not.txt +12 -0
  593. package/config/expert/Xorandor/input/03 - Fork.txt +20 -0
  594. package/config/expert/Xorandor/input/04 - Switch.txt +16 -0
  595. package/config/expert/Xorandor/input/05 - Xnornandnor.txt +31 -0
  596. package/config/expert/Xorandor/input/06 - Big one.txt +37 -0
  597. package/config/expert/Xorandor/output/01 - Example OrAnd.txt +2 -0
  598. package/config/expert/Xorandor/output/02 - Not.txt +2 -0
  599. package/config/expert/Xorandor/output/03 - Fork.txt +3 -0
  600. package/config/expert/Xorandor/output/04 - Switch.txt +5 -0
  601. package/config/expert/Xorandor/output/05 - Xnornandnor.txt +6 -0
  602. package/config/expert/Xorandor/output/06 - Big one.txt +7 -0
  603. package/config/hard/CGChatInterpreter/config.json +1 -1
  604. package/config/hard/PandorasBridges/code/CGCode.cpp +23 -0
  605. package/config/hard/PandorasBridges/code/CGCode.java +21 -0
  606. package/config/hard/PandorasBridges/code/CGCode.js +12 -0
  607. package/config/hard/PandorasBridges/code/CGCode.php +11 -0
  608. package/config/hard/PandorasBridges/code/CGCode.ts +12 -0
  609. package/config/hard/PandorasBridges/config.json +43 -0
  610. package/config/hard/PandorasBridges/input/01 - Small Islands.txt +11 -0
  611. package/config/hard/PandorasBridges/input/02 - Distance Checker.txt +5 -0
  612. package/config/hard/PandorasBridges/input/03 - Angle Checker.txt +6 -0
  613. package/config/hard/PandorasBridges/input/04 - Vertical and Horizontal.txt +6 -0
  614. package/config/hard/PandorasBridges/input/05 - Medium Islands.txt +28 -0
  615. package/config/hard/PandorasBridges/input/06 - Lots of Islands.txt +101 -0
  616. package/config/hard/PandorasBridges/input/07 - Lots Lots of Islands.txt +204 -0
  617. package/config/hard/PandorasBridges/output/01 - Small Islands.txt +2 -0
  618. package/config/hard/PandorasBridges/output/02 - Distance Checker.txt +2 -0
  619. package/config/hard/PandorasBridges/output/03 - Angle Checker.txt +2 -0
  620. package/config/hard/PandorasBridges/output/04 - Vertical and Horizontal.txt +2 -0
  621. package/config/hard/PandorasBridges/output/05 - Medium Islands.txt +2 -0
  622. package/config/hard/PandorasBridges/output/06 - Lots of Islands.txt +2 -0
  623. package/config/hard/PandorasBridges/output/07 - Lots Lots of Islands.txt +2 -0
  624. package/config/medium/MirrorRotation/code/CGCode.cpp +24 -0
  625. package/config/medium/MirrorRotation/code/CGCode.java +24 -0
  626. package/config/medium/MirrorRotation/code/CGCode.js +12 -0
  627. package/config/medium/MirrorRotation/code/CGCode.php +12 -0
  628. package/config/medium/MirrorRotation/code/CGCode.ts +12 -0
  629. package/config/medium/MirrorRotation/config.json +38 -0
  630. package/config/medium/MirrorRotation/input/01 - 1 Flip.txt +6 -0
  631. package/config/medium/MirrorRotation/input/02 - Multiple.txt +7 -0
  632. package/config/medium/MirrorRotation/input/03 - Shortest Path.txt +8 -0
  633. package/config/medium/MirrorRotation/input/04 - Swirl.txt +11 -0
  634. package/config/medium/MirrorRotation/input/05 - Loop.txt +7 -0
  635. package/config/medium/MirrorRotation/input/06 - Confusing.txt +12 -0
  636. package/config/medium/MirrorRotation/output/01 - 1 Flip.txt +1 -0
  637. package/config/medium/MirrorRotation/output/02 - Multiple.txt +2 -0
  638. package/config/medium/MirrorRotation/output/03 - Shortest Path.txt +1 -0
  639. package/config/medium/MirrorRotation/output/04 - Swirl.txt +6 -0
  640. package/config/medium/MirrorRotation/output/05 - Loop.txt +3 -0
  641. package/config/medium/MirrorRotation/output/06 - Confusing.txt +3 -0
  642. package/config/medium/SnakesAndLadders/code/CGCode.cpp +33 -0
  643. package/config/medium/SnakesAndLadders/code/CGCode.java +28 -0
  644. package/config/medium/SnakesAndLadders/code/CGCode.js +22 -0
  645. package/config/medium/SnakesAndLadders/code/CGCode.php +17 -0
  646. package/config/medium/SnakesAndLadders/code/CGCode.ts +22 -0
  647. package/config/medium/SnakesAndLadders/config.json +133 -0
  648. package/config/medium/SnakesAndLadders/input/01 - Small Board.txt +9 -0
  649. package/config/medium/SnakesAndLadders/input/02 - Standard Board.txt +12 -0
  650. package/config/medium/SnakesAndLadders/input/03 - Large Board.txt +20 -0
  651. package/config/medium/SnakesAndLadders/input/04 - Small Bland Board.txt +5 -0
  652. package/config/medium/SnakesAndLadders/input/05 - Medium Bland Board.txt +6 -0
  653. package/config/medium/SnakesAndLadders/input/06 - Large Bland Board.txt +7 -0
  654. package/config/medium/SnakesAndLadders/input/07 - Small Board and Small Dice.txt +12 -0
  655. package/config/medium/SnakesAndLadders/input/08 - Small Board and Large Dice.txt +11 -0
  656. package/config/medium/SnakesAndLadders/input/09 - Large Board and Small Die.txt +16 -0
  657. package/config/medium/SnakesAndLadders/input/10 - Large Board and Large Die.txt +18 -0
  658. package/config/medium/SnakesAndLadders/input/11 - Small Non-Standard Board.txt +11 -0
  659. package/config/medium/SnakesAndLadders/input/12 - Medium Non-Standard Board.txt +18 -0
  660. package/config/medium/SnakesAndLadders/input/13 - Large Non-Standard Board.txt +30 -0
  661. package/config/medium/SnakesAndLadders/input/14 - Pocket Board.txt +5 -0
  662. package/config/medium/SnakesAndLadders/input/15 - No Ladders, Just Snakes.txt +12 -0
  663. package/config/medium/SnakesAndLadders/input/16 - No Snakes, Just Ladders.txt +16 -0
  664. package/config/medium/SnakesAndLadders/input/17 - Empty Board.txt +3 -0
  665. package/config/medium/SnakesAndLadders/input/18 - Empty Board 2.txt +3 -0
  666. package/config/medium/SnakesAndLadders/input/19 - No Chaining Detector.txt +9 -0
  667. package/config/medium/SnakesAndLadders/input/20 - Helpful Ladder.txt +27 -0
  668. package/config/medium/SnakesAndLadders/input/21 - Many Snakes and Ladders.txt +44 -0
  669. package/config/medium/SnakesAndLadders/input/22 - Many Snakes and Ladders 2.txt +77 -0
  670. package/config/medium/SnakesAndLadders/input/23 - Many Snakes and Ladders 3.txt +36 -0
  671. package/config/medium/SnakesAndLadders/input/24 - Useful Snake.txt +14 -0
  672. package/config/medium/SnakesAndLadders/input/25 - Useful Snakes.txt +24 -0
  673. package/config/medium/SnakesAndLadders/output/01 - Small Board.txt +1 -0
  674. package/config/medium/SnakesAndLadders/output/02 - Standard Board.txt +1 -0
  675. package/config/medium/SnakesAndLadders/output/03 - Large Board.txt +1 -0
  676. package/config/medium/SnakesAndLadders/output/04 - Small Bland Board.txt +1 -0
  677. package/config/medium/SnakesAndLadders/output/05 - Medium Bland Board.txt +1 -0
  678. package/config/medium/SnakesAndLadders/output/06 - Large Bland Board.txt +1 -0
  679. package/config/medium/SnakesAndLadders/output/07 - Small Board and Small Dice.txt +1 -0
  680. package/config/medium/SnakesAndLadders/output/08 - Small Board and Large Dice.txt +1 -0
  681. package/config/medium/SnakesAndLadders/output/09 - Large Board and Small Die.txt +1 -0
  682. package/config/medium/SnakesAndLadders/output/10 - Large Board and Large Die.txt +1 -0
  683. package/config/medium/SnakesAndLadders/output/11 - Small Non-Standard Board.txt +1 -0
  684. package/config/medium/SnakesAndLadders/output/12 - Medium Non-Standard Board.txt +1 -0
  685. package/config/medium/SnakesAndLadders/output/13 - Large Non-Standard Board.txt +1 -0
  686. package/config/medium/SnakesAndLadders/output/14 - Pocket Board.txt +1 -0
  687. package/config/medium/SnakesAndLadders/output/15 - No Ladders, Just Snakes.txt +1 -0
  688. package/config/medium/SnakesAndLadders/output/16 - No Snakes, Just Ladders.txt +1 -0
  689. package/config/medium/SnakesAndLadders/output/17 - Empty Board.txt +1 -0
  690. package/config/medium/SnakesAndLadders/output/18 - Empty Board 2.txt +1 -0
  691. package/config/medium/SnakesAndLadders/output/19 - No Chaining Detector.txt +1 -0
  692. package/config/medium/SnakesAndLadders/output/20 - Helpful Ladder.txt +1 -0
  693. package/config/medium/SnakesAndLadders/output/21 - Many Snakes and Ladders.txt +1 -0
  694. package/config/medium/SnakesAndLadders/output/22 - Many Snakes and Ladders 2.txt +1 -0
  695. package/config/medium/SnakesAndLadders/output/23 - Many Snakes and Ladders 3.txt +1 -0
  696. package/config/medium/SnakesAndLadders/output/24 - Useful Snake.txt +1 -0
  697. package/config/medium/SnakesAndLadders/output/25 - Useful Snakes.txt +1 -0
  698. package/package.json +1 -1
@@ -0,0 +1,23 @@
1
+ import java.util.*;
2
+ import java.io.*;
3
+ import java.math.*;
4
+
5
+ class Solution {
6
+
7
+ public static void main(String args[]) {
8
+ Scanner in = new Scanner(System.in);
9
+ int T = in.nextInt();
10
+ for (int i = 0; i < T; i++) {
11
+ long P = in.nextLong();
12
+ String R = in.next();
13
+ String C = in.next();
14
+ }
15
+ for (int i = 0; i < T; i++) {
16
+
17
+ // Write an answer using System.out.println()
18
+ // To debug: System.err.println("Debug messages...");
19
+
20
+ System.out.println("answer");
21
+ }
22
+ }
23
+ }
@@ -0,0 +1,14 @@
1
+ const T = parseInt(readline());
2
+ for (let i = 0; i < T; i++) {
3
+ var inputs = readline().split(' ');
4
+ const P = parseInt(inputs[0]);
5
+ const R = inputs[1];
6
+ const C = inputs[2];
7
+ }
8
+ for (let i = 0; i < T; i++) {
9
+
10
+ // Write an answer using console.log()
11
+ // To debug: console.error('Debug messages...');
12
+
13
+ console.log('answer');
14
+ }
@@ -0,0 +1,14 @@
1
+ <?php
2
+ fscanf(STDIN, "%d", $T);
3
+ for ($i = 0; $i < $T; $i++)
4
+ {
5
+ fscanf(STDIN, "%d %s %s", $P, $R, $C);
6
+ }
7
+ for ($i = 0; $i < $T; $i++)
8
+ {
9
+
10
+ // Write an answer using echo(). DON'T FORGET THE TRAILING \n
11
+ // To debug: error_log(var_export($var, true)); (equivalent to var_dump)
12
+
13
+ echo("answer\n");
14
+ }
@@ -0,0 +1,14 @@
1
+ const T: number = parseInt(readline());
2
+ for (let i = 0; i < T; i++) {
3
+ var inputs: string[] = readline().split(' ');
4
+ const P: number = parseInt(inputs[0]);
5
+ const R: string = inputs[1];
6
+ const C: string = inputs[2];
7
+ }
8
+ for (let i = 0; i < T; i++) {
9
+
10
+ // Write an answer using console.log()
11
+ // To debug: console.error('Debug messages...');
12
+
13
+ console.log('answer');
14
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "path": "expert/PrimeFractalsinPascalsTriangle",
3
+ "name": "Prime Fractals in Pascal’s Triangle",
4
+ "alphanumName": "PrimeFractalsinPascalsTriangle",
5
+ "link": "https://www.codingame.com/ide/puzzle/prime-fractals-in-pascals-triangle",
6
+ "tests": [
7
+ {
8
+ "name": "Basic",
9
+ "alphanumName": "Basic",
10
+ "file": "01 - Basic.txt"
11
+ },
12
+ {
13
+ "name": "R = C (easy)",
14
+ "alphanumName": "RCEasy",
15
+ "file": "02 - R = C (easy).txt"
16
+ },
17
+ {
18
+ "name": "R = C (medium)",
19
+ "alphanumName": "RCMedium",
20
+ "file": "03 - R = C (medium).txt"
21
+ },
22
+ {
23
+ "name": "R = C (hard)",
24
+ "alphanumName": "RCHard",
25
+ "file": "04 - R = C (hard).txt"
26
+ },
27
+ {
28
+ "name": "R != C (easy)",
29
+ "alphanumName": "RnCEasy",
30
+ "file": "05 - R != C (easy).txt"
31
+ },
32
+ {
33
+ "name": "R != C (medium)",
34
+ "alphanumName": "RnCMedium",
35
+ "file": "06 - R != C (medium).txt"
36
+ },
37
+ {
38
+ "name": "R != C (hard)",
39
+ "alphanumName": "RnCHard",
40
+ "file": "07 - R != C (hard).txt"
41
+ },
42
+ {
43
+ "name": "Mixed",
44
+ "alphanumName": "Mixed",
45
+ "file": "08 - Mixed.txt"
46
+ }
47
+ ]
48
+ }
@@ -0,0 +1,12 @@
1
+ 11
2
+ 3 12 6
3
+ 5 47 47
4
+ 5 114 114
5
+ 13 13 13
6
+ 5 3 3
7
+ 7 20 20
8
+ 13 61 25
9
+ 13 12 4
10
+ 11 63 27
11
+ 5 68 68
12
+ 17 43 8
@@ -0,0 +1,101 @@
1
+ 100
2
+ 5 87 87
3
+ 11 116 116
4
+ 17 136 136
5
+ 13 93 93
6
+ 11 22 22
7
+ 7 28 28
8
+ 7 60 60
9
+ 17 127 127
10
+ 3 27 27
11
+ 13 137 137
12
+ 17 169 169
13
+ 11 30 30
14
+ 7 131 131
15
+ 7 124 124
16
+ 5 136 136
17
+ 17 3 3
18
+ 3 59 59
19
+ 17 168 168
20
+ 5 57 57
21
+ 5 43 43
22
+ 11 174 174
23
+ 11 120 120
24
+ 7 138 138
25
+ 7 125 125
26
+ 17 171 171
27
+ 17 127 127
28
+ 5 181 181
29
+ 7 74 74
30
+ 7 171 171
31
+ 13 82 82
32
+ 11 126 126
33
+ 7 128 128
34
+ 7 106 106
35
+ 13 130 130
36
+ 5 58 58
37
+ 3 96 96
38
+ 3 146 146
39
+ 7 168 168
40
+ 7 165 165
41
+ 11 151 151
42
+ 5 9 9
43
+ 3 179 179
44
+ 7 185 185
45
+ 11 52 52
46
+ 7 200 200
47
+ 3 61 61
48
+ 7 169 169
49
+ 5 13 13
50
+ 13 187 187
51
+ 3 140 140
52
+ 11 171 171
53
+ 7 179 179
54
+ 17 2 2
55
+ 17 103 103
56
+ 11 93 93
57
+ 13 157 157
58
+ 5 81 81
59
+ 7 42 42
60
+ 11 90 90
61
+ 13 20 20
62
+ 13 130 130
63
+ 11 118 118
64
+ 11 172 172
65
+ 11 76 76
66
+ 11 128 128
67
+ 11 57 57
68
+ 17 154 154
69
+ 3 166 166
70
+ 13 84 84
71
+ 17 25 25
72
+ 13 72 72
73
+ 7 30 30
74
+ 11 20 20
75
+ 3 169 169
76
+ 13 116 116
77
+ 13 150 150
78
+ 3 124 124
79
+ 7 46 46
80
+ 7 52 52
81
+ 5 156 156
82
+ 17 89 89
83
+ 7 29 29
84
+ 5 151 151
85
+ 5 101 101
86
+ 7 165 165
87
+ 3 115 115
88
+ 17 57 57
89
+ 11 92 92
90
+ 17 166 166
91
+ 11 137 137
92
+ 13 152 152
93
+ 17 29 29
94
+ 17 8 8
95
+ 3 122 122
96
+ 7 196 196
97
+ 17 38 38
98
+ 11 194 194
99
+ 7 29 29
100
+ 11 12 12
101
+ 3 130 130
@@ -0,0 +1,101 @@
1
+ 100
2
+ 5 930887 930887
3
+ 11 636916 636916
4
+ 17 238336 238336
5
+ 13 760493 760493
6
+ 11 641422 641422
7
+ 7 490028 490028
8
+ 7 520060 520060
9
+ 17 513927 513927
10
+ 3 383427 383427
11
+ 13 455737 455737
12
+ 17 595369 595369
13
+ 11 956430 956430
14
+ 7 21531 21531
15
+ 7 665124 665124
16
+ 5 703136 703136
17
+ 17 979803 979803
18
+ 3 723059 723059
19
+ 17 898168 898168
20
+ 5 18457 18457
21
+ 5 478043 478043
22
+ 11 377374 377374
23
+ 11 544920 544920
24
+ 7 898538 898538
25
+ 7 594325 594325
26
+ 17 664371 664371
27
+ 17 803527 803527
28
+ 5 268981 268981
29
+ 7 241874 241874
30
+ 7 999171 999171
31
+ 13 497282 497282
32
+ 11 420926 420926
33
+ 7 336328 336328
34
+ 7 126506 126506
35
+ 13 621730 621730
36
+ 5 925858 925858
37
+ 3 353896 353896
38
+ 3 100546 100546
39
+ 7 233368 233368
40
+ 7 990365 990365
41
+ 11 313751 313751
42
+ 5 426809 426809
43
+ 3 947179 947179
44
+ 7 393585 393585
45
+ 11 502652 502652
46
+ 7 612400 612400
47
+ 3 95061 95061
48
+ 7 993369 993369
49
+ 5 210013 210013
50
+ 13 698587 698587
51
+ 3 297540 297540
52
+ 11 480571 480571
53
+ 7 960379 960379
54
+ 17 66602 66602
55
+ 17 612903 612903
56
+ 11 570493 570493
57
+ 13 260757 260757
58
+ 5 560281 560281
59
+ 7 209442 209442
60
+ 11 429690 429690
61
+ 13 346620 346620
62
+ 13 744730 744730
63
+ 11 108118 108118
64
+ 11 905772 905772
65
+ 11 890676 890676
66
+ 11 698928 698928
67
+ 11 777857 777857
68
+ 17 872354 872354
69
+ 3 276966 276966
70
+ 13 964684 964684
71
+ 17 28625 28625
72
+ 13 332872 332872
73
+ 7 48830 48830
74
+ 11 530020 530020
75
+ 3 363369 363369
76
+ 13 486716 486716
77
+ 13 518150 518150
78
+ 3 700724 700724
79
+ 7 2246 2246
80
+ 7 493452 493452
81
+ 5 243556 243556
82
+ 17 597489 597489
83
+ 7 888229 888229
84
+ 5 792351 792351
85
+ 5 441501 441501
86
+ 7 87765 87765
87
+ 3 324915 324915
88
+ 17 275857 275857
89
+ 11 346492 346492
90
+ 17 148366 148366
91
+ 11 281937 281937
92
+ 13 452552 452552
93
+ 17 899229 899229
94
+ 17 975408 975408
95
+ 3 276122 276122
96
+ 7 794396 794396
97
+ 17 661238 661238
98
+ 11 573794 573794
99
+ 7 894429 894429
100
+ 11 231012 231012
101
+ 3 639530 639530
@@ -0,0 +1,101 @@
1
+ 100
2
+ 5 15744537121098240 15744537121098240
3
+ 7 16451270124105600 16451270124105600
4
+ 7 10861021531 10861021531
5
+ 5 22036203828979200 22036203828979200
6
+ 5 10071197029152000 10071197029152000
7
+ 3 11129566414 11129566414
8
+ 5 11424268981 11424268981
9
+ 11 10137806863 10137806863
10
+ 13 28606427528716800 28606427528716800
11
+ 17 57758137992000000 57758137992000000
12
+ 3 11889947179 11889947179
13
+ 3 20820789374238000 20820789374238000
14
+ 3 28539408251750400 28539408251750400
15
+ 13 71636952287040000 71636952287040000
16
+ 11 10328720228843520 10328720228843520
17
+ 3 11572276966 11572276966
18
+ 17 10352406220 10352406220
19
+ 13 12040332872 12040332872
20
+ 17 12710645687738880 12710645687738880
21
+ 5 19731838814568000 19731838814568000
22
+ 13 11869470125 11869470125
23
+ 17 34785026103905280 34785026103905280
24
+ 17 10213975408 10213975408
25
+ 5 13254619815613440 13254619815613440
26
+ 3 11784639530 11784639530
27
+ 13 10967334940391760 10967334940391760
28
+ 11 31728013384032000 31728013384032000
29
+ 17 11012502955 11012502955
30
+ 11 10968338083 10968338083
31
+ 7 44633329072315200 44633329072315200
32
+ 7 11335354341 11335354341
33
+ 17 10949309331806160 10949309331806160
34
+ 7 10552473417 10552473417
35
+ 7 23948748513900000 23948748513900000
36
+ 17 12113903882 12113903882
37
+ 5 10711845895 10711845895
38
+ 11 51051531121920000 51051531121920000
39
+ 7 11704365085 11704365085
40
+ 13 11943327685 11943327685
41
+ 3 27114702982325280 27114702982325280
42
+ 11 11469262010 11469262010
43
+ 7 22771055347488000 22771055347488000
44
+ 5 11335939812 11335939812
45
+ 17 11065311706 11065311706
46
+ 17 11414829151 11414829151
47
+ 13 10324763921 10324763921
48
+ 13 11389867270 11389867270
49
+ 5 10711645631 10711645631
50
+ 13 12006811973 12006811973
51
+ 7 16642556238708000 16642556238708000
52
+ 11 11566288820 11566288820
53
+ 3 10726371156 10726371156
54
+ 13 13163061195648000 13163061195648000
55
+ 5 13073403661762500 13073403661762500
56
+ 5 11486222843 11486222843
57
+ 3 11266235190 11266235190
58
+ 3 11277849959 11277849959
59
+ 3 17285453221639680 17285453221639680
60
+ 7 10364319530 10364319530
61
+ 3 30386374603038720 30386374603038720
62
+ 7 23756424545196000 23756424545196000
63
+ 5 11144278051 11144278051
64
+ 13 10031308903 10031308903
65
+ 11 16571991450240000 16571991450240000
66
+ 17 11144522536 11144522536
67
+ 5 13656206031600000 13656206031600000
68
+ 17 26763226076620800 26763226076620800
69
+ 17 10386160867353600 10386160867353600
70
+ 11 36336528406976000 36336528406976000
71
+ 7 11411328206 11411328206
72
+ 7 10696947387 10696947387
73
+ 3 11369602727 11369602727
74
+ 13 11707056553 11707056553
75
+ 5 11010528947 11010528947
76
+ 17 11474514265697280 11474514265697280
77
+ 7 20369688905664000 20369688905664000
78
+ 13 10873524567 10873524567
79
+ 13 27172591948454400 27172591948454400
80
+ 17 69487104287047680 69487104287047680
81
+ 13 74997195168844800 74997195168844800
82
+ 5 11943003494 11943003494
83
+ 13 13903615526400000 13903615526400000
84
+ 3 11302539391 11302539391
85
+ 5 39821248725811200 39821248725811200
86
+ 17 11905241082 11905241082
87
+ 13 55939254414309000 55939254414309000
88
+ 11 10262692686 10262692686
89
+ 3 41371273850368000 41371273850368000
90
+ 13 44691988978080000 44691988978080000
91
+ 5 19529130001026240 19529130001026240
92
+ 5 59630419228608000 59630419228608000
93
+ 11 11615935711 11615935711
94
+ 3 10406011018 10406011018
95
+ 17 35595466354151424 35595466354151424
96
+ 17 10362575056 10362575056
97
+ 7 11751378131 11751378131
98
+ 17 34993159127884800 34993159127884800
99
+ 7 17250632527994880 17250632527994880
100
+ 3 32197995043099200 32197995043099200
101
+ 3 48033500944435200 48033500944435200
@@ -0,0 +1,21 @@
1
+ 20
2
+ 5 26 87
3
+ 17 136 136
4
+ 3 13 50
5
+ 5 91 91
6
+ 13 141 141
7
+ 13 64 137
8
+ 11 30 30
9
+ 7 2 63
10
+ 5 130 130
11
+ 3 47 59
12
+ 5 17 57
13
+ 11 126 174
14
+ 7 138 138
15
+ 7 116 116
16
+ 17 49 127
17
+ 7 74 74
18
+ 7 125 197
19
+ 11 37 85
20
+ 17 39 47
21
+ 17 83 125
@@ -0,0 +1,101 @@
1
+ 100
2
+ 5 930886 692777
3
+ 17 885386 238335
4
+ 11 641421 202362
5
+ 7 897763 520059
6
+ 3 383426 89172
7
+ 17 702567 595368
8
+ 7 722862 21530
9
+ 5 703135 513929
10
+ 3 723058 133069
11
+ 5 175011 18456
12
+ 11 484421 377373
13
+ 7 898537 575198
14
+ 17 664370 566413
15
+ 5 759956 268980
16
+ 7 999170 906996
17
+ 11 477084 420925
18
+ 7 750846 126505
19
+ 5 925857 616124
20
+ 3 898814 100545
21
+ 7 990364 344043
22
+ 5 426808 117276
23
+ 7 705403 393584
24
+ 7 999932 612399
25
+ 7 993368 947739
26
+ 13 698586 348094
27
+ 11 651434 480570
28
+ 17 710097 66601
29
+ 11 926652 570492
30
+ 5 724286 560280
31
+ 11 429689 228444
32
+ 13 958031 744729
33
+ 11 905771 834481
34
+ 11 704567 698927
35
+ 17 872353 254586
36
+ 13 964683 406219
37
+ 13 805732 332871
38
+ 11 530019 258270
39
+ 13 486715 226340
40
+ 3 700723 142618
41
+ 7 892921 493451
42
+ 17 597488 537764
43
+ 5 792350 165193
44
+ 7 470124 87764
45
+ 17 373743 275856
46
+ 17 709859 148365
47
+ 13 452551 316437
48
+ 17 975407 901474
49
+ 7 794395 36029
50
+ 11 573793 65818
51
+ 11 335928 231011
52
+ 7 964443 322404
53
+ 17 854538 118606
54
+ 13 344818 235128
55
+ 11 569917 67917
56
+ 7 987743 259470
57
+ 7 689772 295499
58
+ 13 755590 617505
59
+ 7 907669 469786
60
+ 3 388464 110197
61
+ 11 376348 228804
62
+ 7 949299 127828
63
+ 13 354340 35568
64
+ 17 613810 267605
65
+ 5 473730 44878
66
+ 3 178736 79444
67
+ 3 586708 503465
68
+ 3 412924 213258
69
+ 3 962600 305624
70
+ 7 911899 419379
71
+ 7 900973 290071
72
+ 11 808933 684930
73
+ 13 657199 370163
74
+ 17 252996 152959
75
+ 5 739668 187190
76
+ 7 365084 116466
77
+ 13 443376 327684
78
+ 3 517445 379107
79
+ 5 706887 418418
80
+ 13 451659 32172
81
+ 7 625210 166342
82
+ 3 697713 319301
83
+ 5 864819 401255
84
+ 11 955939 229904
85
+ 7 915667 311705
86
+ 17 829150 565984
87
+ 3 789224 602422
88
+ 7 645630 54081
89
+ 13 811972 207672
90
+ 5 905385 741222
91
+ 13 783898 606042
92
+ 7 280524 256190
93
+ 17 288819 108581
94
+ 3 495994 371155
95
+ 17 614769 85273
96
+ 3 721860 247255
97
+ 17 445884 421993
98
+ 17 962504 679567
99
+ 5 262754 31326
100
+ 13 828202 613202
101
+ 7 902021 222842
@@ -0,0 +1,101 @@
1
+ 100
2
+ 5 439090686306580504 603461588876074990
3
+ 13 572599322072578912 416610512442290276
4
+ 11 659192494824944889 898961909284614961
5
+ 5 282136155260626421 503553594249130318
6
+ 17 241374024673916335 944819576786124352
7
+ 5 166093681770767474 278809444329944211
8
+ 13 785253318922573921 857327776402347173
9
+ 3 184198637349916957 168238885373712615
10
+ 11 413670197455364163 171804013107660693
11
+ 5 286629621992193035 525228526732101371
12
+ 7 60604810173715144 148101277185407070
13
+ 5 756966841820163800 444878179146544611
14
+ 7 526299710076255278 981472995856240219
15
+ 5 779807271639055831 912534278345493853
16
+ 17 403718204022285100 258338248473790194
17
+ 13 6832028228335556 47989288848323945
18
+ 3 555780012858182119 371177396421016181
19
+ 3 203858780551868266 522505060694862282
20
+ 13 218329747178294862 496654505452732600
21
+ 13 350680797185590425 663659475811515234
22
+ 17 913334689884981436 925069595088276126
23
+ 7 532089565222113558 28225294381073290
24
+ 11 582279521466792434 241948223941872641
25
+ 11 495817482465894644 253250036855122944
26
+ 7 761368756310286466 74957513320893366
27
+ 7 199267140679614003 179341991847042639
28
+ 7 948834992249914514 469866941550072429
29
+ 5 676790727184649567 158059689648166167
30
+ 5 193768231431332403 165165203182258093
31
+ 5 822427815442210023 147666881331965358
32
+ 5 1119852145224764 477280564208426884
33
+ 13 906768690524494966 638103534483855024
34
+ 11 196877724033610875 240668034503823557
35
+ 5 663840422005741147 635701219647302652
36
+ 17 184621603937607241 404425875724712220
37
+ 5 512053650010462182 90546080456081312
38
+ 13 359354375057759977 193609606881008494
39
+ 3 865114888223856247 966314078487062445
40
+ 11 429830451223952221 44385685592900477
41
+ 5 444787434384229287 764129134452015094
42
+ 7 796759840680336492 626422126920416161
43
+ 5 321511015227490388 283923080803391940
44
+ 7 218595216679870087 970352674615104211
45
+ 5 959928411121235117 313985524496474365
46
+ 17 580980435728552604 411579661907467566
47
+ 13 848300112489438502 662943027068716497
48
+ 3 676743399458521969 93467471224688930
49
+ 3 183243149014132506 853787940375193455
50
+ 13 768148849312688618 947167217124857910
51
+ 13 783998981701912436 500193927002651670
52
+ 17 260196494181148480 339409659889125179
53
+ 7 781212575243658155 152962765415451837
54
+ 11 64264498867747189 583167671197304514
55
+ 11 107851642434907908 638539807296827839
56
+ 7 361499005264655374 75655241862773866
57
+ 7 360937429300719633 46122319789265050
58
+ 7 646464856310973932 658180996214731610
59
+ 5 194203862126543472 49070509845296542
60
+ 5 892765743955678755 352554681358547634
61
+ 5 416638735555876384 288467251211211342
62
+ 5 311863381294797429 76652772802069035
63
+ 13 661974754362461476 95720814752045602
64
+ 11 923535139921544669 510282279178660238
65
+ 5 651373290003241987 639891331932309000
66
+ 17 398943073107968813 326859799931807371
67
+ 5 320049888185502922 455522615998820067
68
+ 13 916818947295549648 573535667139771686
69
+ 3 521846572202618737 471723836447964583
70
+ 11 232626483002128963 367128764787790634
71
+ 5 469596468254994398 584582847093190582
72
+ 7 569407816649855607 720334966980399094
73
+ 5 395202052367169413 327675761887139974
74
+ 7 286513143127754569 19654528359630489
75
+ 5 368870527335675933 857072204962834248
76
+ 17 193220797089935566 893673397743211696
77
+ 13 247877768682032385 939576681372869335
78
+ 3 408199081810544292 955898310704518123
79
+ 3 913878299438271679 904314387776384803
80
+ 13 548484677302085231 349597020603161802
81
+ 13 946734962379654383 316683649433366641
82
+ 17 600026113083676915 981297225259620646
83
+ 7 218492477845923473 828034452285017698
84
+ 11 978521223685367702 256189527182463020
85
+ 11 745327197678655649 845755367783669441
86
+ 7 667961211348450742 846429758890134956
87
+ 7 799699380401447512 484369983996319475
88
+ 7 541486968674350844 325971699594914972
89
+ 5 824441324782791215 181193060439430438
90
+ 5 139725966211878119 895014831037219966
91
+ 5 476166530781650441 664359375527346155
92
+ 17 3195006933744967 330811168985899038
93
+ 3 799377144687552618 841274389060451944
94
+ 3 142394658963974997 420959255720273156
95
+ 3 414421135865350602 605948875858193374
96
+ 17 901858298265880244 131539768568498482
97
+ 11 246091538945733235 993320593791799320
98
+ 5 241068670857542796 976286881688127375
99
+ 13 961499894360186503 36006738815708230
100
+ 5 22396463334369171 630599568655232296
101
+ 13 332854159904979343 809858135737808842