@cyrilverloop/codingame-configuration 1.14.0 → 1.15.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.
- package/CHANGELOG.md +37 -0
- package/config/easy/CrackTheTrioCode/code/CGCode.cpp +17 -0
- package/config/easy/CrackTheTrioCode/code/CGCode.java +16 -0
- package/config/easy/CrackTheTrioCode/code/CGCode.js +6 -0
- package/config/easy/CrackTheTrioCode/code/CGCode.php +7 -0
- package/config/easy/CrackTheTrioCode/code/CGCode.ts +6 -0
- package/config/easy/CrackTheTrioCode/config.json +48 -0
- package/config/easy/CrackTheTrioCode/input/01 - test 1.txt +1 -0
- package/config/easy/CrackTheTrioCode/input/02 - test 2.txt +1 -0
- package/config/easy/CrackTheTrioCode/input/03 - test 3.txt +1 -0
- package/config/easy/CrackTheTrioCode/input/04 - test 4.txt +1 -0
- package/config/easy/CrackTheTrioCode/input/05 - test 5.txt +1 -0
- package/config/easy/CrackTheTrioCode/input/06 - test 6.txt +1 -0
- package/config/easy/CrackTheTrioCode/input/07 - test 7.txt +1 -0
- package/config/easy/CrackTheTrioCode/input/08 - test 8.txt +1 -0
- package/config/easy/CrackTheTrioCode/output/01 - test 1.txt +1 -0
- package/config/easy/CrackTheTrioCode/output/02 - test 2.txt +1 -0
- package/config/easy/CrackTheTrioCode/output/03 - test 3.txt +1 -0
- package/config/easy/CrackTheTrioCode/output/04 - test 4.txt +1 -0
- package/config/easy/CrackTheTrioCode/output/05 - test 5.txt +1 -0
- package/config/easy/CrackTheTrioCode/output/06 - test 6.txt +1 -0
- package/config/easy/CrackTheTrioCode/output/07 - test 7.txt +1 -0
- package/config/easy/CrackTheTrioCode/output/08 - test 8.txt +1 -0
- package/config/easy/EgyptianMultiplication/code/CGCode.cpp +18 -0
- package/config/easy/EgyptianMultiplication/code/CGCode.java +17 -0
- package/config/easy/EgyptianMultiplication/code/CGCode.js +8 -0
- package/config/easy/EgyptianMultiplication/code/CGCode.php +7 -0
- package/config/easy/EgyptianMultiplication/code/CGCode.ts +8 -0
- package/config/easy/EgyptianMultiplication/config.json +28 -0
- package/config/easy/EgyptianMultiplication/input/01 - Simple a less than b.txt +1 -0
- package/config/easy/EgyptianMultiplication/input/02 - Simple a greater than b.txt +1 -0
- package/config/easy/EgyptianMultiplication/input/03 - Zero.txt +1 -0
- package/config/easy/EgyptianMultiplication/input/04 - Bigger numbers.txt +1 -0
- package/config/easy/EgyptianMultiplication/output/01 - Simple a less than b.txt +5 -0
- package/config/easy/EgyptianMultiplication/output/02 - Simple a greater than b.txt +4 -0
- package/config/easy/EgyptianMultiplication/output/03 - Zero.txt +2 -0
- package/config/easy/EgyptianMultiplication/output/04 - Bigger numbers.txt +14 -0
- package/config/easy/ProductionPipeline/code/CGCode.cpp +23 -0
- package/config/easy/ProductionPipeline/code/CGCode.java +23 -0
- package/config/easy/ProductionPipeline/code/CGCode.js +10 -0
- package/config/easy/ProductionPipeline/code/CGCode.php +12 -0
- package/config/easy/ProductionPipeline/code/CGCode.ts +10 -0
- package/config/easy/ProductionPipeline/config.json +43 -0
- package/config/easy/ProductionPipeline/input/01 - test 1.txt +5 -0
- package/config/easy/ProductionPipeline/input/02 - test 2.txt +7 -0
- package/config/easy/ProductionPipeline/input/03 - test 3.txt +9 -0
- package/config/easy/ProductionPipeline/input/04 - test 4.txt +2 -0
- package/config/easy/ProductionPipeline/input/05 - test 5.txt +4 -0
- package/config/easy/ProductionPipeline/input/06 - test 6.txt +152 -0
- package/config/easy/ProductionPipeline/input/07 - test 7.txt +252 -0
- package/config/easy/ProductionPipeline/output/01 - test 1.txt +1 -0
- package/config/easy/ProductionPipeline/output/02 - test 2.txt +1 -0
- package/config/easy/ProductionPipeline/output/03 - test 3.txt +1 -0
- package/config/easy/ProductionPipeline/output/04 - test 4.txt +1 -0
- package/config/easy/ProductionPipeline/output/05 - test 5.txt +1 -0
- package/config/easy/ProductionPipeline/output/06 - test 6.txt +1 -0
- package/config/easy/ProductionPipeline/output/07 - test 7.txt +1 -0
- package/config/easy/SquashPi/code/CGCode.cpp +19 -0
- package/config/easy/SquashPi/code/CGCode.java +17 -0
- package/config/easy/SquashPi/code/CGCode.js +7 -0
- package/config/easy/SquashPi/code/CGCode.php +8 -0
- package/config/easy/SquashPi/code/CGCode.ts +7 -0
- package/config/easy/SquashPi/config.json +33 -0
- package/config/easy/SquashPi/input/01 - test 1.txt +2 -0
- package/config/easy/SquashPi/input/02 - test 2.txt +2 -0
- package/config/easy/SquashPi/input/03 - test 3.txt +2 -0
- package/config/easy/SquashPi/input/04 - test 4.txt +2 -0
- package/config/easy/SquashPi/input/05 - test 5.txt +2 -0
- package/config/easy/SquashPi/output/01 - test 1.txt +1 -0
- package/config/easy/SquashPi/output/02 - test 2.txt +1 -0
- package/config/easy/SquashPi/output/03 - test 3.txt +1 -0
- package/config/easy/SquashPi/output/04 - test 4.txt +1 -0
- package/config/easy/SquashPi/output/05 - test 5.txt +1 -0
- package/config/hard/AGameOfGo/code/CGCode.cpp +27 -0
- package/config/hard/AGameOfGo/code/CGCode.java +26 -0
- package/config/hard/AGameOfGo/code/CGCode.js +13 -0
- package/config/hard/AGameOfGo/code/CGCode.php +18 -0
- package/config/hard/AGameOfGo/code/CGCode.ts +13 -0
- package/config/hard/AGameOfGo/config.json +43 -0
- package/config/hard/AGameOfGo/input/01 - Some stones on an empty field.txt +12 -0
- package/config/hard/AGameOfGo/input/02 - Stones get removed.txt +14 -0
- package/config/hard/AGameOfGo/input/03 - Field not free.txt +8 -0
- package/config/hard/AGameOfGo/input/04 - Suicidal move.txt +12 -0
- package/config/hard/AGameOfGo/input/05 - Non-Suicidal move.txt +14 -0
- package/config/hard/AGameOfGo/input/06 - Ko rule violated.txt +10 -0
- package/config/hard/AGameOfGo/input/07 - Bigger field.txt +21 -0
- package/config/hard/AGameOfGo/output/01 - Some stones on an empty field.txt +5 -0
- package/config/hard/AGameOfGo/output/02 - Stones get removed.txt +5 -0
- package/config/hard/AGameOfGo/output/03 - Field not free.txt +1 -0
- package/config/hard/AGameOfGo/output/04 - Suicidal move.txt +1 -0
- package/config/hard/AGameOfGo/output/05 - Non-Suicidal move.txt +5 -0
- package/config/hard/AGameOfGo/output/06 - Ko rule violated.txt +1 -0
- package/config/hard/AGameOfGo/output/07 - Bigger field.txt +9 -0
- package/config/hard/AlternativeVote/code/CGCode.cpp +27 -0
- package/config/hard/AlternativeVote/code/CGCode.java +29 -0
- package/config/hard/AlternativeVote/code/CGCode.js +13 -0
- package/config/hard/AlternativeVote/code/CGCode.php +16 -0
- package/config/hard/AlternativeVote/code/CGCode.ts +13 -0
- package/config/hard/AlternativeVote/config.json +28 -0
- package/config/hard/AlternativeVote/input/01 - Example.txt +12 -0
- package/config/hard/AlternativeVote/input/02 - 3 candidates.txt +10 -0
- package/config/hard/AlternativeVote/input/03 - 5 candidates.txt +17 -0
- package/config/hard/AlternativeVote/input/04 - 2 candidats.txt +1003 -0
- package/config/hard/AlternativeVote/output/01 - Example.txt +3 -0
- package/config/hard/AlternativeVote/output/02 - 3 candidates.txt +3 -0
- package/config/hard/AlternativeVote/output/03 - 5 candidates.txt +5 -0
- package/config/hard/AlternativeVote/output/04 - 2 candidats.txt +2 -0
- package/config/hard/AppleTree/code/CGCode.cpp +25 -0
- package/config/hard/AppleTree/code/CGCode.java +23 -0
- package/config/hard/AppleTree/code/CGCode.js +15 -0
- package/config/hard/AppleTree/code/CGCode.php +11 -0
- package/config/hard/AppleTree/code/CGCode.ts +15 -0
- package/config/hard/AppleTree/config.json +38 -0
- package/config/hard/AppleTree/input/01 - No collisions.txt +3 -0
- package/config/hard/AppleTree/input/02 - Single collision.txt +7 -0
- package/config/hard/AppleTree/input/03 - Multiple collisions.txt +6 -0
- package/config/hard/AppleTree/input/04 - Cascade.txt +9 -0
- package/config/hard/AppleTree/input/05 - Multiple cascades.txt +11 -0
- package/config/hard/AppleTree/input/06 - Tower.txt +101 -0
- package/config/hard/AppleTree/output/01 - No collisions.txt +1 -0
- package/config/hard/AppleTree/output/02 - Single collision.txt +1 -0
- package/config/hard/AppleTree/output/03 - Multiple collisions.txt +1 -0
- package/config/hard/AppleTree/output/04 - Cascade.txt +1 -0
- package/config/hard/AppleTree/output/05 - Multiple cascades.txt +1 -0
- package/config/hard/AppleTree/output/06 - Tower.txt +1 -0
- package/config/hard/Breakout/code/CGCode.cpp +37 -0
- package/config/hard/Breakout/code/CGCode.java +31 -0
- package/config/hard/Breakout/code/CGCode.js +25 -0
- package/config/hard/Breakout/code/CGCode.php +18 -0
- package/config/hard/Breakout/code/CGCode.ts +25 -0
- package/config/hard/Breakout/config.json +38 -0
- package/config/hard/Breakout/input/01 - Straight out.txt +6 -0
- package/config/hard/Breakout/input/02 - One brick.txt +6 -0
- package/config/hard/Breakout/input/03 - Off the walls.txt +6 -0
- package/config/hard/Breakout/input/04 - Escape.txt +53 -0
- package/config/hard/Breakout/input/05 - Off the paddle.txt +6 -0
- package/config/hard/Breakout/input/06 - Good game.txt +88 -0
- package/config/hard/Breakout/output/01 - Straight out.txt +1 -0
- package/config/hard/Breakout/output/02 - One brick.txt +1 -0
- package/config/hard/Breakout/output/03 - Off the walls.txt +1 -0
- package/config/hard/Breakout/output/04 - Escape.txt +1 -0
- package/config/hard/Breakout/output/05 - Off the paddle.txt +1 -0
- package/config/hard/Breakout/output/06 - Good game.txt +1 -0
- package/config/hard/CGChatInterpreter/code/CGCode.cpp +32 -0
- package/config/hard/CGChatInterpreter/code/CGCode.java +30 -0
- package/config/hard/CGChatInterpreter/code/CGCode.js +20 -0
- package/config/hard/CGChatInterpreter/code/CGCode.php +22 -0
- package/config/hard/CGChatInterpreter/code/CGCode.ts +20 -0
- package/config/hard/CGChatInterpreter/config.json +63 -0
- package/config/hard/CGChatInterpreter/input/01 - Syntax Constants.txt +29 -0
- package/config/hard/CGChatInterpreter/input/02 - Syntax Context.txt +42 -0
- package/config/hard/CGChatInterpreter/input/03 - Syntax Addition.txt +21 -0
- package/config/hard/CGChatInterpreter/input/04 - Syntax Subtraction.txt +20 -0
- package/config/hard/CGChatInterpreter/input/05 - Syntax Multiplication.txt +22 -0
- package/config/hard/CGChatInterpreter/input/06 - Syntax Squares.txt +17 -0
- package/config/hard/CGChatInterpreter/input/07 - Syntax me and you.txt +32 -0
- package/config/hard/CGChatInterpreter/input/08 - Syntax Nick references.txt +33 -0
- package/config/hard/CGChatInterpreter/input/09 - Syntax pop, dup, flip.txt +35 -0
- package/config/hard/CGChatInterpreter/input/10 - Syntax Nested arithmetic.txt +21 -0
- package/config/hard/CGChatInterpreter/input/11 - Quiz.txt +96 -0
- package/config/hard/CGChatInterpreter/output/01 - Syntax Constants.txt +1 -0
- package/config/hard/CGChatInterpreter/output/02 - Syntax Context.txt +1 -0
- package/config/hard/CGChatInterpreter/output/03 - Syntax Addition.txt +1 -0
- package/config/hard/CGChatInterpreter/output/04 - Syntax Subtraction.txt +1 -0
- package/config/hard/CGChatInterpreter/output/05 - Syntax Multiplication.txt +1 -0
- package/config/hard/CGChatInterpreter/output/06 - Syntax Squares.txt +1 -0
- package/config/hard/CGChatInterpreter/output/07 - Syntax me and you.txt +1 -0
- package/config/hard/CGChatInterpreter/output/08 - Syntax Nick references.txt +1 -0
- package/config/hard/CGChatInterpreter/output/09 - Syntax pop, dup, flip.txt +1 -0
- package/config/hard/CGChatInterpreter/output/10 - Syntax Nested arithmetic.txt +1 -0
- package/config/hard/CGChatInterpreter/output/11 - Quiz.txt +1 -0
- package/config/hard/CGsNextTopModel/code/CGCode.cpp +19 -0
- package/config/hard/CGsNextTopModel/code/CGCode.java +17 -0
- package/config/hard/CGsNextTopModel/code/CGCode.js +7 -0
- package/config/hard/CGsNextTopModel/code/CGCode.php +8 -0
- package/config/hard/CGsNextTopModel/code/CGCode.ts +7 -0
- package/config/hard/CGsNextTopModel/config.json +53 -0
- package/config/hard/CGsNextTopModel/input/01 - Linear.txt +2 -0
- package/config/hard/CGsNextTopModel/input/02 - Parabola.txt +2 -0
- package/config/hard/CGsNextTopModel/input/03 - Sine.txt +2 -0
- package/config/hard/CGsNextTopModel/input/04 - Exponential.txt +2 -0
- package/config/hard/CGsNextTopModel/input/05 - Mystery One.txt +2 -0
- package/config/hard/CGsNextTopModel/input/06 - Mystery Two.txt +2 -0
- package/config/hard/CGsNextTopModel/input/07 - Mystery Three.txt +2 -0
- package/config/hard/CGsNextTopModel/input/08 - Are you using test data correctly.txt +2 -0
- package/config/hard/CGsNextTopModel/input/09 - Make sure to use training and test.txt +2 -0
- package/config/hard/CGsNextTopModel/output/01 - Linear.txt +1 -0
- package/config/hard/CGsNextTopModel/output/02 - Parabola.txt +1 -0
- package/config/hard/CGsNextTopModel/output/03 - Sine.txt +1 -0
- package/config/hard/CGsNextTopModel/output/04 - Exponential.txt +1 -0
- package/config/hard/CGsNextTopModel/output/05 - Mystery One.txt +1 -0
- package/config/hard/CGsNextTopModel/output/06 - Mystery Two.txt +1 -0
- package/config/hard/CGsNextTopModel/output/07 - Mystery Three.txt +1 -0
- package/config/hard/CGsNextTopModel/output/08 - Are you using test data correctly.txt +1 -0
- package/config/hard/CGsNextTopModel/output/09 - Make sure to use training and test.txt +1 -0
- package/config/hard/CloudyWeather/code/CGCode.cpp +30 -0
- package/config/hard/CloudyWeather/code/CGCode.java +26 -0
- package/config/hard/CloudyWeather/code/CGCode.js +19 -0
- package/config/hard/CloudyWeather/code/CGCode.php +13 -0
- package/config/hard/CloudyWeather/code/CGCode.ts +19 -0
- package/config/hard/CloudyWeather/config.json +53 -0
- package/config/hard/CloudyWeather/input/01 - Very small map #1.txt +7 -0
- package/config/hard/CloudyWeather/input/02 - Small map #2.txt +43 -0
- package/config/hard/CloudyWeather/input/03 - Small map #3.txt +43 -0
- package/config/hard/CloudyWeather/input/04 - Medium map #1.txt +53 -0
- package/config/hard/CloudyWeather/input/05 - Medium map #2.txt +103 -0
- package/config/hard/CloudyWeather/input/06 - Large map #1.txt +153 -0
- package/config/hard/CloudyWeather/input/07 - Large map #2.txt +203 -0
- package/config/hard/CloudyWeather/input/08 - Large map #3.txt +253 -0
- package/config/hard/CloudyWeather/input/09 - Large map #4.txt +253 -0
- package/config/hard/CloudyWeather/output/01 - Very small map #1.txt +1 -0
- package/config/hard/CloudyWeather/output/02 - Small map #2.txt +1 -0
- package/config/hard/CloudyWeather/output/03 - Small map #3.txt +1 -0
- package/config/hard/CloudyWeather/output/04 - Medium map #1.txt +1 -0
- package/config/hard/CloudyWeather/output/05 - Medium map #2.txt +1 -0
- package/config/hard/CloudyWeather/output/06 - Large map #1.txt +1 -0
- package/config/hard/CloudyWeather/output/07 - Large map #2.txt +1 -0
- package/config/hard/CloudyWeather/output/08 - Large map #3.txt +1 -0
- package/config/hard/CloudyWeather/output/09 - Large map #4.txt +1 -0
- package/config/hard/DoublySolvedRubiksCube/code/CGCode.cpp +19 -0
- package/config/hard/DoublySolvedRubiksCube/code/CGCode.java +18 -0
- package/config/hard/DoublySolvedRubiksCube/code/CGCode.js +8 -0
- package/config/hard/DoublySolvedRubiksCube/code/CGCode.php +10 -0
- package/config/hard/DoublySolvedRubiksCube/code/CGCode.ts +8 -0
- package/config/hard/DoublySolvedRubiksCube/config.json +78 -0
- package/config/hard/DoublySolvedRubiksCube/input/01 - Single rotation.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/02 - Middle slice.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/03 - Solved.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/04 - 2 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/05 - 5 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/06 - 10 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/07 - 15 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/08 - 20 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/09 - 1000 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/10 - Random state 1.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/11 - Random state 2.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/12 - Random state 3.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/13 - Random state 4.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/14 - Random state 5.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/01 - Single rotation.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/02 - Middle slice.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/03 - Solved.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/04 - 2 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/05 - 5 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/06 - 10 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/07 - 15 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/08 - 20 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/09 - 1000 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/10 - Random state 1.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/11 - Random state 2.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/12 - Random state 3.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/13 - Random state 4.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/14 - Random state 5.txt +11 -0
- package/config/hard/DumbbellsSolver/code/CGCode.cpp +26 -0
- package/config/hard/DumbbellsSolver/code/CGCode.java +26 -0
- package/config/hard/DumbbellsSolver/code/CGCode.js +14 -0
- package/config/hard/DumbbellsSolver/code/CGCode.php +15 -0
- package/config/hard/DumbbellsSolver/code/CGCode.ts +14 -0
- package/config/hard/DumbbellsSolver/config.json +33 -0
- package/config/hard/DumbbellsSolver/input/01 - test 1 (empty not to fill).txt +5 -0
- package/config/hard/DumbbellsSolver/input/02 - test 2 (empty to fill).txt +5 -0
- package/config/hard/DumbbellsSolver/input/03 - test 3.txt +9 -0
- package/config/hard/DumbbellsSolver/input/04 - test 4.txt +7 -0
- package/config/hard/DumbbellsSolver/input/05 - test 5.txt +10 -0
- package/config/hard/DumbbellsSolver/output/01 - test 1 (empty not to fill).txt +3 -0
- package/config/hard/DumbbellsSolver/output/02 - test 2 (empty to fill).txt +3 -0
- package/config/hard/DumbbellsSolver/output/03 - test 3.txt +7 -0
- package/config/hard/DumbbellsSolver/output/04 - test 4.txt +5 -0
- package/config/hard/DumbbellsSolver/output/05 - test 5.txt +8 -0
- package/config/hard/ElectricalGrid/code/CGCode.cpp +25 -0
- package/config/hard/ElectricalGrid/code/CGCode.java +23 -0
- package/config/hard/ElectricalGrid/code/CGCode.js +15 -0
- package/config/hard/ElectricalGrid/code/CGCode.php +12 -0
- package/config/hard/ElectricalGrid/code/CGCode.ts +15 -0
- package/config/hard/ElectricalGrid/config.json +28 -0
- package/config/hard/ElectricalGrid/input/01 - Triangle.txt +4 -0
- package/config/hard/ElectricalGrid/input/02 - Some houses.txt +18 -0
- package/config/hard/ElectricalGrid/input/03 - Lonely house.txt +1 -0
- package/config/hard/ElectricalGrid/input/04 - Fully connectable.txt +7 -0
- package/config/hard/ElectricalGrid/output/01 - Triangle.txt +3 -0
- package/config/hard/ElectricalGrid/output/02 - Some houses.txt +10 -0
- package/config/hard/ElectricalGrid/output/03 - Lonely house.txt +1 -0
- package/config/hard/ElectricalGrid/output/04 - Fully connectable.txt +4 -0
- package/config/hard/Erd/305/221sNumber/code/CGCode.cpp +27 -0
- package/config/hard/Erd/305/221sNumber/code/CGCode.java +26 -0
- package/config/hard/Erd/305/221sNumber/code/CGCode.js +13 -0
- package/config/hard/Erd/305/221sNumber/code/CGCode.php +16 -0
- package/config/hard/Erd/305/221sNumber/code/CGCode.ts +13 -0
- package/config/hard/Erd/305/221sNumber/config.json +38 -0
- package/config/hard/Erd/305/221sNumber/input/01 - Albert Einstein.txt" +6 -0
- package/config/hard/Erd/305/221sNumber/input/02 - Isaac Newton.txt" +8 -0
- package/config/hard/Erd/305/221sNumber/input/03 - Paul Erd/305/221s.txt" +8 -0
- package/config/hard/Erd/305/221sNumber/input/04 - Maryam Mirzakhani.txt" +12 -0
- package/config/hard/Erd/305/221sNumber/input/05 - Andrew Wiles.txt" +18 -0
- package/config/hard/Erd/305/221sNumber/input/06 - Alan Turing.txt" +34 -0
- package/config/hard/Erd/305/221sNumber/output/01 - Albert Einstein.txt" +3 -0
- package/config/hard/Erd/305/221sNumber/output/02 - Isaac Newton.txt" +1 -0
- package/config/hard/Erd/305/221sNumber/output/03 - Paul Erd/305/221s.txt" +1 -0
- package/config/hard/Erd/305/221sNumber/output/04 - Maryam Mirzakhani.txt" +4 -0
- package/config/hard/Erd/305/221sNumber/output/05 - Andrew Wiles.txt" +4 -0
- package/config/hard/Erd/305/221sNumber/output/06 - Alan Turing.txt" +6 -0
- package/config/hard/HanoiTower/code/CGCode.cpp +20 -0
- package/config/hard/HanoiTower/code/CGCode.java +18 -0
- package/config/hard/HanoiTower/code/CGCode.js +8 -0
- package/config/hard/HanoiTower/code/CGCode.php +9 -0
- package/config/hard/HanoiTower/code/CGCode.ts +8 -0
- package/config/hard/HanoiTower/config.json +28 -0
- package/config/hard/HanoiTower/input/01 - test 1.txt +2 -0
- package/config/hard/HanoiTower/input/02 - test 2.txt +2 -0
- package/config/hard/HanoiTower/input/03 - test 3.txt +2 -0
- package/config/hard/HanoiTower/input/04 - test 4.txt +2 -0
- package/config/hard/HanoiTower/output/01 - test 1.txt +4 -0
- package/config/hard/HanoiTower/output/02 - test 2.txt +5 -0
- package/config/hard/HanoiTower/output/03 - test 3.txt +7 -0
- package/config/hard/HanoiTower/output/04 - test 4.txt +10 -0
- package/config/hard/HauntedManor/code/CGCode.cpp +41 -0
- package/config/hard/HauntedManor/code/CGCode.java +35 -0
- package/config/hard/HauntedManor/code/CGCode.js +29 -0
- package/config/hard/HauntedManor/code/CGCode.php +32 -0
- package/config/hard/HauntedManor/code/CGCode.ts +29 -0
- package/config/hard/HauntedManor/config.json +38 -0
- package/config/hard/HauntedManor/input/01 - 3x3 manor.txt +9 -0
- package/config/hard/HauntedManor/input/02 - 4x4 manor.txt +10 -0
- package/config/hard/HauntedManor/input/03 - 5x5 manor.txt +11 -0
- package/config/hard/HauntedManor/input/04 - 7x7 manor.txt +13 -0
- package/config/hard/HauntedManor/input/05 - Another 7x7 manor.txt +13 -0
- package/config/hard/HauntedManor/input/06 - Not much of a manor.txt +7 -0
- package/config/hard/HauntedManor/output/01 - 3x3 manor.txt +3 -0
- package/config/hard/HauntedManor/output/02 - 4x4 manor.txt +4 -0
- package/config/hard/HauntedManor/output/03 - 5x5 manor.txt +5 -0
- package/config/hard/HauntedManor/output/04 - 7x7 manor.txt +7 -0
- package/config/hard/HauntedManor/output/05 - Another 7x7 manor.txt +7 -0
- package/config/hard/HauntedManor/output/06 - Not much of a manor.txt +1 -0
- package/config/hard/MagicalFrog/code/CGCode.cpp +18 -0
- package/config/hard/MagicalFrog/code/CGCode.java +17 -0
- package/config/hard/MagicalFrog/code/CGCode.js +8 -0
- package/config/hard/MagicalFrog/code/CGCode.php +7 -0
- package/config/hard/MagicalFrog/code/CGCode.ts +8 -0
- package/config/hard/MagicalFrog/config.json +28 -0
- package/config/hard/MagicalFrog/input/01 - test 1.txt +1 -0
- package/config/hard/MagicalFrog/input/02 - test 2.txt +1 -0
- package/config/hard/MagicalFrog/input/03 - test 3.txt +1 -0
- package/config/hard/MagicalFrog/input/04 - test 4.txt +1 -0
- package/config/hard/MagicalFrog/output/01 - test 1.txt +1 -0
- package/config/hard/MagicalFrog/output/02 - test 2.txt +1 -0
- package/config/hard/MagicalFrog/output/03 - test 3.txt +1 -0
- package/config/hard/MagicalFrog/output/04 - test 4.txt +1 -0
- package/config/hard/MaxRect/code/CGCode.cpp +22 -0
- package/config/hard/MaxRect/code/CGCode.java +23 -0
- package/config/hard/MaxRect/code/CGCode.js +11 -0
- package/config/hard/MaxRect/code/CGCode.php +11 -0
- package/config/hard/MaxRect/code/CGCode.ts +11 -0
- package/config/hard/MaxRect/config.json +48 -0
- package/config/hard/MaxRect/input/01 - Small.txt +3 -0
- package/config/hard/MaxRect/input/02 - Medium.txt +11 -0
- package/config/hard/MaxRect/input/03 - Big.txt +31 -0
- package/config/hard/MaxRect/input/04 - Time out.txt +66 -0
- package/config/hard/MaxRect/input/05 - All Negatives.txt +4 -0
- package/config/hard/MaxRect/input/06 - 1x1.txt +2 -0
- package/config/hard/MaxRect/input/07 - One column.txt +10 -0
- package/config/hard/MaxRect/input/08 - One row.txt +2 -0
- package/config/hard/MaxRect/output/01 - Small.txt +1 -0
- package/config/hard/MaxRect/output/02 - Medium.txt +1 -0
- package/config/hard/MaxRect/output/03 - Big.txt +1 -0
- package/config/hard/MaxRect/output/04 - Time out.txt +1 -0
- package/config/hard/MaxRect/output/05 - All Negatives.txt +1 -0
- package/config/hard/MaxRect/output/06 - 1x1.txt +1 -0
- package/config/hard/MaxRect/output/07 - One column.txt +1 -0
- package/config/hard/MaxRect/output/08 - One row.txt +1 -0
- package/config/hard/MonteCarloTreeSearchExercise/code/CGCode.cpp +23 -0
- package/config/hard/MonteCarloTreeSearchExercise/code/CGCode.java +21 -0
- package/config/hard/MonteCarloTreeSearchExercise/code/CGCode.js +13 -0
- package/config/hard/MonteCarloTreeSearchExercise/code/CGCode.php +11 -0
- package/config/hard/MonteCarloTreeSearchExercise/code/CGCode.ts +13 -0
- package/config/hard/MonteCarloTreeSearchExercise/config.json +43 -0
- package/config/hard/MonteCarloTreeSearchExercise/input/01 - Tiny tree test.txt +4 -0
- package/config/hard/MonteCarloTreeSearchExercise/input/02 - Nondeterministic scores test.txt +6 -0
- package/config/hard/MonteCarloTreeSearchExercise/input/03 - Significant exploration test.txt +4 -0
- package/config/hard/MonteCarloTreeSearchExercise/input/04 - UCB1-tie test.txt +5 -0
- package/config/hard/MonteCarloTreeSearchExercise/input/05 - Small random test.txt +11 -0
- package/config/hard/MonteCarloTreeSearchExercise/input/06 - Large test.txt +251 -0
- package/config/hard/MonteCarloTreeSearchExercise/input/07 - Another large test.txt +351 -0
- package/config/hard/MonteCarloTreeSearchExercise/output/01 - Tiny tree test.txt +1 -0
- package/config/hard/MonteCarloTreeSearchExercise/output/02 - Nondeterministic scores test.txt +1 -0
- package/config/hard/MonteCarloTreeSearchExercise/output/03 - Significant exploration test.txt +1 -0
- package/config/hard/MonteCarloTreeSearchExercise/output/04 - UCB1-tie test.txt +1 -0
- package/config/hard/MonteCarloTreeSearchExercise/output/05 - Small random test.txt +1 -0
- package/config/hard/MonteCarloTreeSearchExercise/output/06 - Large test.txt +1 -0
- package/config/hard/MonteCarloTreeSearchExercise/output/07 - Another large test.txt +1 -0
- package/config/hard/PedestrianTraffic/code/CGCode.cpp +21 -0
- package/config/hard/PedestrianTraffic/code/CGCode.java +21 -0
- package/config/hard/PedestrianTraffic/code/CGCode.js +8 -0
- package/config/hard/PedestrianTraffic/code/CGCode.php +9 -0
- package/config/hard/PedestrianTraffic/code/CGCode.ts +8 -0
- package/config/hard/PedestrianTraffic/config.json +68 -0
- package/config/hard/PedestrianTraffic/input/01 - Crossing Paths.txt +3 -0
- package/config/hard/PedestrianTraffic/input/02 - One Way Stampede.txt +3 -0
- package/config/hard/PedestrianTraffic/input/03 - Simple Dependency.txt +3 -0
- package/config/hard/PedestrianTraffic/input/04 - More Dependencies.txt +3 -0
- package/config/hard/PedestrianTraffic/input/05 - Complex Dependencies.txt +3 -0
- package/config/hard/PedestrianTraffic/input/06 - Temporary Blockage.txt +3 -0
- package/config/hard/PedestrianTraffic/input/07 - Ring Around the Rosie.txt +3 -0
- package/config/hard/PedestrianTraffic/input/08 - Empty Path.txt +3 -0
- package/config/hard/PedestrianTraffic/input/09 - Group Collision.txt +3 -0
- package/config/hard/PedestrianTraffic/input/10 - Long Path.txt +3 -0
- package/config/hard/PedestrianTraffic/input/11 - Longer Path.txt +3 -0
- package/config/hard/PedestrianTraffic/input/12 - Longest Path.txt +3 -0
- package/config/hard/PedestrianTraffic/output/01 - Crossing Paths.txt +1 -0
- package/config/hard/PedestrianTraffic/output/02 - One Way Stampede.txt +1 -0
- package/config/hard/PedestrianTraffic/output/03 - Simple Dependency.txt +1 -0
- package/config/hard/PedestrianTraffic/output/04 - More Dependencies.txt +1 -0
- package/config/hard/PedestrianTraffic/output/05 - Complex Dependencies.txt +1 -0
- package/config/hard/PedestrianTraffic/output/06 - Temporary Blockage.txt +1 -0
- package/config/hard/PedestrianTraffic/output/07 - Ring Around the Rosie.txt +1 -0
- package/config/hard/PedestrianTraffic/output/08 - Empty Path.txt +1 -0
- package/config/hard/PedestrianTraffic/output/09 - Group Collision.txt +1 -0
- package/config/hard/PedestrianTraffic/output/10 - Long Path.txt +1 -0
- package/config/hard/PedestrianTraffic/output/11 - Longer Path.txt +1 -0
- package/config/hard/PedestrianTraffic/output/12 - Longest Path.txt +1 -0
- package/config/hard/SimpleCPUEmulation1/code/CGCode.cpp +17 -0
- package/config/hard/SimpleCPUEmulation1/code/CGCode.java +16 -0
- package/config/hard/SimpleCPUEmulation1/code/CGCode.js +6 -0
- package/config/hard/SimpleCPUEmulation1/code/CGCode.php +7 -0
- package/config/hard/SimpleCPUEmulation1/code/CGCode.ts +6 -0
- package/config/hard/SimpleCPUEmulation1/config.json +28 -0
- package/config/hard/SimpleCPUEmulation1/input/01 - 5+5.txt +1 -0
- package/config/hard/SimpleCPUEmulation1/input/02 - (11-6+2) 8.txt +1 -0
- package/config/hard/SimpleCPUEmulation1/input/03 - Overflow 145+192.txt +1 -0
- package/config/hard/SimpleCPUEmulation1/input/04 - 15-18.txt +1 -0
- package/config/hard/SimpleCPUEmulation1/output/01 - 5+5.txt +1 -0
- package/config/hard/SimpleCPUEmulation1/output/02 - (11-6+2) 8.txt +1 -0
- package/config/hard/SimpleCPUEmulation1/output/03 - Overflow 145+192.txt +1 -0
- package/config/hard/SimpleCPUEmulation1/output/04 - 15-18.txt +1 -0
- package/config/hard/SimplifySelectionRanges/code/CGCode.cpp +17 -0
- package/config/hard/SimplifySelectionRanges/code/CGCode.java +16 -0
- package/config/hard/SimplifySelectionRanges/code/CGCode.js +6 -0
- package/config/hard/SimplifySelectionRanges/code/CGCode.php +7 -0
- package/config/hard/SimplifySelectionRanges/code/CGCode.ts +6 -0
- package/config/hard/SimplifySelectionRanges/config.json +28 -0
- package/config/hard/SimplifySelectionRanges/input/01 - test 1.txt +1 -0
- package/config/hard/SimplifySelectionRanges/input/02 - test 2.txt +1 -0
- package/config/hard/SimplifySelectionRanges/input/03 - test 3.txt +1 -0
- package/config/hard/SimplifySelectionRanges/input/04 - test 4.txt +1 -0
- package/config/hard/SimplifySelectionRanges/output/01 - test 1.txt +1 -0
- package/config/hard/SimplifySelectionRanges/output/02 - test 2.txt +1 -0
- package/config/hard/SimplifySelectionRanges/output/03 - test 3.txt +1 -0
- package/config/hard/SimplifySelectionRanges/output/04 - test 4.txt +1 -0
- package/config/hard/SlidingMazePuzzle/code/CGCode.cpp +22 -0
- package/config/hard/SlidingMazePuzzle/code/CGCode.java +23 -0
- package/config/hard/SlidingMazePuzzle/code/CGCode.js +11 -0
- package/config/hard/SlidingMazePuzzle/code/CGCode.php +11 -0
- package/config/hard/SlidingMazePuzzle/code/CGCode.ts +11 -0
- package/config/hard/SlidingMazePuzzle/config.json +28 -0
- package/config/hard/SlidingMazePuzzle/input/01 - 9 steps.txt +10 -0
- package/config/hard/SlidingMazePuzzle/input/02 - 22 steps.txt +10 -0
- package/config/hard/SlidingMazePuzzle/input/03 - 42 steps.txt +10 -0
- package/config/hard/SlidingMazePuzzle/input/04 - 189 steps.txt +10 -0
- package/config/hard/SlidingMazePuzzle/output/01 - 9 steps.txt +10 -0
- package/config/hard/SlidingMazePuzzle/output/02 - 22 steps.txt +23 -0
- package/config/hard/SlidingMazePuzzle/output/03 - 42 steps.txt +43 -0
- package/config/hard/SlidingMazePuzzle/output/04 - 189 steps.txt +190 -0
- package/config/hard/SymbolicSystemOfEquations/code/CGCode.cpp +27 -0
- package/config/hard/SymbolicSystemOfEquations/code/CGCode.java +26 -0
- package/config/hard/SymbolicSystemOfEquations/code/CGCode.js +14 -0
- package/config/hard/SymbolicSystemOfEquations/code/CGCode.php +17 -0
- package/config/hard/SymbolicSystemOfEquations/code/CGCode.ts +14 -0
- package/config/hard/SymbolicSystemOfEquations/config.json +38 -0
- package/config/hard/SymbolicSystemOfEquations/input/01 - Example.txt +5 -0
- package/config/hard/SymbolicSystemOfEquations/input/02 - Circular reference, 2 variables.txt +5 -0
- package/config/hard/SymbolicSystemOfEquations/input/03 - Self reference.txt +5 -0
- package/config/hard/SymbolicSystemOfEquations/input/04 - No equations.txt +3 -0
- package/config/hard/SymbolicSystemOfEquations/input/05 - Levels.txt +7 -0
- package/config/hard/SymbolicSystemOfEquations/input/06 - Levels again.txt +6 -0
- package/config/hard/SymbolicSystemOfEquations/output/01 - Example.txt +3 -0
- package/config/hard/SymbolicSystemOfEquations/output/02 - Circular reference, 2 variables.txt +1 -0
- package/config/hard/SymbolicSystemOfEquations/output/03 - Self reference.txt +1 -0
- package/config/hard/SymbolicSystemOfEquations/output/04 - No equations.txt +2 -0
- package/config/hard/SymbolicSystemOfEquations/output/05 - Levels.txt +6 -0
- package/config/hard/SymbolicSystemOfEquations/output/06 - Levels again.txt +4 -0
- package/config/hard/TheHolyGrail/code/CGCode.cpp +23 -0
- package/config/hard/TheHolyGrail/code/CGCode.java +21 -0
- package/config/hard/TheHolyGrail/code/CGCode.js +13 -0
- package/config/hard/TheHolyGrail/code/CGCode.php +11 -0
- package/config/hard/TheHolyGrail/code/CGCode.ts +13 -0
- package/config/hard/TheHolyGrail/config.json +28 -0
- package/config/hard/TheHolyGrail/input/01 - Simple 3x3.txt +8 -0
- package/config/hard/TheHolyGrail/input/02 - Stairs.txt +14 -0
- package/config/hard/TheHolyGrail/input/03 - One more challenging one.txt +99 -0
- package/config/hard/TheHolyGrail/input/04 - Even more complex.txt +149 -0
- package/config/hard/TheHolyGrail/output/01 - Simple 3x3.txt +1 -0
- package/config/hard/TheHolyGrail/output/02 - Stairs.txt +1 -0
- package/config/hard/TheHolyGrail/output/03 - One more challenging one.txt +1 -0
- package/config/hard/TheHolyGrail/output/04 - Even more complex.txt +1 -0
- package/config/hard/TheHungryDuckPart2/code/CGCode.cpp +24 -0
- package/config/hard/TheHungryDuckPart2/code/CGCode.java +22 -0
- package/config/hard/TheHungryDuckPart2/code/CGCode.js +14 -0
- package/config/hard/TheHungryDuckPart2/code/CGCode.php +15 -0
- package/config/hard/TheHungryDuckPart2/code/CGCode.ts +14 -0
- package/config/hard/TheHungryDuckPart2/config.json +28 -0
- package/config/hard/TheHungryDuckPart2/input/01 - city pond.txt +16 -0
- package/config/hard/TheHungryDuckPart2/input/02 - Lake Constance.txt +41 -0
- package/config/hard/TheHungryDuckPart2/input/03 - Nile.txt +101 -0
- package/config/hard/TheHungryDuckPart2/input/04 - Atlantic Ocean.txt +66 -0
- package/config/hard/TheHungryDuckPart2/output/01 - city pond.txt +1 -0
- package/config/hard/TheHungryDuckPart2/output/02 - Lake Constance.txt +1 -0
- package/config/hard/TheHungryDuckPart2/output/03 - Nile.txt +1 -0
- package/config/hard/TheHungryDuckPart2/output/04 - Atlantic Ocean.txt +1 -0
- package/config/hard/TheTotalIsRightWeirdEdition/config.json +2 -2
- package/config/hard/ThreeLittlePiggies/code/CGCode.cpp +21 -0
- package/config/hard/ThreeLittlePiggies/code/CGCode.java +20 -0
- package/config/hard/ThreeLittlePiggies/code/CGCode.js +10 -0
- package/config/hard/ThreeLittlePiggies/code/CGCode.php +13 -0
- package/config/hard/ThreeLittlePiggies/code/CGCode.ts +10 -0
- package/config/hard/ThreeLittlePiggies/config.json +28 -0
- package/config/hard/ThreeLittlePiggies/input/01 - Day 1Three pigs.txt +4 -0
- package/config/hard/ThreeLittlePiggies/input/02 - Night 1 Three pigs.txt +4 -0
- package/config/hard/ThreeLittlePiggies/input/03 - Day 2 Two pigs.txt +4 -0
- package/config/hard/ThreeLittlePiggies/input/04 - Night 2 Two pigs.txt +4 -0
- package/config/hard/ThreeLittlePiggies/output/01 - Day 1Three pigs.txt +4 -0
- package/config/hard/ThreeLittlePiggies/output/02 - Night 1 Three pigs.txt +4 -0
- package/config/hard/ThreeLittlePiggies/output/03 - Day 2 Two pigs.txt +4 -0
- package/config/hard/ThreeLittlePiggies/output/04 - Night 2 Two pigs.txt +4 -0
- package/config/hard/WallStreet/code/CGCode.cpp +24 -0
- package/config/hard/WallStreet/code/CGCode.java +22 -0
- package/config/hard/WallStreet/code/CGCode.js +13 -0
- package/config/hard/WallStreet/code/CGCode.php +11 -0
- package/config/hard/WallStreet/code/CGCode.ts +13 -0
- package/config/hard/WallStreet/config.json +38 -0
- package/config/hard/WallStreet/input/01 - Simple Trade.txt +3 -0
- package/config/hard/WallStreet/input/02 - Two Symbols.txt +4 -0
- package/config/hard/WallStreet/input/03 - No Trade.txt +3 -0
- package/config/hard/WallStreet/input/04 - Multiple Trades.txt +12 -0
- package/config/hard/WallStreet/input/05 - Busy Day.txt +101 -0
- package/config/hard/WallStreet/input/06 - Crazy Day.txt +130 -0
- package/config/hard/WallStreet/output/01 - Simple Trade.txt +1 -0
- package/config/hard/WallStreet/output/02 - Two Symbols.txt +1 -0
- package/config/hard/WallStreet/output/03 - No Trade.txt +1 -0
- package/config/hard/WallStreet/output/04 - Multiple Trades.txt +9 -0
- package/config/hard/WallStreet/output/05 - Busy Day.txt +46 -0
- package/config/hard/WallStreet/output/06 - Crazy Day.txt +76 -0
- package/config/medium/CowsInAMaze/code/CGCode.cpp +29 -0
- package/config/medium/CowsInAMaze/code/CGCode.java +26 -0
- package/config/medium/CowsInAMaze/code/CGCode.js +18 -0
- package/config/medium/CowsInAMaze/code/CGCode.php +19 -0
- package/config/medium/CowsInAMaze/code/CGCode.ts +18 -0
- package/config/medium/CowsInAMaze/config.json +38 -0
- package/config/medium/CowsInAMaze/input/01 - Sample.txt +6 -0
- package/config/medium/CowsInAMaze/input/02 - Farmer Nhoj is cruel.txt +11 -0
- package/config/medium/CowsInAMaze/input/03 - Why does Farmer John have so few cows.txt +16 -0
- package/config/medium/CowsInAMaze/input/04 - BIG MAZE (actually pretty small).txt +16 -0
- package/config/medium/CowsInAMaze/input/05 - Yay all the cows survived.txt +16 -0
- package/config/medium/CowsInAMaze/input/06 - How come Nhoj only knows 1 number.txt +11 -0
- package/config/medium/CowsInAMaze/output/01 - Sample.txt +1 -0
- package/config/medium/CowsInAMaze/output/02 - Farmer Nhoj is cruel.txt +1 -0
- package/config/medium/CowsInAMaze/output/03 - Why does Farmer John have so few cows.txt +1 -0
- package/config/medium/CowsInAMaze/output/04 - BIG MAZE (actually pretty small).txt +1 -0
- package/config/medium/CowsInAMaze/output/05 - Yay all the cows survived.txt +1 -0
- package/config/medium/CowsInAMaze/output/06 - How come Nhoj only knows 1 number.txt +1 -0
- package/config/medium/FrogDate/code/CGCode.cpp +21 -0
- package/config/medium/FrogDate/code/CGCode.java +20 -0
- package/config/medium/FrogDate/code/CGCode.js +11 -0
- package/config/medium/FrogDate/code/CGCode.php +7 -0
- package/config/medium/FrogDate/code/CGCode.ts +11 -0
- package/config/medium/FrogDate/config.json +78 -0
- package/config/medium/FrogDate/input/01 - test 1.txt +1 -0
- package/config/medium/FrogDate/input/02 - test 2.txt +1 -0
- package/config/medium/FrogDate/input/03 - test 3.txt +1 -0
- package/config/medium/FrogDate/input/04 - test 4.txt +1 -0
- package/config/medium/FrogDate/input/05 - test 5.txt +1 -0
- package/config/medium/FrogDate/input/06 - test 6.txt +1 -0
- package/config/medium/FrogDate/input/07 - test 7.txt +1 -0
- package/config/medium/FrogDate/input/08 - test 8.txt +1 -0
- package/config/medium/FrogDate/input/09 - test 9.txt +1 -0
- package/config/medium/FrogDate/input/10 - test 10.txt +1 -0
- package/config/medium/FrogDate/input/11 - test 11.txt +1 -0
- package/config/medium/FrogDate/input/12 - test 12.txt +1 -0
- package/config/medium/FrogDate/input/13 - test 13.txt +1 -0
- package/config/medium/FrogDate/input/14 - test 14.txt +1 -0
- package/config/medium/FrogDate/output/01 - test 1.txt +1 -0
- package/config/medium/FrogDate/output/02 - test 2.txt +1 -0
- package/config/medium/FrogDate/output/03 - test 3.txt +1 -0
- package/config/medium/FrogDate/output/04 - test 4.txt +1 -0
- package/config/medium/FrogDate/output/05 - test 5.txt +1 -0
- package/config/medium/FrogDate/output/06 - test 6.txt +1 -0
- package/config/medium/FrogDate/output/07 - test 7.txt +1 -0
- package/config/medium/FrogDate/output/08 - test 8.txt +1 -0
- package/config/medium/FrogDate/output/09 - test 9.txt +1 -0
- package/config/medium/FrogDate/output/10 - test 10.txt +1 -0
- package/config/medium/FrogDate/output/11 - test 11.txt +1 -0
- package/config/medium/FrogDate/output/12 - test 12.txt +1 -0
- package/config/medium/FrogDate/output/13 - test 13.txt +1 -0
- package/config/medium/FrogDate/output/14 - test 14.txt +1 -0
- package/package.json +1 -1
@@ -0,0 +1,149 @@
|
|
1
|
+
10 15
|
2
|
+
0 5
|
3
|
+
7 11
|
4
|
+
5 9
|
5
|
+
5 6
|
6
|
+
1 3
|
7
|
+
2 2
|
8
|
+
2 14
|
9
|
+
3 1
|
10
|
+
0 4
|
11
|
+
3 0
|
12
|
+
1 4
|
13
|
+
5 8
|
14
|
+
6 1
|
15
|
+
5 14
|
16
|
+
6 3
|
17
|
+
3 3
|
18
|
+
3 13
|
19
|
+
7 14
|
20
|
+
9 6
|
21
|
+
5 7
|
22
|
+
7 13
|
23
|
+
7 12
|
24
|
+
2 1
|
25
|
+
9 12
|
26
|
+
5 5
|
27
|
+
6 7
|
28
|
+
8 3
|
29
|
+
0 11
|
30
|
+
9 0
|
31
|
+
4 12
|
32
|
+
8 12
|
33
|
+
8 9
|
34
|
+
7 1
|
35
|
+
5 11
|
36
|
+
3 2
|
37
|
+
9 4
|
38
|
+
2 5
|
39
|
+
2 0
|
40
|
+
2 8
|
41
|
+
2 3
|
42
|
+
8 0
|
43
|
+
4 8
|
44
|
+
0 14
|
45
|
+
6 5
|
46
|
+
1 8
|
47
|
+
9 2
|
48
|
+
4 13
|
49
|
+
8 11
|
50
|
+
4 9
|
51
|
+
4 4
|
52
|
+
0 8
|
53
|
+
1 7
|
54
|
+
4 5
|
55
|
+
9 10
|
56
|
+
7 0
|
57
|
+
4 0
|
58
|
+
7 5
|
59
|
+
1 11
|
60
|
+
1 13
|
61
|
+
2 7
|
62
|
+
5 3
|
63
|
+
5 0
|
64
|
+
1 2
|
65
|
+
2 12
|
66
|
+
6 11
|
67
|
+
6 6
|
68
|
+
7 2
|
69
|
+
4 6
|
70
|
+
1 9
|
71
|
+
3 6
|
72
|
+
5 2
|
73
|
+
6 14
|
74
|
+
2 6
|
75
|
+
6 10
|
76
|
+
2 13
|
77
|
+
8 10
|
78
|
+
6 4
|
79
|
+
2 10
|
80
|
+
1 10
|
81
|
+
1 0
|
82
|
+
8 14
|
83
|
+
0 3
|
84
|
+
8 5
|
85
|
+
7 9
|
86
|
+
5 1
|
87
|
+
9 7
|
88
|
+
4 3
|
89
|
+
0 13
|
90
|
+
6 12
|
91
|
+
6 8
|
92
|
+
3 11
|
93
|
+
8 1
|
94
|
+
8 8
|
95
|
+
5 13
|
96
|
+
8 4
|
97
|
+
7 6
|
98
|
+
1 14
|
99
|
+
0 10
|
100
|
+
0 6
|
101
|
+
3 9
|
102
|
+
4 14
|
103
|
+
7 4
|
104
|
+
4 10
|
105
|
+
1 6
|
106
|
+
3 14
|
107
|
+
3 5
|
108
|
+
7 10
|
109
|
+
8 7
|
110
|
+
3 12
|
111
|
+
7 3
|
112
|
+
2 9
|
113
|
+
1 12
|
114
|
+
0 2
|
115
|
+
2 4
|
116
|
+
5 10
|
117
|
+
4 2
|
118
|
+
9 8
|
119
|
+
8 2
|
120
|
+
3 4
|
121
|
+
6 13
|
122
|
+
0 7
|
123
|
+
9 9
|
124
|
+
4 11
|
125
|
+
5 4
|
126
|
+
0 12
|
127
|
+
0 1
|
128
|
+
7 7
|
129
|
+
4 1
|
130
|
+
8 13
|
131
|
+
1 5
|
132
|
+
8 6
|
133
|
+
9 13
|
134
|
+
4 7
|
135
|
+
9 1
|
136
|
+
2 11
|
137
|
+
9 11
|
138
|
+
0 9
|
139
|
+
3 8
|
140
|
+
3 10
|
141
|
+
3 7
|
142
|
+
6 2
|
143
|
+
1 1
|
144
|
+
9 3
|
145
|
+
6 9
|
146
|
+
5 12
|
147
|
+
9 5
|
148
|
+
6 0
|
149
|
+
7 8
|
@@ -0,0 +1 @@
|
|
1
|
+
3
|
@@ -0,0 +1 @@
|
|
1
|
+
13
|
@@ -0,0 +1 @@
|
|
1
|
+
62
|
@@ -0,0 +1 @@
|
|
1
|
+
112
|
@@ -0,0 +1,24 @@
|
|
1
|
+
#include <iostream>
|
2
|
+
#include <string>
|
3
|
+
#include <vector>
|
4
|
+
#include <algorithm>
|
5
|
+
|
6
|
+
using namespace std;
|
7
|
+
|
8
|
+
int main()
|
9
|
+
{
|
10
|
+
int w;
|
11
|
+
int h;
|
12
|
+
cin >> w >> h; cin.ignore();
|
13
|
+
for (int i = 0; i < h; i++) {
|
14
|
+
for (int j = 0; j < w; j++) {
|
15
|
+
int food;
|
16
|
+
cin >> food; cin.ignore();
|
17
|
+
}
|
18
|
+
}
|
19
|
+
|
20
|
+
// Write an answer using cout. DON'T FORGET THE "<< endl"
|
21
|
+
// To debug: cerr << "Debug messages..." << endl;
|
22
|
+
|
23
|
+
cout << "answer" << endl;
|
24
|
+
}
|
@@ -0,0 +1,22 @@
|
|
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 W = in.nextInt();
|
10
|
+
int H = in.nextInt();
|
11
|
+
for (int i = 0; i < H; i++) {
|
12
|
+
for (int j = 0; j < W; j++) {
|
13
|
+
int food = in.nextInt();
|
14
|
+
}
|
15
|
+
}
|
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
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
var inputs = readline().split(' ');
|
2
|
+
const W = parseInt(inputs[0]);
|
3
|
+
const H = parseInt(inputs[1]);
|
4
|
+
for (let i = 0; i < H; i++) {
|
5
|
+
var inputs = readline().split(' ');
|
6
|
+
for (let j = 0; j < W; j++) {
|
7
|
+
const food = parseInt(inputs[j]);
|
8
|
+
}
|
9
|
+
}
|
10
|
+
|
11
|
+
// Write an answer using console.log()
|
12
|
+
// To debug: console.error('Debug messages...');
|
13
|
+
|
14
|
+
console.log('answer');
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<?php
|
2
|
+
fscanf(STDIN, "%d %d", $W, $H);
|
3
|
+
for ($i = 0; $i < $H; $i++)
|
4
|
+
{
|
5
|
+
$inputs = explode(" ", fgets(STDIN));
|
6
|
+
for ($j = 0; $j < $W; $j++)
|
7
|
+
{
|
8
|
+
$food = intval($inputs[$j]);
|
9
|
+
}
|
10
|
+
}
|
11
|
+
|
12
|
+
// Write an answer using echo(). DON'T FORGET THE TRAILING \n
|
13
|
+
// To debug: error_log(var_export($var, true)); (equivalent to var_dump)
|
14
|
+
|
15
|
+
echo("answer\n");
|
@@ -0,0 +1,14 @@
|
|
1
|
+
var inputs: string[] = readline().split(' ');
|
2
|
+
const W: number = parseInt(inputs[0]);
|
3
|
+
const H: number = parseInt(inputs[1]);
|
4
|
+
for (let i = 0; i < H; i++) {
|
5
|
+
var inputs: string[] = readline().split(' ');
|
6
|
+
for (let j = 0; j < W; j++) {
|
7
|
+
const food: number = parseInt(inputs[j]);
|
8
|
+
}
|
9
|
+
}
|
10
|
+
|
11
|
+
// Write an answer using console.log()
|
12
|
+
// To debug: console.error('Debug messages...');
|
13
|
+
|
14
|
+
console.log('answer');
|
@@ -0,0 +1,28 @@
|
|
1
|
+
{
|
2
|
+
"path": "hard/TheHungryDuckPart2",
|
3
|
+
"name": "The hungry duck - part 2",
|
4
|
+
"alphanumName": "TheHungryDuckPart2",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/the-hungry-duck---part-2",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "city pond",
|
9
|
+
"alphanumName": "cityPond",
|
10
|
+
"file": "01 - city pond.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "Lake Constance",
|
14
|
+
"alphanumName": "LakeConstance",
|
15
|
+
"file": "02 - Lake Constance.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "Nile",
|
19
|
+
"alphanumName": "Nile",
|
20
|
+
"file": "03 - Nile.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "Atlantic Ocean",
|
24
|
+
"alphanumName": "AtlanticOcean",
|
25
|
+
"file": "04 - Atlantic Ocean.txt"
|
26
|
+
}
|
27
|
+
]
|
28
|
+
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
15 15
|
2
|
+
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
3
|
+
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
4
|
+
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
5
|
+
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
6
|
+
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
7
|
+
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
8
|
+
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
9
|
+
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
10
|
+
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
11
|
+
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
12
|
+
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
13
|
+
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
14
|
+
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
15
|
+
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
16
|
+
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
@@ -0,0 +1,41 @@
|
|
1
|
+
40 40
|
2
|
+
3 210 72 38 39 206 229 229 174 155 189 199 236 100 98 134 119 42 96 47 194 206 102 252 87 43 102 220 38 5 15 40 215 86 77 253 37 51 227 211
|
3
|
+
205 160 154 185 5 251 64 123 38 159 169 231 110 16 228 196 58 75 161 96 79 176 135 39 7 212 37 43 8 8 253 212 167 151 142 172 147 206 39 184
|
4
|
+
110 208 160 219 223 132 160 26 207 66 121 30 241 1 69 247 213 105 35 220 113 32 177 25 183 63 196 75 14 234 3 123 187 163 86 155 39 246 181 245
|
5
|
+
56 46 20 42 47 89 33 4 194 67 224 51 99 145 75 27 207 15 101 220 249 104 88 181 11 174 80 50 164 5 40 220 51 60 6 98 148 38 102 86
|
6
|
+
105 70 137 204 214 211 230 166 226 76 131 220 179 218 145 190 136 225 239 45 230 24 9 25 83 14 123 230 52 224 61 157 39 197 105 252 153 80 163 123
|
7
|
+
155 38 87 79 1 232 13 137 201 252 181 175 20 190 200 102 204 67 77 1 36 137 157 74 79 7 71 231 86 233 99 241 15 186 65 16 162 77 152 107
|
8
|
+
73 77 26 93 11 226 194 214 37 16 214 73 153 116 146 231 122 216 207 208 193 50 193 208 235 2 223 142 79 119 248 152 196 19 244 206 244 183 165 26
|
9
|
+
199 124 98 96 239 244 72 106 205 23 58 143 73 251 95 53 253 63 194 77 182 186 228 122 205 217 73 194 145 238 219 88 106 62 184 90 51 255 195 255
|
10
|
+
23 253 142 96 248 237 148 246 45 87 67 226 18 40 93 222 2 166 160 147 148 124 234 254 186 163 88 236 163 28 235 186 25 122 26 18 103 174 9 148
|
11
|
+
6 76 118 23 115 211 245 117 121 150 8 14 18 242 12 203 149 100 184 57 128 163 242 153 29 13 171 132 186 179 24 191 254 142 214 114 97 203 230 218
|
12
|
+
97 238 231 115 224 243 63 118 88 246 174 215 154 160 112 182 172 27 59 103 206 82 39 204 223 252 63 65 200 38 27 42 20 2 157 243 245 219 106 77
|
13
|
+
210 24 37 108 184 148 34 101 175 93 203 125 174 242 74 141 239 136 205 183 173 232 225 192 234 126 180 223 90 31 45 44 54 81 151 238 229 185 83 148
|
14
|
+
22 31 18 196 18 91 81 1 226 31 184 144 8 153 81 241 24 6 208 113 36 253 156 90 78 52 72 51 237 155 199 4 186 216 199 203 51 25 203 22
|
15
|
+
56 131 166 63 29 246 48 52 252 1 165 32 253 66 122 75 117 194 126 99 93 69 102 23 29 45 226 80 69 173 101 124 49 11 186 78 2 234 130 253
|
16
|
+
234 39 30 232 104 151 52 221 89 177 64 182 246 165 204 20 210 174 99 23 92 200 147 141 210 78 218 211 57 92 209 36 131 238 12 234 133 63 200 222
|
17
|
+
240 9 148 231 174 96 250 128 15 93 151 107 37 43 247 247 120 210 203 176 46 156 212 176 139 223 155 16 31 100 237 16 108 129 246 26 225 240 154 240
|
18
|
+
78 49 92 115 92 83 106 212 37 54 133 83 210 89 4 93 56 159 109 87 3 90 102 110 219 92 136 189 77 34 174 155 83 10 15 175 93 121 131 130
|
19
|
+
174 8 213 128 96 216 221 152 120 74 238 122 164 84 232 128 176 113 61 253 147 235 153 230 245 167 149 83 32 24 212 205 31 170 78 127 131 43 23 250
|
20
|
+
117 5 117 25 89 94 152 9 206 213 7 97 193 159 71 182 70 219 9 101 243 221 51 18 136 128 144 11 171 167 6 32 171 122 56 4 215 208 13 166
|
21
|
+
165 19 7 103 177 78 29 246 42 38 91 29 4 141 46 139 14 190 149 184 102 155 216 17 21 17 21 236 224 34 146 134 52 153 236 228 230 10 219 16
|
22
|
+
47 55 45 50 196 90 188 209 25 82 138 127 236 98 144 2 115 164 238 83 197 129 217 249 27 197 221 1 206 185 17 252 239 61 47 179 151 235 133 176
|
23
|
+
61 15 47 42 113 190 44 228 99 27 55 41 155 16 34 181 213 255 182 163 184 199 160 167 5 207 91 156 186 223 76 247 238 123 33 96 58 77 68 157
|
24
|
+
103 123 197 3 139 231 183 96 230 110 3 159 53 163 71 58 114 161 213 45 129 33 36 112 156 69 208 214 145 21 115 247 143 57 249 26 32 177 121 7
|
25
|
+
31 124 165 84 32 235 141 145 141 98 189 14 131 225 126 32 38 78 246 182 98 105 174 240 162 168 11 193 89 132 200 120 255 109 204 31 89 90 176 229
|
26
|
+
188 110 243 64 79 113 96 117 190 86 43 33 190 217 18 97 129 28 35 218 159 234 83 159 87 32 190 176 121 110 149 53 220 136 117 44 249 212 160 184
|
27
|
+
42 203 216 232 164 234 73 38 7 107 255 165 85 83 69 172 114 3 92 234 113 241 32 78 122 148 121 115 105 26 44 146 228 4 122 137 238 194 174 244
|
28
|
+
46 174 154 130 1 222 47 114 225 138 92 82 123 124 159 245 17 25 104 121 50 147 11 23 151 133 160 134 72 78 122 117 251 20 247 252 242 38 110 211
|
29
|
+
175 202 38 43 70 197 32 86 222 136 206 17 28 217 39 179 94 198 57 165 21 179 27 17 199 18 13 185 55 123 141 230 69 179 18 139 120 50 225 87
|
30
|
+
185 176 103 213 137 142 137 231 85 193 141 105 116 167 122 60 185 135 244 239 2 130 214 71 53 231 209 173 25 178 4 210 99 107 167 235 248 48 211 77
|
31
|
+
241 96 182 102 8 48 161 192 183 150 175 184 24 133 254 77 109 208 249 133 131 253 87 229 104 254 209 96 47 164 173 33 4 99 135 12 147 40 203 74
|
32
|
+
190 123 3 213 1 2 34 109 209 28 242 85 26 74 58 129 72 12 225 119 175 143 152 179 242 31 190 133 70 138 207 4 5 209 217 5 211 251 114 165
|
33
|
+
24 100 249 49 173 52 178 245 63 147 109 238 35 5 161 21 35 96 153 105 233 105 109 237 59 70 242 14 66 101 178 89 200 172 137 118 223 59 108 31
|
34
|
+
206 216 13 240 220 174 5 254 15 158 104 247 7 212 229 66 26 215 79 91 60 2 179 5 173 61 123 141 120 230 171 71 190 184 56 154 103 60 153 117
|
35
|
+
218 1 108 225 213 81 35 238 41 114 74 101 115 253 106 33 59 228 173 178 202 89 248 136 17 48 35 119 108 188 236 71 189 88 40 146 169 75 129 210
|
36
|
+
189 202 55 48 200 161 81 3 133 254 180 80 87 173 215 104 221 250 223 74 182 203 144 116 35 184 6 204 3 134 158 191 81 213 239 25 118 65 27 251
|
37
|
+
63 207 75 149 125 35 252 90 30 219 163 212 166 52 72 201 235 78 149 238 212 52 173 37 9 157 62 127 221 89 123 29 41 197 177 165 232 174 255 6
|
38
|
+
137 162 217 48 213 34 249 193 111 143 175 67 194 93 104 203 250 166 75 216 254 197 244 39 138 165 204 115 84 203 120 221 110 82 13 68 115 7 5 225
|
39
|
+
149 179 37 87 17 140 35 11 50 109 226 49 50 214 88 188 124 36 47 208 238 167 173 93 248 185 160 107 192 164 77 85 88 113 172 105 253 206 115 47
|
40
|
+
59 86 95 109 45 182 41 169 218 88 121 201 254 38 38 246 223 197 98 159 106 175 244 194 33 160 43 30 110 157 76 169 243 171 23 32 98 63 200 61
|
41
|
+
150 66 6 148 103 43 139 71 240 237 229 91 156 217 29 188 121 71 217 231 228 38 145 215 209 167 246 52 230 191 112 124 1 117 17 104 160 156 174 145
|
@@ -0,0 +1,101 @@
|
|
1
|
+
10 100
|
2
|
+
119 10 160 215 103 114 86 251 249 126
|
3
|
+
111 9 61 108 33 31 19 16 148 103
|
4
|
+
209 249 175 87 242 190 39 1 74 81
|
5
|
+
147 192 90 52 152 193 166 238 189 159
|
6
|
+
108 45 167 169 152 200 199 170 215 91
|
7
|
+
18 168 85 192 255 71 127 38 72 200
|
8
|
+
118 219 136 208 15 33 146 180 15 79
|
9
|
+
83 122 123 250 35 19 195 233 189 154
|
10
|
+
69 206 67 153 143 66 224 14 104 40
|
11
|
+
214 222 4 94 174 18 127 64 198 141
|
12
|
+
143 26 7 10 21 42 29 215 19 217
|
13
|
+
114 87 168 181 240 55 246 208 69 95
|
14
|
+
248 27 61 251 121 235 14 247 44 211
|
15
|
+
132 186 237 139 196 2 180 224 217 198
|
16
|
+
185 75 30 98 255 15 152 246 223 220
|
17
|
+
86 215 247 146 211 112 125 224 103 169
|
18
|
+
180 235 99 161 118 39 163 43 8 124
|
19
|
+
241 193 199 16 35 199 30 187 190 252
|
20
|
+
151 20 212 143 165 168 254 35 136 102
|
21
|
+
204 61 82 47 222 200 86 129 242 94
|
22
|
+
253 227 31 197 242 66 140 17 252 74
|
23
|
+
13 148 93 225 35 3 137 34 38 18
|
24
|
+
135 241 78 216 33 45 160 119 174 147
|
25
|
+
212 171 118 243 113 104 53 252 121 49
|
26
|
+
71 133 196 164 103 231 166 239 9 204
|
27
|
+
2 143 189 80 104 221 124 9 85 42
|
28
|
+
155 41 213 18 28 70 122 80 67 242
|
29
|
+
129 137 120 70 46 222 45 212 206 53
|
30
|
+
160 207 195 94 31 44 60 154 53 144
|
31
|
+
196 207 184 153 224 212 223 91 37 35
|
32
|
+
77 165 172 196 234 217 162 23 173 112
|
33
|
+
76 78 64 16 171 94 59 230 248 111
|
34
|
+
118 188 63 47 86 32 3 54 122 40
|
35
|
+
88 198 204 4 138 183 220 45 206 138
|
36
|
+
157 26 215 221 41 130 59 99 105 52
|
37
|
+
210 223 240 18 15 71 49 18 124 171
|
38
|
+
57 211 113 6 215 251 188 179 41 138
|
39
|
+
62 198 163 21 163 204 151 221 48 1
|
40
|
+
18 2 223 2 20 238 72 68 255 196
|
41
|
+
238 57 151 96 62 110 92 249 34 132
|
42
|
+
132 95 74 39 116 237 242 12 203 35
|
43
|
+
12 220 36 235 222 56 217 39 123 217
|
44
|
+
234 106 18 129 202 79 239 38 73 18
|
45
|
+
170 204 112 244 243 228 225 230 239 172
|
46
|
+
9 251 137 45 231 103 100 192 141 223
|
47
|
+
154 119 73 171 248 20 250 232 57 67
|
48
|
+
249 227 16 106 216 3 78 185 232 62
|
49
|
+
102 240 58 238 29 33 86 129 225 227
|
50
|
+
96 123 90 169 39 83 188 33 59 245
|
51
|
+
100 52 216 115 158 176 117 235 106 94
|
52
|
+
42 208 78 99 191 107 131 21 235 100
|
53
|
+
247 75 223 82 243 6 165 175 39 224
|
54
|
+
164 139 20 125 253 177 45 115 157 151
|
55
|
+
208 199 103 30 42 38 137 173 59 116
|
56
|
+
18 51 190 240 133 178 246 42 98 29
|
57
|
+
10 6 167 30 131 165 207 175 24 109
|
58
|
+
71 232 52 174 7 94 211 143 12 15
|
59
|
+
3 30 65 193 15 198 116 5 240 213
|
60
|
+
34 250 219 200 24 94 110 231 14 134
|
61
|
+
85 84 110 137 2 116 231 213 3 242
|
62
|
+
227 6 16 37 199 30 235 59 35 219
|
63
|
+
17 68 213 235 13 237 73 122 212 86
|
64
|
+
255 42 170 110 178 171 225 153 129 228
|
65
|
+
139 101 234 155 138 177 185 117 236 220
|
66
|
+
81 252 32 38 231 44 20 48 166 232
|
67
|
+
134 166 18 48 20 195 219 244 92 92
|
68
|
+
217 231 193 195 131 75 116 61 192 96
|
69
|
+
25 17 93 56 55 68 100 75 116 11
|
70
|
+
51 249 176 68 42 195 8 5 184 100
|
71
|
+
97 145 75 35 85 206 109 200 11 46
|
72
|
+
41 35 63 133 91 118 201 191 192 61
|
73
|
+
201 242 54 121 55 96 61 63 100 245
|
74
|
+
162 197 135 237 231 219 187 85 163 197
|
75
|
+
130 204 232 193 82 67 55 27 2 246
|
76
|
+
87 203 233 141 69 33 237 129 95 81
|
77
|
+
119 1 23 253 238 253 216 169 83 124
|
78
|
+
110 213 73 86 150 154 153 204 181 154
|
79
|
+
194 13 102 172 154 170 204 135 44 44
|
80
|
+
216 162 45 238 159 27 236 120 195 63
|
81
|
+
243 50 21 60 135 170 214 33 118 139
|
82
|
+
186 57 151 33 228 49 202 177 183 245
|
83
|
+
221 143 152 10 126 56 37 107 175 231
|
84
|
+
170 163 26 190 223 160 104 181 192 221
|
85
|
+
64 123 23 215 155 250 8 102 172 191
|
86
|
+
92 137 79 243 147 204 43 183 55 217
|
87
|
+
159 224 125 184 159 92 89 7 17 26
|
88
|
+
227 81 148 250 41 48 244 48 150 161
|
89
|
+
239 241 43 62 228 189 11 16 117 66
|
90
|
+
232 20 35 102 203 193 193 36 199 209
|
91
|
+
61 171 35 209 165 75 2 154 123 151
|
92
|
+
60 107 137 102 168 110 36 179 125 152
|
93
|
+
244 102 171 24 203 118 216 140 154 160
|
94
|
+
94 215 76 129 168 241 203 170 140 71
|
95
|
+
66 199 177 202 46 90 56 81 13 181
|
96
|
+
232 2 27 147 25 229 10 241 114 163
|
97
|
+
146 207 122 222 81 35 207 28 204 91
|
98
|
+
99 15 35 20 216 80 109 17 160 122
|
99
|
+
198 136 124 224 28 148 198 37 134 57
|
100
|
+
200 25 9 67 246 89 102 197 117 51
|
101
|
+
33 215 65 67 235 26 147 89 43 52
|
@@ -0,0 +1,66 @@
|
|
1
|
+
65 65
|
2
|
+
9 2 1 2 8 7 4 3 3 7 8 1 8 4 3 8 7 8 8 9 9 5 4 2 2 8 5 8 4 5 1 3 7 2 5 5 8 8 8 2 6 6 3 4 1 5 3 8 3 2 7 2 6 2 4 7 9 8 6 3 4 6 6 1 7
|
3
|
+
1 6 6 8 4 8 4 1 2 8 1 6 1 8 9 2 6 1 8 7 5 5 6 3 1 9 6 7 5 7 5 5 4 2 4 7 1 8 7 2 6 8 8 7 7 7 9 3 8 7 1 3 3 7 5 4 6 2 2 1 9 6 5 3 8
|
4
|
+
8 1 8 7 8 9 3 6 7 1 3 5 1 6 3 7 6 5 1 3 1 4 8 3 5 9 3 2 4 5 9 3 5 7 9 3 7 3 9 5 4 3 9 4 8 3 1 5 8 2 7 9 5 6 3 1 5 5 2 9 9 1 3 5 8
|
5
|
+
2 8 6 5 8 2 8 1 2 2 9 4 3 4 3 4 2 2 9 8 4 9 3 9 1 3 9 2 5 5 1 7 3 7 3 1 8 1 2 9 3 1 4 6 4 6 1 6 8 9 4 3 8 7 2 9 9 2 2 5 6 2 2 8 8
|
6
|
+
4 9 7 5 1 6 8 1 1 4 5 7 4 2 5 4 5 8 3 3 9 2 2 1 3 7 6 5 9 5 4 4 5 1 8 5 7 7 6 7 1 2 4 5 3 9 8 8 7 1 1 6 3 3 7 6 9 4 1 9 9 4 3 4 5
|
7
|
+
2 9 2 8 6 8 8 8 3 4 2 2 2 9 8 3 1 5 5 3 2 1 3 6 2 2 5 5 5 9 1 6 9 2 5 5 1 4 3 3 7 4 4 9 4 2 2 4 6 6 7 8 7 1 5 8 3 1 4 7 9 4 4 8 5
|
8
|
+
8 4 6 2 7 8 8 2 2 7 5 4 9 9 1 5 6 9 2 6 4 1 9 4 4 6 4 7 9 3 3 7 6 8 9 3 7 8 5 9 5 1 3 4 9 4 9 6 3 2 3 7 2 2 1 5 7 4 3 7 6 6 5 3 5
|
9
|
+
4 6 2 2 1 1 7 1 4 2 9 7 2 6 1 3 8 7 4 9 7 9 7 2 3 5 8 8 9 1 3 4 6 5 6 6 5 4 7 8 5 7 6 6 3 6 9 2 4 4 1 2 3 8 3 6 3 1 5 3 1 7 7 7 3
|
10
|
+
4 4 7 7 1 6 3 8 3 8 1 9 7 2 3 2 3 4 5 2 7 1 5 7 5 8 8 3 5 6 5 8 9 3 6 1 9 8 8 2 6 8 1 4 1 4 5 4 8 1 6 5 1 1 3 6 8 1 9 4 6 5 2 6 7
|
11
|
+
8 6 7 6 4 8 2 3 9 6 4 3 2 7 1 2 3 6 3 4 8 9 2 8 8 5 5 3 7 1 1 5 7 7 2 1 5 4 4 5 9 7 8 2 4 9 4 7 5 7 1 3 6 3 2 4 8 6 7 6 7 7 2 5 4
|
12
|
+
3 6 8 6 9 4 6 6 2 7 1 1 2 7 5 8 8 7 5 1 9 8 8 6 6 5 4 3 6 8 6 8 4 5 5 3 8 1 8 9 8 9 1 9 6 5 8 5 3 3 5 2 2 4 7 7 8 1 9 5 8 6 3 3 1
|
13
|
+
8 5 9 8 4 9 6 3 9 6 9 4 4 4 7 7 9 8 9 4 5 6 3 6 6 7 5 3 1 7 4 8 2 3 6 6 2 3 9 1 8 8 5 3 3 2 9 3 9 8 6 5 5 8 2 2 5 6 4 5 3 8 4 5 1
|
14
|
+
9 2 2 2 1 3 1 9 7 3 2 8 3 5 8 1 1 4 6 8 5 7 4 1 2 9 4 9 3 9 1 3 1 3 4 1 5 5 1 3 7 3 2 9 7 1 1 7 4 6 6 8 4 9 9 6 9 4 6 2 3 6 4 3 8
|
15
|
+
8 4 4 3 4 6 1 6 7 1 3 7 1 9 2 7 6 1 2 6 1 8 5 4 4 6 6 1 1 8 9 8 3 3 2 6 9 3 2 7 3 4 5 4 4 6 2 1 6 4 6 7 2 1 1 6 7 6 7 7 5 6 6 7 9
|
16
|
+
8 4 8 1 5 6 4 9 1 8 4 7 9 4 4 4 9 1 6 1 1 2 7 7 9 5 3 5 2 9 5 9 4 4 1 8 9 4 8 1 3 2 7 3 6 1 6 6 2 2 6 2 4 4 8 3 8 1 8 9 1 3 9 4 6
|
17
|
+
9 3 5 4 2 6 6 4 3 8 9 4 5 6 5 6 2 6 1 6 5 3 4 6 1 4 7 3 4 2 9 3 4 5 7 6 1 3 9 3 2 9 7 7 5 2 3 7 8 4 3 4 6 7 9 7 2 6 9 5 8 9 8 2 4
|
18
|
+
5 8 4 8 8 7 1 7 5 7 3 6 1 9 5 4 3 8 1 1 7 7 2 4 7 7 2 6 5 4 9 9 2 4 8 1 2 8 7 6 5 1 3 6 1 7 9 3 5 9 4 3 6 5 7 3 2 8 9 7 3 8 6 5 3
|
19
|
+
5 5 5 3 3 2 8 3 4 4 3 2 3 6 7 3 9 9 8 5 6 2 6 5 1 4 7 9 1 3 2 5 7 7 7 9 8 5 2 3 8 5 4 2 1 1 4 9 1 3 5 6 4 2 2 4 5 9 3 5 2 5 9 8 2
|
20
|
+
7 8 1 2 9 3 1 5 6 3 5 7 6 5 7 8 9 4 3 2 5 6 6 4 9 1 6 5 1 4 6 7 3 7 9 3 9 1 7 6 3 3 3 9 8 1 8 7 4 1 9 9 7 5 3 6 6 9 1 6 4 7 3 6 4
|
21
|
+
3 8 4 3 5 9 5 7 3 5 5 3 3 3 7 3 2 6 9 7 9 6 3 8 6 9 2 4 3 7 7 5 6 2 7 1 2 3 8 4 7 4 7 1 7 4 3 9 1 3 6 9 8 9 8 5 8 9 8 1 7 5 5 3 7
|
22
|
+
3 4 8 6 3 2 3 7 9 4 4 4 6 3 4 9 9 4 7 8 2 2 7 2 9 7 9 5 3 3 2 5 7 9 1 9 2 4 6 2 7 1 5 4 4 9 3 3 4 9 2 5 2 8 7 1 6 6 6 8 8 7 3 5 7
|
23
|
+
4 5 9 8 1 1 5 2 6 9 5 5 2 8 9 2 9 4 3 8 1 4 4 7 9 2 6 7 5 1 5 9 5 4 7 6 4 3 8 1 2 3 6 3 1 5 5 1 8 8 8 9 2 3 7 2 4 3 9 9 4 4 8 9 8
|
24
|
+
5 5 3 7 4 3 9 6 8 3 7 3 7 8 1 5 6 1 7 9 7 9 4 1 9 3 4 3 2 3 2 6 8 4 4 2 6 3 8 4 5 5 6 3 3 7 8 9 8 5 9 6 5 3 6 4 5 9 7 6 2 8 3 1 2
|
25
|
+
7 2 7 1 9 2 6 5 7 8 8 4 6 8 2 2 7 7 6 9 4 1 5 3 7 2 5 5 4 6 7 2 7 4 2 7 5 7 3 3 6 2 7 3 9 9 5 7 7 2 6 1 2 2 4 8 3 9 4 7 5 1 8 2 5
|
26
|
+
1 9 9 8 3 3 4 4 9 7 4 8 2 1 5 3 7 6 4 8 9 3 2 8 6 8 3 6 7 5 1 7 5 1 5 7 4 9 2 3 7 5 2 8 5 7 2 3 4 6 1 3 8 2 2 5 1 5 2 7 1 3 5 5 3
|
27
|
+
9 3 7 9 4 1 6 9 2 5 5 9 7 7 3 3 8 6 2 1 7 6 1 2 8 8 2 1 3 7 4 3 9 1 2 4 1 8 3 3 3 8 2 9 5 5 3 4 1 4 4 7 1 5 9 8 3 2 9 5 8 3 7 8 4
|
28
|
+
9 2 4 7 5 6 1 4 8 9 8 3 2 3 3 6 6 1 7 1 9 6 3 1 5 8 9 7 6 7 2 5 9 5 3 5 2 3 8 1 3 7 3 4 9 6 1 6 6 7 6 6 3 9 7 7 8 6 5 4 4 6 9 4 2
|
29
|
+
2 8 4 4 7 4 7 5 7 2 4 3 2 9 9 9 6 5 2 6 2 9 4 8 5 7 2 2 7 5 4 8 4 7 3 2 1 9 6 7 1 1 1 3 1 9 2 6 4 4 3 6 3 6 4 8 4 5 9 1 1 4 9 5 1
|
30
|
+
2 6 1 2 2 8 3 3 8 5 3 7 6 8 2 9 2 7 3 7 1 1 1 6 1 2 7 5 1 2 5 3 7 6 4 9 4 7 2 3 2 5 1 7 4 2 7 5 8 1 2 9 2 3 6 2 4 3 7 5 4 2 7 2 7
|
31
|
+
2 2 2 8 4 4 1 8 4 7 2 6 5 6 5 5 7 4 6 1 9 8 4 2 5 8 6 7 6 8 4 8 9 5 6 4 9 6 2 4 4 3 9 9 9 4 4 7 8 1 7 8 9 2 9 5 1 6 2 6 4 5 4 4 1
|
32
|
+
1 7 1 7 9 4 1 2 4 9 2 8 4 8 6 5 5 4 4 7 4 9 7 9 1 4 4 5 7 8 6 8 5 6 5 4 1 5 6 4 5 8 2 9 6 8 5 2 2 9 8 6 8 5 6 8 8 9 4 6 8 9 4 4 6
|
33
|
+
8 8 6 4 4 9 9 3 2 8 8 9 3 9 2 3 8 7 1 4 4 8 2 4 2 8 2 1 3 5 6 1 3 3 5 7 3 4 9 5 3 8 4 6 8 6 8 6 4 8 9 7 6 2 1 8 1 3 8 3 8 5 4 1 8
|
34
|
+
8 8 1 3 8 5 5 6 9 2 4 6 9 1 9 7 9 7 4 2 8 2 2 1 1 4 8 6 7 9 4 6 8 5 8 6 9 4 3 9 5 7 5 5 8 5 3 8 2 6 9 1 8 2 2 9 6 9 5 4 9 9 9 8 4
|
35
|
+
8 5 4 2 7 4 7 5 8 2 3 3 4 1 5 1 1 6 8 2 7 8 8 7 3 2 6 3 1 5 7 9 9 2 2 6 5 8 2 3 9 5 6 4 6 2 4 6 7 3 8 5 1 6 2 4 8 8 7 8 3 4 8 2 5
|
36
|
+
9 8 1 7 1 4 7 5 9 2 1 2 5 7 9 8 6 4 8 3 6 3 1 4 9 9 7 4 7 8 9 7 7 9 5 7 3 2 3 3 4 3 4 8 1 4 7 7 8 6 9 4 8 1 8 8 9 5 2 7 4 1 4 1 9
|
37
|
+
8 8 2 1 1 5 4 4 9 3 4 3 9 2 1 5 1 5 4 2 3 2 2 7 3 9 2 4 3 2 4 2 9 6 3 1 1 7 4 9 1 8 3 1 9 4 6 1 8 9 2 2 2 4 9 4 3 1 8 6 2 2 8 2 7
|
38
|
+
1 2 7 8 6 7 8 4 9 9 4 3 5 5 1 4 7 3 5 1 2 9 3 2 8 8 4 9 7 6 7 7 7 5 6 4 2 5 8 2 4 2 4 9 6 5 4 3 7 9 4 8 9 6 1 7 5 4 6 2 9 4 9 7 8
|
39
|
+
6 1 1 1 9 2 5 1 5 4 7 1 7 1 7 7 5 6 6 1 6 3 6 1 9 8 9 3 7 6 2 4 7 2 4 6 3 9 7 8 4 5 8 2 6 6 8 1 3 4 2 9 6 7 9 6 5 9 9 3 5 1 6 3 2
|
40
|
+
1 9 5 1 6 3 4 2 2 6 7 7 4 7 1 8 8 9 5 6 8 1 2 7 9 5 3 9 2 6 2 3 5 6 3 2 8 7 3 1 3 1 7 6 7 7 5 6 7 9 3 5 9 4 3 9 8 6 9 9 2 1 2 6 7
|
41
|
+
5 8 6 2 1 6 4 1 3 1 8 1 6 5 7 5 7 3 5 2 6 4 9 2 4 9 4 4 2 1 2 6 8 7 8 9 3 3 1 6 4 9 7 9 4 5 4 2 7 8 3 4 3 3 6 6 3 9 1 4 9 2 1 8 9
|
42
|
+
8 8 3 2 8 8 5 7 6 5 2 1 8 4 8 7 6 2 1 8 7 7 2 7 7 5 7 9 6 6 8 5 4 1 6 2 9 2 9 5 6 2 6 4 5 4 2 1 6 2 9 4 8 1 1 6 6 8 6 2 4 5 6 7 6
|
43
|
+
3 9 5 4 9 1 9 1 7 3 5 1 5 6 7 6 6 1 5 7 2 2 3 9 7 5 4 3 2 2 8 4 1 3 7 9 4 6 1 1 8 5 2 4 2 9 9 7 9 5 5 2 7 7 2 5 3 5 7 4 6 5 7 7 8
|
44
|
+
4 7 3 9 7 4 8 3 5 2 5 4 2 3 4 7 7 6 4 5 7 9 7 3 6 2 9 2 8 6 9 3 4 3 3 1 6 1 4 2 3 8 6 4 2 9 2 8 5 5 4 3 5 2 5 1 3 4 2 2 9 2 4 3 4
|
45
|
+
6 4 9 7 8 2 9 7 7 4 8 6 5 7 2 1 1 4 5 2 8 6 4 2 8 5 2 9 9 5 4 6 9 4 4 7 5 3 5 2 7 3 8 3 1 9 3 1 4 8 2 3 4 6 5 2 2 6 2 2 2 5 7 1 9
|
46
|
+
1 8 4 4 3 5 2 6 4 4 6 3 7 7 7 5 9 9 9 5 4 1 7 1 2 8 2 7 6 3 6 7 2 1 2 5 5 3 2 9 7 8 3 4 5 9 9 4 8 8 9 3 8 6 3 1 5 5 8 1 8 4 8 9 4
|
47
|
+
9 5 9 3 6 8 9 4 1 4 9 1 3 4 8 1 3 2 9 9 4 1 4 8 8 5 7 3 4 6 6 3 2 6 5 7 5 5 2 6 8 2 6 2 5 5 3 7 6 2 7 9 2 2 8 1 7 5 3 1 2 9 4 3 5
|
48
|
+
9 1 1 4 3 6 3 4 2 4 8 7 6 6 3 8 4 3 1 5 2 1 2 7 3 3 8 2 6 2 7 5 2 7 8 5 3 2 8 5 6 7 2 3 3 5 1 6 7 2 2 8 2 4 6 4 6 4 6 2 6 3 7 7 9
|
49
|
+
6 3 3 7 1 7 3 7 9 6 1 4 7 7 2 8 8 1 9 3 6 4 8 9 9 1 5 2 7 3 2 3 5 4 9 6 2 3 4 1 9 4 5 6 2 6 4 1 6 3 3 2 6 2 2 6 2 7 8 8 1 9 2 6 4
|
50
|
+
2 2 5 4 6 6 3 1 1 9 2 7 3 3 3 6 6 5 3 7 6 8 8 4 6 7 4 6 9 1 9 1 3 5 4 8 1 7 8 2 6 1 8 9 4 1 5 9 6 8 6 2 6 5 6 3 3 1 9 2 1 8 2 3 3
|
51
|
+
6 2 4 4 9 5 1 1 3 9 4 4 5 3 9 3 9 2 9 4 7 3 7 7 2 8 8 9 9 1 3 6 2 6 9 2 2 9 3 4 8 7 7 4 1 6 6 9 8 6 4 5 8 1 3 9 9 1 8 9 2 2 5 4 7
|
52
|
+
4 6 8 3 9 3 2 6 1 5 6 7 2 6 5 7 1 1 5 2 3 4 1 4 3 1 6 4 5 1 2 8 6 1 2 5 3 4 2 4 8 8 1 9 4 5 6 5 5 2 6 8 5 7 3 7 7 9 2 2 9 3 1 6 4
|
53
|
+
3 2 6 6 3 1 4 1 1 4 5 5 1 9 1 2 5 9 7 3 2 4 9 2 6 2 1 8 2 6 2 5 7 8 1 1 8 5 1 9 9 6 5 9 5 5 2 1 5 8 3 7 3 3 8 8 4 8 7 5 5 9 9 2 8
|
54
|
+
1 2 7 5 3 6 4 8 1 4 4 6 5 5 2 4 7 8 6 9 6 5 3 5 3 8 9 3 8 2 1 8 4 8 4 6 4 8 5 5 3 8 2 8 3 3 2 1 1 8 1 7 4 4 3 6 2 3 8 9 4 9 8 7 7
|
55
|
+
3 4 1 1 9 6 3 7 7 1 1 1 3 2 2 2 2 8 5 5 1 2 7 3 9 7 7 8 6 5 6 8 9 7 8 8 3 2 6 1 3 7 1 6 8 2 7 1 1 2 6 2 3 3 5 3 9 2 2 5 7 7 4 6 4
|
56
|
+
3 5 7 4 1 7 7 8 8 3 6 1 9 7 2 1 3 3 4 5 7 6 5 9 7 1 6 5 5 3 8 7 7 6 1 8 4 8 6 2 1 3 3 1 9 4 1 2 6 5 7 4 1 3 3 8 4 9 3 8 3 2 5 9 7
|
57
|
+
6 8 1 4 4 3 5 7 5 5 6 8 6 8 5 1 6 8 2 9 2 9 3 2 3 2 4 4 6 4 1 3 2 1 7 6 4 3 3 8 7 9 7 4 8 2 5 5 1 6 4 3 6 7 4 8 8 8 2 5 2 3 7 3 4
|
58
|
+
5 9 7 7 3 5 4 3 3 8 1 5 3 5 6 8 9 8 5 6 3 3 4 2 5 8 3 8 6 6 2 1 5 8 8 8 4 3 1 6 1 1 2 3 6 7 2 5 6 7 2 9 9 6 1 5 4 3 3 1 9 4 2 5 3
|
59
|
+
9 3 7 3 3 3 3 4 5 6 1 2 8 6 7 5 7 7 5 3 7 9 7 9 3 8 9 6 1 4 9 9 6 6 2 9 9 5 4 4 1 4 6 8 9 4 4 7 1 8 1 7 7 7 7 9 6 6 6 6 9 5 6 6 2
|
60
|
+
8 6 1 3 9 5 4 3 1 3 3 4 6 1 4 4 1 1 2 8 8 1 4 4 7 1 4 3 6 9 4 4 5 5 7 4 9 2 7 9 4 1 3 1 2 7 4 2 8 6 1 6 7 5 9 4 5 3 6 1 3 1 5 8 5
|
61
|
+
3 2 4 4 9 4 8 1 7 8 2 4 3 4 2 9 4 7 6 8 7 9 3 1 6 4 3 7 9 1 2 2 3 6 6 3 9 5 3 6 4 5 1 7 8 2 6 2 9 2 1 7 2 3 7 8 7 1 5 6 2 7 8 4 4
|
62
|
+
5 7 3 9 1 9 4 5 9 1 4 2 6 5 2 8 6 8 9 8 6 8 6 7 3 2 8 1 1 3 4 5 9 7 5 9 6 8 4 6 8 7 7 4 3 9 3 8 8 2 7 4 9 3 2 3 5 9 4 5 2 7 9 1 5
|
63
|
+
4 1 1 2 5 6 1 3 4 5 6 3 7 4 1 9 2 5 9 5 6 2 9 6 6 4 7 4 4 8 8 7 9 8 9 4 5 9 6 9 5 2 2 2 6 3 1 8 8 9 3 5 2 3 1 7 6 8 1 1 7 8 7 6 7
|
64
|
+
7 9 3 7 6 2 2 8 3 4 4 6 4 3 4 4 5 8 5 7 9 2 4 7 3 4 4 2 2 1 8 9 1 1 7 6 2 8 4 5 2 8 2 6 2 5 9 6 4 4 4 4 6 8 2 8 3 5 9 4 6 8 4 6 8
|
65
|
+
1 2 1 9 6 6 1 5 7 6 6 3 6 3 7 9 7 1 6 5 2 5 7 7 5 2 3 3 6 9 2 6 2 3 5 7 8 6 2 5 3 8 8 8 1 5 8 7 6 4 3 7 9 1 5 4 2 8 7 8 7 9 4 8 2
|
66
|
+
9 6 9 6 8 5 8 6 4 7 6 9 6 4 5 1 6 3 9 6 7 3 8 5 1 6 3 9 1 2 1 9 7 1 6 5 6 4 2 9 2 7 8 7 1 3 7 7 6 6 3 3 9 1 8 9 6 2 8 7 3 9 7 1 9
|
@@ -0,0 +1 @@
|
|
1
|
+
2066
|
@@ -0,0 +1 @@
|
|
1
|
+
14644
|
@@ -0,0 +1 @@
|
|
1
|
+
17355
|
@@ -0,0 +1 @@
|
|
1
|
+
900
|
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"path": "hard/TheTotalIsRightWeirdEdition",
|
3
|
-
"name": "
|
3
|
+
"name": "The Total is Right - Weird edition",
|
4
4
|
"alphanumName": "TheTotalIsRightWeirdEdition",
|
5
|
-
"link": "
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/the-total-is-right---weird-edition",
|
6
6
|
"tests": [
|
7
7
|
{
|
8
8
|
"name": "Test 1",
|
@@ -0,0 +1,21 @@
|
|
1
|
+
#include <iostream>
|
2
|
+
#include <string>
|
3
|
+
#include <vector>
|
4
|
+
#include <algorithm>
|
5
|
+
|
6
|
+
using namespace std;
|
7
|
+
|
8
|
+
int main()
|
9
|
+
{
|
10
|
+
for (int i = 0; i < 4; i++) {
|
11
|
+
string line;
|
12
|
+
cin >> line; cin.ignore();
|
13
|
+
}
|
14
|
+
for (int i = 0; i < 4; i++) {
|
15
|
+
|
16
|
+
// Write an answer using cout. DON'T FORGET THE "<< endl"
|
17
|
+
// To debug: cerr << "Debug messages..." << endl;
|
18
|
+
|
19
|
+
cout << "line" << endl;
|
20
|
+
}
|
21
|
+
}
|
@@ -0,0 +1,20 @@
|
|
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
|
+
for (int i = 0; i < 4; i++) {
|
10
|
+
String line = in.next();
|
11
|
+
}
|
12
|
+
for (int i = 0; i < 4; i++) {
|
13
|
+
|
14
|
+
// Write an answer using System.out.println()
|
15
|
+
// To debug: System.err.println("Debug messages...");
|
16
|
+
|
17
|
+
System.out.println("line");
|
18
|
+
}
|
19
|
+
}
|
20
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<?php
|
2
|
+
for ($i = 0; $i < 4; $i++)
|
3
|
+
{
|
4
|
+
fscanf(STDIN, "%s", $line);
|
5
|
+
}
|
6
|
+
for ($i = 0; $i < 4; $i++)
|
7
|
+
{
|
8
|
+
|
9
|
+
// Write an answer using echo(). DON'T FORGET THE TRAILING \n
|
10
|
+
// To debug: error_log(var_export($var, true)); (equivalent to var_dump)
|
11
|
+
|
12
|
+
echo("line\n");
|
13
|
+
}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
{
|
2
|
+
"path": "hard/ThreeLittlePiggies",
|
3
|
+
"name": "Three little piggies",
|
4
|
+
"alphanumName": "ThreeLittlePiggies",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/three-little-piggies",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "Day 1: Three pigs",
|
9
|
+
"alphanumName": "Day1ThreePigs",
|
10
|
+
"file": "01 - Day 1 Three pigs.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "Night 1: Three pigs",
|
14
|
+
"alphanumName": "Night1ThreePigs",
|
15
|
+
"file": "02 - Night 1 Three pigs.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "Day 2: Two pigs",
|
19
|
+
"alphanumName": "Day2TwoPigs",
|
20
|
+
"file": "03 - Day 2 Two pigs.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "Night 2: Two pigs",
|
24
|
+
"alphanumName": "Night2TwoPigs",
|
25
|
+
"file": "04 - Night 2 Two pigs.txt"
|
26
|
+
}
|
27
|
+
]
|
28
|
+
}
|