@cyrilverloop/codingame-configuration 1.9.0 → 1.10.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 +31 -1
- package/config/easy/FussyFuzzyMatching/code/CGCode.js +16 -0
- package/config/easy/FussyFuzzyMatching/code/CGCode.php +19 -0
- package/config/easy/FussyFuzzyMatching/config.json +33 -0
- package/config/easy/FussyFuzzyMatching/input/01 - Strict.txt +12 -0
- package/config/easy/FussyFuzzyMatching/input/02 - letterCase=false, letterFuzz=2.txt +10 -0
- package/config/easy/FussyFuzzyMatching/input/03 - numberFuzz.txt +12 -0
- package/config/easy/FussyFuzzyMatching/input/04 - otherFuzz=false.txt +10 -0
- package/config/easy/FussyFuzzyMatching/input/05 - Put It All Together.txt +13 -0
- package/config/easy/FussyFuzzyMatching/output/01 - Strict.txt +6 -0
- package/config/easy/FussyFuzzyMatching/output/02 - letterCase=false, letterFuzz=2.txt +4 -0
- package/config/easy/FussyFuzzyMatching/output/03 - numberFuzz.txt +6 -0
- package/config/easy/FussyFuzzyMatching/output/04 - otherFuzz=false.txt +4 -0
- package/config/easy/FussyFuzzyMatching/output/05 - Put It All Together.txt +7 -0
- package/config/easy/IslandEscape/code/CGCode.js +12 -0
- package/config/easy/IslandEscape/code/CGCode.php +15 -0
- package/config/easy/IslandEscape/config.json +73 -0
- package/config/easy/IslandEscape/input/01 - Sea stack.txt +4 -0
- package/config/easy/IslandEscape/input/02 - Vanishing island.txt +6 -0
- package/config/easy/IslandEscape/input/03 - Tiny islet.txt +8 -0
- package/config/easy/IslandEscape/input/04 - Plateau.txt +6 -0
- package/config/easy/IslandEscape/input/05 - Volcano.txt +8 -0
- package/config/easy/IslandEscape/input/06 - Long descent.txt +10 -0
- package/config/easy/IslandEscape/input/07 - Cradled valley.txt +8 -0
- package/config/easy/IslandEscape/input/08 - Secluded paradise.txt +10 -0
- package/config/easy/IslandEscape/input/09 - Secret fortress.txt +12 -0
- package/config/easy/IslandEscape/input/10 - Abandoned barracks.txt +12 -0
- package/config/easy/IslandEscape/input/11 - Sea fort.txt +12 -0
- package/config/easy/IslandEscape/input/12 - Castle.txt +14 -0
- package/config/easy/IslandEscape/input/13 - City state.txt +20 -0
- package/config/easy/IslandEscape/output/01 - Sea stack.txt +1 -0
- package/config/easy/IslandEscape/output/02 - Vanishing island.txt +1 -0
- package/config/easy/IslandEscape/output/03 - Tiny islet.txt +1 -0
- package/config/easy/IslandEscape/output/04 - Plateau.txt +1 -0
- package/config/easy/IslandEscape/output/05 - Volcano.txt +1 -0
- package/config/easy/IslandEscape/output/06 - Long descent.txt +1 -0
- package/config/easy/IslandEscape/output/07 - Cradled valley.txt +1 -0
- package/config/easy/IslandEscape/output/08 - Secluded paradise.txt +1 -0
- package/config/easy/IslandEscape/output/09 - Secret fortress.txt +1 -0
- package/config/easy/IslandEscape/output/10 - Abandoned barracks.txt +1 -0
- package/config/easy/IslandEscape/output/11 - Sea fort.txt +1 -0
- package/config/easy/IslandEscape/output/12 - Castle.txt +1 -0
- package/config/easy/IslandEscape/output/13 - City state.txt +1 -0
- package/config/easy/OddQuadOut/code/CGCode.js +11 -0
- package/config/easy/OddQuadOut/code/CGCode.php +13 -0
- package/config/easy/OddQuadOut/config.json +38 -0
- package/config/easy/OddQuadOut/input/01 - test 1.txt +5 -0
- package/config/easy/OddQuadOut/input/02 - test 2.txt +7 -0
- package/config/easy/OddQuadOut/input/03 - test 3.txt +11 -0
- package/config/easy/OddQuadOut/input/04 - test 4.txt +15 -0
- package/config/easy/OddQuadOut/input/05 - test 5.txt +23 -0
- package/config/easy/OddQuadOut/input/06 - test 6.txt +27 -0
- package/config/easy/OddQuadOut/output/01 - test 1.txt +3 -0
- package/config/easy/OddQuadOut/output/02 - test 2.txt +3 -0
- package/config/easy/OddQuadOut/output/03 - test 3.txt +3 -0
- package/config/easy/OddQuadOut/output/04 - test 4.txt +3 -0
- package/config/easy/OddQuadOut/output/05 - test 5.txt +3 -0
- package/config/easy/OddQuadOut/output/06 - test 6.txt +3 -0
- package/config/easy/PachinkoJackpot/code/CGCode.js +13 -0
- package/config/easy/PachinkoJackpot/code/CGCode.php +16 -0
- package/config/easy/PachinkoJackpot/config.json +68 -0
- package/config/easy/PachinkoJackpot/input/01 - Example.txt +12 -0
- package/config/easy/PachinkoJackpot/input/02 - Multipliers.txt +8 -0
- package/config/easy/PachinkoJackpot/input/03 - Flat prizes.txt +12 -0
- package/config/easy/PachinkoJackpot/input/04 - Missing catcher.txt +10 -0
- package/config/easy/PachinkoJackpot/input/05 - Triple Potential.txt +20 -0
- package/config/easy/PachinkoJackpot/input/06 - Level pegging.txt +16 -0
- package/config/easy/PachinkoJackpot/input/07 - Smallish.txt +26 -0
- package/config/easy/PachinkoJackpot/input/08 - Medium.txt +40 -0
- package/config/easy/PachinkoJackpot/input/09 - Large.txt +50 -0
- package/config/easy/PachinkoJackpot/input/10 - Extra large.txt +66 -0
- package/config/easy/PachinkoJackpot/input/11 - Giant.txt +102 -0
- package/config/easy/PachinkoJackpot/input/12 - Monster.txt +204 -0
- package/config/easy/PachinkoJackpot/output/01 - Example.txt +1 -0
- package/config/easy/PachinkoJackpot/output/02 - Multipliers.txt +1 -0
- package/config/easy/PachinkoJackpot/output/03 - Flat prizes.txt +1 -0
- package/config/easy/PachinkoJackpot/output/04 - Missing catcher.txt +1 -0
- package/config/easy/PachinkoJackpot/output/05 - Triple Potential.txt +1 -0
- package/config/easy/PachinkoJackpot/output/06 - Level pegging.txt +1 -0
- package/config/easy/PachinkoJackpot/output/07 - Smallish.txt +1 -0
- package/config/easy/PachinkoJackpot/output/08 - Medium.txt +1 -0
- package/config/easy/PachinkoJackpot/output/09 - Large.txt +1 -0
- package/config/easy/PachinkoJackpot/output/10 - Extra large.txt +1 -0
- package/config/easy/PachinkoJackpot/output/11 - Giant.txt +1 -0
- package/config/easy/PachinkoJackpot/output/12 - Monster.txt +1 -0
- package/config/easy/SandFall/code/CGCode.js +14 -0
- package/config/easy/SandFall/code/CGCode.php +12 -0
- package/config/easy/SandFall/config.json +53 -0
- package/config/easy/SandFall/input/01 - Example.txt +6 -0
- package/config/easy/SandFall/input/02 - Wall Hug.txt +10 -0
- package/config/easy/SandFall/input/03 - Single Pile.txt +18 -0
- package/config/easy/SandFall/input/04 - Close Fit.txt +6 -0
- package/config/easy/SandFall/input/05 - Fibo.txt +90 -0
- package/config/easy/SandFall/input/06 - Pop Culture.txt +71 -0
- package/config/easy/SandFall/input/07 - Chess - Italian opening.txt +66 -0
- package/config/easy/SandFall/input/08 - Landscape.txt +194 -0
- package/config/easy/SandFall/input/09 - Big Box.txt +204 -0
- package/config/easy/SandFall/output/01 - Example.txt +4 -0
- package/config/easy/SandFall/output/02 - Wall Hug.txt +5 -0
- package/config/easy/SandFall/output/03 - Single Pile.txt +7 -0
- package/config/easy/SandFall/output/04 - Close Fit.txt +3 -0
- package/config/easy/SandFall/output/05 - Fibo.txt +6 -0
- package/config/easy/SandFall/output/06 - Pop Culture.txt +10 -0
- package/config/easy/SandFall/output/07 - Chess - Italian opening.txt +9 -0
- package/config/easy/SandFall/output/08 - Landscape.txt +11 -0
- package/config/easy/SandFall/output/09 - Big Box.txt +16 -0
- package/config/medium/ASCIICube/code/CGCode.js +8 -0
- package/config/medium/ASCIICube/code/CGCode.php +9 -0
- package/config/medium/ASCIICube/config.json +93 -0
- package/config/medium/ASCIICube/input/01 - w gt h gt d.txt +3 -0
- package/config/medium/ASCIICube/input/02 - d gt h gt w.txt +3 -0
- package/config/medium/ASCIICube/input/03 - w gt d gt h.txt +3 -0
- package/config/medium/ASCIICube/input/04 - h gt d gt w.txt +3 -0
- package/config/medium/ASCIICube/input/05 - d gt w gt h.txt +3 -0
- package/config/medium/ASCIICube/input/06 - h gt w gt d.txt +3 -0
- package/config/medium/ASCIICube/input/07 - w = 1.txt +3 -0
- package/config/medium/ASCIICube/input/08 - h = 1.txt +3 -0
- package/config/medium/ASCIICube/input/09 - d = 1.txt +3 -0
- package/config/medium/ASCIICube/input/10 - w = 1 h = 1.txt +3 -0
- package/config/medium/ASCIICube/input/11 - w = 1 d = 1.txt +3 -0
- package/config/medium/ASCIICube/input/12 - h = 1 d = 1.txt +3 -0
- package/config/medium/ASCIICube/input/13 - w = 1 h = 1 d = 1.txt +3 -0
- package/config/medium/ASCIICube/input/14 - w = d.txt +3 -0
- package/config/medium/ASCIICube/input/15 - w = h.txt +3 -0
- package/config/medium/ASCIICube/input/16 - h = d.txt +3 -0
- package/config/medium/ASCIICube/input/17 - w = h = d.txt +3 -0
- package/config/medium/ASCIICube/output/01 - w gt h gt d.txt +6 -0
- package/config/medium/ASCIICube/output/02 - d gt h gt w.txt +13 -0
- package/config/medium/ASCIICube/output/03 - w gt d gt h.txt +12 -0
- package/config/medium/ASCIICube/output/04 - h gt d gt w.txt +23 -0
- package/config/medium/ASCIICube/output/05 - d gt w gt h.txt +19 -0
- package/config/medium/ASCIICube/output/06 - h gt w gt d.txt +7 -0
- package/config/medium/ASCIICube/output/07 - w = 1.txt +12 -0
- package/config/medium/ASCIICube/output/08 - h = 1.txt +10 -0
- package/config/medium/ASCIICube/output/09 - d = 1.txt +9 -0
- package/config/medium/ASCIICube/output/10 - w = 1 h = 1.txt +8 -0
- package/config/medium/ASCIICube/output/11 - w = 1 d = 1.txt +7 -0
- package/config/medium/ASCIICube/output/12 - h = 1 d = 1.txt +3 -0
- package/config/medium/ASCIICube/output/13 - w = 1 h = 1 d = 1.txt +3 -0
- package/config/medium/ASCIICube/output/14 - w = d.txt +12 -0
- package/config/medium/ASCIICube/output/15 - w = h.txt +14 -0
- package/config/medium/ASCIICube/output/16 - h = d.txt +11 -0
- package/config/medium/ASCIICube/output/17 - w = h = d.txt +15 -0
- package/config/medium/ASCIISnakes/code/CGCode.js +6 -0
- package/config/medium/ASCIISnakes/code/CGCode.php +7 -0
- package/config/medium/ASCIISnakes/config.json +28 -0
- package/config/medium/ASCIISnakes/input/01 - Example case.txt +1 -0
- package/config/medium/ASCIISnakes/input/02 - Back to the basics.txt +1 -0
- package/config/medium/ASCIISnakes/input/03 - Weird snake.txt +1 -0
- package/config/medium/ASCIISnakes/input/04 - Boss snake.txt +1 -0
- package/config/medium/ASCIISnakes/output/01 - Example case.txt +8 -0
- package/config/medium/ASCIISnakes/output/02 - Back to the basics.txt +8 -0
- package/config/medium/ASCIISnakes/output/03 - Weird snake.txt +8 -0
- package/config/medium/ASCIISnakes/output/04 - Boss snake.txt +10 -0
- package/config/medium/AStoryToGoInCircles/code/CGCode.js +10 -0
- package/config/medium/AStoryToGoInCircles/code/CGCode.php +12 -0
- package/config/medium/AStoryToGoInCircles/config.json +28 -0
- package/config/medium/AStoryToGoInCircles/input/01 - test 1.txt +6 -0
- package/config/medium/AStoryToGoInCircles/input/02 - test 2.txt +8 -0
- package/config/medium/AStoryToGoInCircles/input/03 - test 3.txt +9 -0
- package/config/medium/AStoryToGoInCircles/input/04 - test 4.txt +11 -0
- package/config/medium/AStoryToGoInCircles/output/01 - test 1.txt +1 -0
- package/config/medium/AStoryToGoInCircles/output/02 - test 2.txt +1 -0
- package/config/medium/AStoryToGoInCircles/output/03 - test 3.txt +1 -0
- package/config/medium/AStoryToGoInCircles/output/04 - test 4.txt +1 -0
- package/config/medium/BeachVolleyball/code/CGCode.js +14 -0
- package/config/medium/BeachVolleyball/code/CGCode.php +11 -0
- package/config/medium/BeachVolleyball/config.json +33 -0
- package/config/medium/BeachVolleyball/input/01 - Straight Down.txt +5 -0
- package/config/medium/BeachVolleyball/input/02 - Frictionless Water.txt +5 -0
- package/config/medium/BeachVolleyball/input/03 - Different speeds.txt +5 -0
- package/config/medium/BeachVolleyball/input/04 - Big Kick.txt +5 -0
- package/config/medium/BeachVolleyball/input/05 - Really Big Kick.txt +5 -0
- package/config/medium/BeachVolleyball/output/01 - Straight Down.txt +1 -0
- package/config/medium/BeachVolleyball/output/02 - Frictionless Water.txt +1 -0
- package/config/medium/BeachVolleyball/output/03 - Different speeds.txt +1 -0
- package/config/medium/BeachVolleyball/output/04 - Big Kick.txt +1 -0
- package/config/medium/BeachVolleyball/output/05 - Really Big Kick.txt +1 -0
- package/config/medium/CookingPassion/code/CGCode.js +16 -0
- package/config/medium/CookingPassion/code/CGCode.php +17 -0
- package/config/medium/CookingPassion/config.json +38 -0
- package/config/medium/CookingPassion/input/01 - Simple Recipe.txt +9 -0
- package/config/medium/CookingPassion/input/02 - kilograms.txt +9 -0
- package/config/medium/CookingPassion/input/03 - Order + liquid.txt +15 -0
- package/config/medium/CookingPassion/input/04 - Your dog is rich.txt +17 -0
- package/config/medium/CookingPassion/input/05 - J/342/200/231aime la ratatouille.txt" +33 -0
- package/config/medium/CookingPassion/input/06 - Mix and twist.txt +7 -0
- package/config/medium/CookingPassion/output/01 - Simple Recipe.txt +4 -0
- package/config/medium/CookingPassion/output/02 - kilograms.txt +4 -0
- package/config/medium/CookingPassion/output/03 - Order + liquid.txt +6 -0
- package/config/medium/CookingPassion/output/04 - Your dog is rich.txt +7 -0
- package/config/medium/CookingPassion/output/05 - J/342/200/231aime la ratatouille.txt" +12 -0
- package/config/medium/CookingPassion/output/06 - Mix and twist.txt +3 -0
- package/config/medium/Criminal/code/CGCode.js +10 -0
- package/config/medium/Criminal/code/CGCode.php +12 -0
- package/config/medium/Criminal/config.json +53 -0
- package/config/medium/Criminal/input/01 - Example.txt +6 -0
- package/config/medium/Criminal/input/02 - Example 2.txt +12 -0
- package/config/medium/Criminal/input/03 - Ninja.txt +7 -0
- package/config/medium/Criminal/input/04 - Small Hole.txt +7 -0
- package/config/medium/Criminal/input/05 - Infiltrate.txt +9 -0
- package/config/medium/Criminal/input/06 - Behind A Stick.txt +7 -0
- package/config/medium/Criminal/input/07 - In A House.txt07 - In A House.txt +34 -0
- package/config/medium/Criminal/input/08 - In A House 2.txt +34 -0
- package/config/medium/Criminal/input/09 - Nobody Will Catch You! ... if you/342/200/231re already caught.txt" +11 -0
- package/config/medium/Criminal/output/01 - Example.txt +1 -0
- package/config/medium/Criminal/output/02 - Example 2.txt +1 -0
- package/config/medium/Criminal/output/03 - Ninja.txt +1 -0
- package/config/medium/Criminal/output/04 - Small Hole.txt +1 -0
- package/config/medium/Criminal/output/05 - Infiltrate.txt +1 -0
- package/config/medium/Criminal/output/06 - Behind A Stick.txt +1 -0
- package/config/medium/Criminal/output/07 - In A House.txt07 - In A House.txt +1 -0
- package/config/medium/Criminal/output/08 - In A House 2.txt +1 -0
- package/config/medium/Criminal/output/09 - Nobody Will Catch You! ... if you/342/200/231re already caught.txt" +1 -0
- package/config/medium/CustomGameOfLife/code/CGCode.js +14 -0
- package/config/medium/CustomGameOfLife/code/CGCode.php +13 -0
- package/config/medium/CustomGameOfLife/config.json +53 -0
- package/config/medium/CustomGameOfLife/input/01 - Stable.txt +6 -0
- package/config/medium/CustomGameOfLife/input/02 - 1 turn.txt +8 -0
- package/config/medium/CustomGameOfLife/input/03 - Oscillator.txt +6 -0
- package/config/medium/CustomGameOfLife/input/04 - Spaceship 4 turns.txt +7 -0
- package/config/medium/CustomGameOfLife/input/05 - New rules, simple.txt +7 -0
- package/config/medium/CustomGameOfLife/input/06 - A bit more complex.txt +8 -0
- package/config/medium/CustomGameOfLife/input/07 - Weird rules.txt +9 -0
- package/config/medium/CustomGameOfLife/input/08 - Complex rules, more turns.txt +13 -0
- package/config/medium/CustomGameOfLife/input/09 - Insane (20x20, random rules and grid).txt +23 -0
- package/config/medium/CustomGameOfLife/output/01 - Stable.txt +3 -0
- package/config/medium/CustomGameOfLife/output/02 - 1 turn.txt +5 -0
- package/config/medium/CustomGameOfLife/output/03 - Oscillator.txt +3 -0
- package/config/medium/CustomGameOfLife/output/04 - Spaceship 4 turns.txt +4 -0
- package/config/medium/CustomGameOfLife/output/05 - New rules, simple.txt +4 -0
- package/config/medium/CustomGameOfLife/output/06 - A bit more complex.txt +5 -0
- package/config/medium/CustomGameOfLife/output/07 - Weird rules.txt +6 -0
- package/config/medium/CustomGameOfLife/output/08 - Complex rules, more turns.txt +10 -0
- package/config/medium/CustomGameOfLife/output/09 - Insane (20x20, random rules and grid).txt +20 -0
- package/config/medium/DiceGalaxy/code/CGCode.js +12 -0
- package/config/medium/DiceGalaxy/code/CGCode.php +15 -0
- package/config/medium/DiceGalaxy/config.json +53 -0
- package/config/medium/DiceGalaxy/input/01 - Vertical position.txt +5 -0
- package/config/medium/DiceGalaxy/input/02 - Horizontal position.txt +5 -0
- package/config/medium/DiceGalaxy/input/03 - Diagonal position.txt +5 -0
- package/config/medium/DiceGalaxy/input/04 - Knight move.txt +5 -0
- package/config/medium/DiceGalaxy/input/05 - A little flat universe.txt +4 -0
- package/config/medium/DiceGalaxy/input/06 - Balanced.txt +5 -0
- package/config/medium/DiceGalaxy/input/07 - Mistakes of predecessors.txt +5 -0
- package/config/medium/DiceGalaxy/input/08 - Double galaxy.txt +7 -0
- package/config/medium/DiceGalaxy/input/09 - Seven galaxy.txt +12 -0
- package/config/medium/DiceGalaxy/output/01 - Vertical position.txt +3 -0
- package/config/medium/DiceGalaxy/output/02 - Horizontal position.txt +3 -0
- package/config/medium/DiceGalaxy/output/03 - Diagonal position.txt +3 -0
- package/config/medium/DiceGalaxy/output/04 - Knight move.txt +3 -0
- package/config/medium/DiceGalaxy/output/05 - A little flat universe.txt +2 -0
- package/config/medium/DiceGalaxy/output/06 - Balanced.txt +3 -0
- package/config/medium/DiceGalaxy/output/07 - Mistakes of predecessors.txt +3 -0
- package/config/medium/DiceGalaxy/output/08 - Double galaxy.txt +5 -0
- package/config/medium/DiceGalaxy/output/09 - Seven galaxy.txt +10 -0
- package/config/medium/DisksIntersection/code/CGCode.js +13 -0
- package/config/medium/DisksIntersection/code/CGCode.php +8 -0
- package/config/medium/DisksIntersection/config.json +33 -0
- package/config/medium/DisksIntersection/input/01 - No intersection.txt +2 -0
- package/config/medium/DisksIntersection/input/02 - Intersection in one point.txt +2 -0
- package/config/medium/DisksIntersection/input/03 - Same radius.txt +2 -0
- package/config/medium/DisksIntersection/input/04 - Different radius.txt +2 -0
- package/config/medium/DisksIntersection/input/05 - One in another.txt +2 -0
- package/config/medium/DisksIntersection/output/01 - No intersection.txt +1 -0
- package/config/medium/DisksIntersection/output/02 - Intersection in one point.txt +1 -0
- package/config/medium/DisksIntersection/output/03 - Same radius.txt +1 -0
- package/config/medium/DisksIntersection/output/04 - Different radius.txt +1 -0
- package/config/medium/DisksIntersection/output/05 - One in another.txt +1 -0
- package/config/medium/Enigma3RotorsWithoutPlugboard/code/CGCode.js +29 -0
- package/config/medium/Enigma3RotorsWithoutPlugboard/code/CGCode.php +31 -0
- package/config/medium/Enigma3RotorsWithoutPlugboard/config.json +28 -0
- package/config/medium/Enigma3RotorsWithoutPlugboard/input/01 - Short Message.txt +9 -0
- package/config/medium/Enigma3RotorsWithoutPlugboard/input/02 - Triggered Rotation.txt +9 -0
- package/config/medium/Enigma3RotorsWithoutPlugboard/input/03 - Longer Message.txt +9 -0
- package/config/medium/Enigma3RotorsWithoutPlugboard/input/04 - Longest Message.txt +9 -0
- package/config/medium/Enigma3RotorsWithoutPlugboard/output/01 - Short Message.txt +1 -0
- package/config/medium/Enigma3RotorsWithoutPlugboard/output/02 - Triggered Rotation.txt +1 -0
- package/config/medium/Enigma3RotorsWithoutPlugboard/output/03 - Longer Message.txt +1 -0
- package/config/medium/Enigma3RotorsWithoutPlugboard/output/04 - Longest Message.txt +1 -0
- package/config/medium/EuropeanRugbyChampionsCupRanking/code/CGCode.js +13 -0
- package/config/medium/EuropeanRugbyChampionsCupRanking/code/CGCode.php +17 -0
- package/config/medium/EuropeanRugbyChampionsCupRanking/config.json +33 -0
- package/config/medium/EuropeanRugbyChampionsCupRanking/input/01 - CHALLENGE CUP 2014-2015.txt +65 -0
- package/config/medium/EuropeanRugbyChampionsCupRanking/input/02 - ERCC 2015-2016.txt +65 -0
- package/config/medium/EuropeanRugbyChampionsCupRanking/input/03 - ERCC 2016-2017.txt +65 -0
- package/config/medium/EuropeanRugbyChampionsCupRanking/input/04 - ERCC 2017-2018.txt +65 -0
- package/config/medium/EuropeanRugbyChampionsCupRanking/input/05 - ERCC 2018-2019.txt +65 -0
- package/config/medium/EuropeanRugbyChampionsCupRanking/output/01 - CHALLENGE CUP 2014-2015.txt +4 -0
- package/config/medium/EuropeanRugbyChampionsCupRanking/output/02 - ERCC 2015-2016.txt +4 -0
- package/config/medium/EuropeanRugbyChampionsCupRanking/output/03 - ERCC 2016-2017.txt +4 -0
- package/config/medium/EuropeanRugbyChampionsCupRanking/output/04 - ERCC 2017-2018.txt +4 -0
- package/config/medium/EuropeanRugbyChampionsCupRanking/output/05 - ERCC 2018-2019.txt +4 -0
- package/config/medium/GuessingDigits/code/CGCode.js +7 -0
- package/config/medium/GuessingDigits/code/CGCode.php +8 -0
- package/config/medium/GuessingDigits/config.json +48 -0
- package/config/medium/GuessingDigits/input/01 - test 1.txt +2 -0
- package/config/medium/GuessingDigits/input/02 - test 2.txt +2 -0
- package/config/medium/GuessingDigits/input/03 - test 3.txt +2 -0
- package/config/medium/GuessingDigits/input/04 - test 4.txt +2 -0
- package/config/medium/GuessingDigits/input/05 - test 5.txt +2 -0
- package/config/medium/GuessingDigits/input/06 - test 6.txt +2 -0
- package/config/medium/GuessingDigits/input/07 - test 7.txt +2 -0
- package/config/medium/GuessingDigits/input/08 - test 8.txt +2 -0
- package/config/medium/GuessingDigits/output/01 - test 1.txt +1 -0
- package/config/medium/GuessingDigits/output/02 - test 2.txt +1 -0
- package/config/medium/GuessingDigits/output/03 - test 3.txt +1 -0
- package/config/medium/GuessingDigits/output/04 - test 4.txt +1 -0
- package/config/medium/GuessingDigits/output/05 - test 5.txt +1 -0
- package/config/medium/GuessingDigits/output/06 - test 6.txt +1 -0
- package/config/medium/GuessingDigits/output/07 - test 7.txt +1 -0
- package/config/medium/GuessingDigits/output/08 - test 8.txt +1 -0
- package/config/medium/GuessingNCheating/code/CGCode.js +9 -0
- package/config/medium/GuessingNCheating/code/CGCode.php +11 -0
- package/config/medium/GuessingNCheating/config.json +63 -0
- package/config/medium/GuessingNCheating/input/01 - Sample cheating.txt +4 -0
- package/config/medium/GuessingNCheating/input/02 - Cheat right in the face.txt +6 -0
- package/config/medium/GuessingNCheating/input/03 - Bob in a mess.txt +9 -0
- package/config/medium/GuessingNCheating/input/04 - Contradiction.txt +7 -0
- package/config/medium/GuessingNCheating/input/05 - Good Luck.txt +2 -0
- package/config/medium/GuessingNCheating/input/06 - Sequence.txt +15 -0
- package/config/medium/GuessingNCheating/input/07 - Impossible.txt +4 -0
- package/config/medium/GuessingNCheating/input/08 - Repetition.txt +8 -0
- package/config/medium/GuessingNCheating/input/09 - Elimination.txt +8 -0
- package/config/medium/GuessingNCheating/input/10 - Right at the end.txt +8 -0
- package/config/medium/GuessingNCheating/input/11 - Weird reasoning.txt +5 -0
- package/config/medium/GuessingNCheating/output/01 - Sample cheating.txt +1 -0
- package/config/medium/GuessingNCheating/output/02 - Cheat right in the face.txt +1 -0
- package/config/medium/GuessingNCheating/output/03 - Bob in a mess.txt +1 -0
- package/config/medium/GuessingNCheating/output/04 - Contradiction.txt +1 -0
- package/config/medium/GuessingNCheating/output/05 - Good Luck.txt +1 -0
- package/config/medium/GuessingNCheating/output/06 - Sequence.txt +1 -0
- package/config/medium/GuessingNCheating/output/07 - Impossible.txt +1 -0
- package/config/medium/GuessingNCheating/output/08 - Repetition.txt +1 -0
- package/config/medium/GuessingNCheating/output/09 - Elimination.txt +1 -0
- package/config/medium/GuessingNCheating/output/10 - Right at the end.txt +1 -0
- package/config/medium/GuessingNCheating/output/11 - Weird reasoning.txt +1 -0
- package/config/medium/HTMLTableCellSplit/code/CGCode.js +12 -0
- package/config/medium/HTMLTableCellSplit/code/CGCode.php +12 -0
- package/config/medium/HTMLTableCellSplit/config.json +43 -0
- package/config/medium/HTMLTableCellSplit/input/01 - Just check if statement clear.txt +4 -0
- package/config/medium/HTMLTableCellSplit/input/02 - Let/342/200/231s start seriously.txt" +5 -0
- package/config/medium/HTMLTableCellSplit/input/03 - In the middle of spans.txt +6 -0
- package/config/medium/HTMLTableCellSplit/input/04 - Care to above.txt +5 -0
- package/config/medium/HTMLTableCellSplit/input/05 - Split in rows.txt +5 -0
- package/config/medium/HTMLTableCellSplit/input/06 - Complex by col.txt +7 -0
- package/config/medium/HTMLTableCellSplit/input/07 - Complex by row.txt +7 -0
- package/config/medium/HTMLTableCellSplit/output/01 - Just check if statement clear.txt +2 -0
- package/config/medium/HTMLTableCellSplit/output/02 - Let/342/200/231s start seriously.txt" +3 -0
- package/config/medium/HTMLTableCellSplit/output/03 - In the middle of spans.txt +4 -0
- package/config/medium/HTMLTableCellSplit/output/04 - Care to above.txt +3 -0
- package/config/medium/HTMLTableCellSplit/output/05 - Split in rows.txt +4 -0
- package/config/medium/HTMLTableCellSplit/output/06 - Complex by col.txt +5 -0
- package/config/medium/HTMLTableCellSplit/output/07 - Complex by row.txt +6 -0
- package/config/medium/Hunger/code/CGCode.js +12 -0
- package/config/medium/Hunger/code/CGCode.php +12 -0
- package/config/medium/Hunger/config.json +28 -0
- package/config/medium/Hunger/input/01 - Sample.txt +2 -0
- package/config/medium/Hunger/input/02 - Burp.txt +2 -0
- package/config/medium/Hunger/input/03 - (.txt +2 -0
- package/config/medium/Hunger/input/04 - It/342/200/231s the reward that matters.txt" +2 -0
- package/config/medium/Hunger/output/01 - Sample.txt +1 -0
- package/config/medium/Hunger/output/02 - Burp.txt +1 -0
- package/config/medium/Hunger/output/03 - (.txt +1 -0
- package/config/medium/Hunger/output/04 - It/342/200/231s the reward that matters.txt" +1 -0
- package/config/medium/LostAstronaut/code/CGCode.js +7 -0
- package/config/medium/LostAstronaut/code/CGCode.php +8 -0
- package/config/medium/LostAstronaut/config.json +43 -0
- package/config/medium/LostAstronaut/input/01 - all binary.txt +2 -0
- package/config/medium/LostAstronaut/input/02 - all octaldecimal.txt +2 -0
- package/config/medium/LostAstronaut/input/03 - all hexadecimal.txt +2 -0
- package/config/medium/LostAstronaut/input/04 - random test.txt +2 -0
- package/config/medium/LostAstronaut/input/05 - 1st Signal.txt +2 -0
- package/config/medium/LostAstronaut/input/06 - 2nd Signal.txt +2 -0
- package/config/medium/LostAstronaut/input/07 - 3rd Signal.txt +2 -0
- package/config/medium/LostAstronaut/output/01 - all binary.txt +1 -0
- package/config/medium/LostAstronaut/output/02 - all octaldecimal.txt +1 -0
- package/config/medium/LostAstronaut/output/03 - all hexadecimal.txt +1 -0
- package/config/medium/LostAstronaut/output/04 - random test.txt +1 -0
- package/config/medium/LostAstronaut/output/05 - 1st Signal.txt +1 -0
- package/config/medium/LostAstronaut/output/06 - 2nd Signal.txt +1 -0
- package/config/medium/LostAstronaut/output/07 - 3rd Signal.txt +1 -0
- package/config/medium/NonTripleNumbers/code/CGCode.js +6 -0
- package/config/medium/NonTripleNumbers/code/CGCode.php +7 -0
- package/config/medium/NonTripleNumbers/config.json +58 -0
- package/config/medium/NonTripleNumbers/input/01 - n = 27.txt +1 -0
- package/config/medium/NonTripleNumbers/input/02 - n = 367.txt +1 -0
- package/config/medium/NonTripleNumbers/input/03 - n = 4943.txt +1 -0
- package/config/medium/NonTripleNumbers/input/04 - n = 349525.txt +1 -0
- package/config/medium/NonTripleNumbers/input/05 - n = 209919.txt +1 -0
- package/config/medium/NonTripleNumbers/input/06 - n = 1048575.txt +1 -0
- package/config/medium/NonTripleNumbers/input/07 - n = 6804756.txt +1 -0
- package/config/medium/NonTripleNumbers/input/08 - n = 227978622.txt +1 -0
- package/config/medium/NonTripleNumbers/input/09 - n = 380810157.txt +1 -0
- package/config/medium/NonTripleNumbers/input/10 - n = 1072693248.txt +1 -0
- package/config/medium/NonTripleNumbers/output/01 - n = 27.txt +1 -0
- package/config/medium/NonTripleNumbers/output/02 - n = 367.txt +1 -0
- package/config/medium/NonTripleNumbers/output/03 - n = 4943.txt +1 -0
- package/config/medium/NonTripleNumbers/output/04 - n = 349525.txt +1 -0
- package/config/medium/NonTripleNumbers/output/05 - n = 209919.txt +1 -0
- package/config/medium/NonTripleNumbers/output/06 - n = 1048575.txt +1 -0
- package/config/medium/NonTripleNumbers/output/07 - n = 6804756.txt +1 -0
- package/config/medium/NonTripleNumbers/output/08 - n = 227978622.txt +1 -0
- package/config/medium/NonTripleNumbers/output/09 - n = 380810157.txt +1 -0
- package/config/medium/NonTripleNumbers/output/10 - n = 1072693248.txt +1 -0
- package/config/medium/PlaceTheParenthesis/code/CGCode.js +9 -0
- package/config/medium/PlaceTheParenthesis/code/CGCode.php +11 -0
- package/config/medium/PlaceTheParenthesis/config.json +28 -0
- package/config/medium/PlaceTheParenthesis/input/01 - Example.txt +2 -0
- package/config/medium/PlaceTheParenthesis/input/02 - No parenthesis.txt +4 -0
- package/config/medium/PlaceTheParenthesis/input/03 - Negativity.txt +4 -0
- package/config/medium/PlaceTheParenthesis/input/04 - Test 4.txt +4 -0
- package/config/medium/PlaceTheParenthesis/output/01 - Example.txt +1 -0
- package/config/medium/PlaceTheParenthesis/output/02 - No parenthesis.txt +3 -0
- package/config/medium/PlaceTheParenthesis/output/03 - Negativity.txt +3 -0
- package/config/medium/PlaceTheParenthesis/output/04 - Test 4.txt +3 -0
- package/config/medium/RailwayStationClock/code/CGCode.js +6 -0
- package/config/medium/RailwayStationClock/code/CGCode.php +7 -0
- package/config/medium/RailwayStationClock/config.json +68 -0
- package/config/medium/RailwayStationClock/input/01 - Little off.txt +1 -0
- package/config/medium/RailwayStationClock/input/02 - Just adjusted.txt +1 -0
- package/config/medium/RailwayStationClock/input/03 - Little more.txt +1 -0
- package/config/medium/RailwayStationClock/input/04 - Half way.txt +1 -0
- package/config/medium/RailwayStationClock/input/05 - Late or not.txt +1 -0
- package/config/medium/RailwayStationClock/input/06 - Bear with it.txt +1 -0
- package/config/medium/RailwayStationClock/input/07 - Confusing.txt +1 -0
- package/config/medium/RailwayStationClock/input/08 - Still confusing.txt +1 -0
- package/config/medium/RailwayStationClock/input/09 - It happens.txt +1 -0
- package/config/medium/RailwayStationClock/input/10 - Yesterday or tomorrow.txt +1 -0
- package/config/medium/RailwayStationClock/input/11 - Just late.txt +1 -0
- package/config/medium/RailwayStationClock/input/12 - Early bird.txt +1 -0
- package/config/medium/RailwayStationClock/output/01 - Little off.txt +1 -0
- package/config/medium/RailwayStationClock/output/02 - Just adjusted.txt +1 -0
- package/config/medium/RailwayStationClock/output/03 - Little more.txt +1 -0
- package/config/medium/RailwayStationClock/output/04 - Half way.txt +1 -0
- package/config/medium/RailwayStationClock/output/05 - Late or not.txt +1 -0
- package/config/medium/RailwayStationClock/output/06 - Bear with it.txt +1 -0
- package/config/medium/RailwayStationClock/output/07 - Confusing.txt +1 -0
- package/config/medium/RailwayStationClock/output/08 - Still confusing.txt +1 -0
- package/config/medium/RailwayStationClock/output/09 - It happens.txt +1 -0
- package/config/medium/RailwayStationClock/output/10 - Yesterday or tomorrow.txt +1 -0
- package/config/medium/RailwayStationClock/output/11 - Just late.txt +1 -0
- package/config/medium/RailwayStationClock/output/12 - Early bird.txt +1 -0
- package/config/medium/RandomTimeTravel/code/CGCode.js +11 -0
- package/config/medium/RandomTimeTravel/code/CGCode.php +9 -0
- package/config/medium/RandomTimeTravel/config.json +33 -0
- package/config/medium/RandomTimeTravel/input/01 - Simple forward.txt +3 -0
- package/config/medium/RandomTimeTravel/input/02 - Simple backward.txt +3 -0
- package/config/medium/RandomTimeTravel/input/03 - Java Random 10 steps.txt +3 -0
- package/config/medium/RandomTimeTravel/input/04 - Java Random -10 steps.txt +3 -0
- package/config/medium/RandomTimeTravel/input/05 - Back to the future.txt +3 -0
- package/config/medium/RandomTimeTravel/output/01 - Simple forward.txt +1 -0
- package/config/medium/RandomTimeTravel/output/02 - Simple backward.txt +1 -0
- package/config/medium/RandomTimeTravel/output/03 - Java Random 10 steps.txt +1 -0
- package/config/medium/RandomTimeTravel/output/04 - Java Random -10 steps.txt +1 -0
- package/config/medium/RandomTimeTravel/output/05 - Back to the future.txt +1 -0
- package/config/medium/ReversePolishNotation/code/CGCode.js +10 -0
- package/config/medium/ReversePolishNotation/code/CGCode.php +12 -0
- package/config/medium/ReversePolishNotation/config.json +43 -0
- package/config/medium/ReversePolishNotation/input/01 - Simple operation.txt +2 -0
- package/config/medium/ReversePolishNotation/input/02 - More operations.txt +2 -0
- package/config/medium/ReversePolishNotation/input/03 - Playing with the stack.txt +2 -0
- package/config/medium/ReversePolishNotation/input/04 - Stack underflow.txt +2 -0
- package/config/medium/ReversePolishNotation/input/05 - ROL.txt +2 -0
- package/config/medium/ReversePolishNotation/input/06 - Divide by zero.txt +2 -0
- package/config/medium/ReversePolishNotation/input/07 - Error In Progress.txt +2 -0
- package/config/medium/ReversePolishNotation/output/01 - Simple operation.txt +1 -0
- package/config/medium/ReversePolishNotation/output/02 - More operations.txt +1 -0
- package/config/medium/ReversePolishNotation/output/03 - Playing with the stack.txt +1 -0
- package/config/medium/ReversePolishNotation/output/04 - Stack underflow.txt +1 -0
- package/config/medium/ReversePolishNotation/output/05 - ROL.txt +1 -0
- package/config/medium/ReversePolishNotation/output/06 - Divide by zero.txt +1 -0
- package/config/medium/ReversePolishNotation/output/07 - Error In Progress.txt +1 -0
- package/config/medium/RocketEngines/code/CGCode.js +11 -0
- package/config/medium/RocketEngines/code/CGCode.php +8 -0
- package/config/medium/RocketEngines/config.json +58 -0
- package/config/medium/RocketEngines/input/01 - test 1.txt +2 -0
- package/config/medium/RocketEngines/input/02 - test 2.txt +2 -0
- package/config/medium/RocketEngines/input/03 - test 3.txt +2 -0
- package/config/medium/RocketEngines/input/04 - test 4.txt +2 -0
- package/config/medium/RocketEngines/input/05 - test 5.txt +2 -0
- package/config/medium/RocketEngines/input/06 - test 6.txt +2 -0
- package/config/medium/RocketEngines/input/07 - test 7.txt +2 -0
- package/config/medium/RocketEngines/input/08 - test 8.txt +2 -0
- package/config/medium/RocketEngines/input/09 - test 9.txt +2 -0
- package/config/medium/RocketEngines/input/10 - test 10.txt +2 -0
- package/config/medium/RocketEngines/output/01 - test 1.txt +1 -0
- package/config/medium/RocketEngines/output/02 - test 2.txt +1 -0
- package/config/medium/RocketEngines/output/03 - test 3.txt +1 -0
- package/config/medium/RocketEngines/output/04 - test 4.txt +1 -0
- package/config/medium/RocketEngines/output/05 - test 5.txt +1 -0
- package/config/medium/RocketEngines/output/06 - test 6.txt +1 -0
- package/config/medium/RocketEngines/output/07 - test 7.txt +1 -0
- package/config/medium/RocketEngines/output/08 - test 8.txt +1 -0
- package/config/medium/RocketEngines/output/09 - test 9.txt +1 -0
- package/config/medium/RocketEngines/output/10 - test 10.txt +1 -0
- package/config/medium/SmileFriezeCheese/code/CGCode.js +9 -0
- package/config/medium/SmileFriezeCheese/code/CGCode.php +11 -0
- package/config/medium/SmileFriezeCheese/config.json +43 -0
- package/config/medium/SmileFriezeCheese/input/01 - p111.txt +5 -0
- package/config/medium/SmileFriezeCheese/input/02 - p1m1.txt +5 -0
- package/config/medium/SmileFriezeCheese/input/03 - pm11.txt +6 -0
- package/config/medium/SmileFriezeCheese/input/04 - pmm2.txt +6 -0
- package/config/medium/SmileFriezeCheese/input/05 - p112.txt +6 -0
- package/config/medium/SmileFriezeCheese/input/06 - p1a1.txt +5 -0
- package/config/medium/SmileFriezeCheese/input/07 - pma2.txt +4 -0
- package/config/medium/SmileFriezeCheese/output/01 - p111.txt +1 -0
- package/config/medium/SmileFriezeCheese/output/02 - p1m1.txt +1 -0
- package/config/medium/SmileFriezeCheese/output/03 - pm11.txt +1 -0
- package/config/medium/SmileFriezeCheese/output/04 - pmm2.txt +1 -0
- package/config/medium/SmileFriezeCheese/output/05 - p112.txt +1 -0
- package/config/medium/SmileFriezeCheese/output/06 - p1a1.txt +1 -0
- package/config/medium/SmileFriezeCheese/output/07 - pma2.txt +1 -0
- package/config/medium/ThermalFlyingEpisode1/code/CGCode.js +11 -0
- package/config/medium/ThermalFlyingEpisode1/code/CGCode.php +13 -0
- package/config/medium/ThermalFlyingEpisode1/config.json +43 -0
- package/config/medium/ThermalFlyingEpisode1/input/01 - Morning Flight.txt +13 -0
- package/config/medium/ThermalFlyingEpisode1/input/02 - Little thermal.txt +14 -0
- package/config/medium/ThermalFlyingEpisode1/input/03 - Bigger thermal.txt +13 -0
- package/config/medium/ThermalFlyingEpisode1/input/04 - Strong one with downdraft.txt +12 -0
- package/config/medium/ThermalFlyingEpisode1/input/05 - Turbulent air.txt +13 -0
- package/config/medium/ThermalFlyingEpisode1/input/06 - Cumulonimbus.txt +13 -0
- package/config/medium/ThermalFlyingEpisode1/input/07 - Apocalyptic.txt +11 -0
- package/config/medium/ThermalFlyingEpisode1/output/01 - Morning Flight.txt +1 -0
- package/config/medium/ThermalFlyingEpisode1/output/02 - Little thermal.txt +1 -0
- package/config/medium/ThermalFlyingEpisode1/output/03 - Bigger thermal.txt +1 -0
- package/config/medium/ThermalFlyingEpisode1/output/04 - Strong one with downdraft.txt +1 -0
- package/config/medium/ThermalFlyingEpisode1/output/05 - Turbulent air.txt +1 -0
- package/config/medium/ThermalFlyingEpisode1/output/06 - Cumulonimbus.txt +1 -0
- package/config/medium/ThermalFlyingEpisode1/output/07 - Apocalyptic.txt +1 -0
- package/config/medium/VariousNumberSpirals/code/CGCode.js +12 -0
- package/config/medium/VariousNumberSpirals/code/CGCode.php +9 -0
- package/config/medium/VariousNumberSpirals/config.json +33 -0
- package/config/medium/VariousNumberSpirals/input/01 - Example.txt +3 -0
- package/config/medium/VariousNumberSpirals/input/02 - Counter-clockwise.txt +3 -0
- package/config/medium/VariousNumberSpirals/input/03 - Primitive.txt +3 -0
- package/config/medium/VariousNumberSpirals/input/04 - Big one.txt +3 -0
- package/config/medium/VariousNumberSpirals/input/05 - Descending.txt +3 -0
- package/config/medium/VariousNumberSpirals/output/01 - Example.txt +3 -0
- package/config/medium/VariousNumberSpirals/output/02 - Counter-clockwise.txt +4 -0
- package/config/medium/VariousNumberSpirals/output/03 - Primitive.txt +1 -0
- package/config/medium/VariousNumberSpirals/output/04 - Big one.txt +10 -0
- package/config/medium/VariousNumberSpirals/output/05 - Descending.txt +5 -0
- package/package.json +1 -1
@@ -0,0 +1,204 @@
|
|
1
|
+
101
|
2
|
+
0
|
3
|
+
00
|
4
|
+
000
|
5
|
+
0019
|
6
|
+
11020
|
7
|
+
000210
|
8
|
+
0402110
|
9
|
+
00010267
|
10
|
+
320020000
|
11
|
+
1918012705
|
12
|
+
59331920122
|
13
|
+
414110210412
|
14
|
+
3550001175000
|
15
|
+
07100228080411
|
16
|
+
185001021221003
|
17
|
+
0034902130306310
|
18
|
+
63113012073750911
|
19
|
+
300000063081010740
|
20
|
+
2121400361791390000
|
21
|
+
29782413080100010208
|
22
|
+
890001000180132402510
|
23
|
+
0007000617040008008229
|
24
|
+
99230030311211093000500
|
25
|
+
003082300305101560520020
|
26
|
+
1050121296002100271008117
|
27
|
+
09930142570916600320002034
|
28
|
+
004890000007170004420007020
|
29
|
+
8002001010735051270701037220
|
30
|
+
39009010030490114260207520215
|
31
|
+
005013027200140101120200200200
|
32
|
+
0082010281100800973023260065086
|
33
|
+
16511603192002232930500054023100
|
34
|
+
850316611112717000810012011011511
|
35
|
+
2220002200802480817400140305021027
|
36
|
+
40831025710010920102410020000360501
|
37
|
+
002002100210929110003001132901206001
|
38
|
+
7000890500040013000260901014145011023
|
39
|
+
01010421701702063122159005022130019085
|
40
|
+
000310031012517000250001309380501071000
|
41
|
+
5192411130080020930790100331005003770332
|
42
|
+
01160011311011100014001033291201400011306
|
43
|
+
040060710201001925025109072070001010572202
|
44
|
+
1657930300011903200010321001071080991320112
|
45
|
+
41341112428000002154007212005210593030656015
|
46
|
+
301130083311027101032939301101221209061091018
|
47
|
+
1079011647530361020206114081231300003011390016
|
48
|
+
76201238313200700090001217040091100010101320210
|
49
|
+
021203190120000032002101501513010001403511076023
|
50
|
+
9325116104007303050295309716703011010802101181013
|
51
|
+
16130810107001907680000823030000001081230611290000
|
52
|
+
532320150322013000361010410068037700040738020203030
|
53
|
+
2001130202720180000221016221301963141703601191107991
|
54
|
+
00054125034000702030019821403261000100322001904002127
|
55
|
+
110003023140178200110230221030440904810101635230692302
|
56
|
+
5101100571150302111100112810350600001729112856033000639
|
57
|
+
42160600385322003111210130716000003109821215214242208745
|
58
|
+
005218000111147021137309230011120210026010284001900022613
|
59
|
+
1350040017814644570610103110047179012102985150725015001621
|
60
|
+
80900011200214025912016332100511011048116220100307130162120
|
61
|
+
442000038100200122002083322002008815131021210020159613012014
|
62
|
+
7859311012311296100261311108101081000103002021118033001201400
|
63
|
+
33012104013608010128101602097110025406013124030011000010103056
|
64
|
+
016134002201210370356440263100030930001020163554928141151203499
|
65
|
+
2301009117330000700022400002011203203030010493010305510570201300
|
66
|
+
20100123661190110090100620181200012092225524081001076110606207613
|
67
|
+
709100930613501402019030020220281000212707006701410508011125148000
|
68
|
+
0102002016031102052144408228062350900210202160020110152206041226203
|
69
|
+
31049107120060220082051080007022003005000112000533310014015200090110
|
70
|
+
321000402120100910000002811118000212900001023920600020060100011180101
|
71
|
+
3170011010304558200121122064001228024101083210441121210304211310513600
|
72
|
+
11220010010901135002760982714100801879106100257098740191095620000101003
|
73
|
+
038324500627210300612121611008002151701036023012100080901094502110312233
|
74
|
+
4116993342800420154051000174200023110010122610200061210300306850231513060
|
75
|
+
11618161502480261000002014611131602005107050100108004230005732010100011861
|
76
|
+
101217155031010222003009120080001157230100060010112030050249057013220200603
|
77
|
+
8030018020011190109123013642321102015510197100001300613500010200061120012301
|
78
|
+
66043105001201092104111000110029222031074322000600125829002600023708921500000
|
79
|
+
150012400080610200000800394021012515100102125095200600010100410019006110318321
|
80
|
+
6231700028218033016100116623524001123601010310000007000813212100627011111000004
|
81
|
+
00788000003091600123085001221100261006370004600060127797100560357202102330111371
|
82
|
+
910220003121211190104213011080156001413100670001849109100310011492180070063000061
|
83
|
+
3020303320120331022902929250034427121069806200601216116238715201816004070030001226
|
84
|
+
00007200062200716005019231004126100120000180002001532600932410400000005192120009220
|
85
|
+
003408093169010030201100009440004820030121201200110109005143021621304100436708613746
|
86
|
+
1811183050062101982100010600011401311170781120910412130388810604010400700400110100210
|
87
|
+
28000013000233020010100010681100110240002161012112100718363112103001012200011710700726
|
88
|
+
109000002011402200071127160365500809758113700696330001072045100000223701300101320148025
|
89
|
+
8301010734200110038015075410139122211200570103110500211100150111110220782601103013000002
|
90
|
+
16055910400252287000111024129002910091200720202031010105200100301041034018109722101002206
|
91
|
+
073424070010459187104210102050061608100200054008402000846101602108200002001021092926796140
|
92
|
+
0020000900006733011121106180008230020131220111211103130340008000227010600711000002000390220
|
93
|
+
04001815050241318270221010262310393001309010211100370041100720062731942000993000069102201311
|
94
|
+
030600131111206110100640727020031100018003000100003000233221131901101908008274100682301131320
|
95
|
+
5079000067710523004001902420402142025004012030600013000003107028124333236022540011024240081160
|
96
|
+
86180101204121411200120210520729906338010902071211700991000089001000321219328130301800001610160
|
97
|
+
700000601091030203720301000562003330251810900202100180770113001020001110013107010300763800321710
|
98
|
+
2030894089103160021860101906011013034840090000107296002100850123501401103511104021600173284102511
|
99
|
+
71190000610311310220101013124821406106005220602062412293006017692030200142017009202986711011000009
|
100
|
+
200460199001902318007230170440610751023110619012110360107200011843010610074034103614460200000201239
|
101
|
+
0651500021098811101031501527103009210568199022012511430021050751360000131201500938003100000020261001
|
102
|
+
14100702119128410194703571224001113293490032150111171603200060101310121118101021370210016601310101810
|
103
|
+
25
|
104
|
+
24
|
105
|
+
27
|
106
|
+
15
|
107
|
+
13
|
108
|
+
19
|
109
|
+
12
|
110
|
+
27
|
111
|
+
13
|
112
|
+
20
|
113
|
+
27
|
114
|
+
20
|
115
|
+
13
|
116
|
+
24
|
117
|
+
11
|
118
|
+
27
|
119
|
+
11
|
120
|
+
12
|
121
|
+
24
|
122
|
+
22
|
123
|
+
13
|
124
|
+
24
|
125
|
+
19
|
126
|
+
13
|
127
|
+
13
|
128
|
+
22
|
129
|
+
29
|
130
|
+
21
|
131
|
+
12
|
132
|
+
16
|
133
|
+
21
|
134
|
+
25
|
135
|
+
15
|
136
|
+
18
|
137
|
+
27
|
138
|
+
28
|
139
|
+
24
|
140
|
+
20
|
141
|
+
17
|
142
|
+
19
|
143
|
+
21
|
144
|
+
18
|
145
|
+
18
|
146
|
+
29
|
147
|
+
19
|
148
|
+
24
|
149
|
+
20
|
150
|
+
13
|
151
|
+
13
|
152
|
+
18
|
153
|
+
19
|
154
|
+
28
|
155
|
+
18
|
156
|
+
16
|
157
|
+
11
|
158
|
+
15
|
159
|
+
29
|
160
|
+
13
|
161
|
+
13
|
162
|
+
16
|
163
|
+
19
|
164
|
+
20
|
165
|
+
15
|
166
|
+
13
|
167
|
+
20
|
168
|
+
23
|
169
|
+
10
|
170
|
+
18
|
171
|
+
21
|
172
|
+
20
|
173
|
+
16
|
174
|
+
19
|
175
|
+
23
|
176
|
+
22
|
177
|
+
21
|
178
|
+
10
|
179
|
+
21
|
180
|
+
12
|
181
|
+
20
|
182
|
+
21
|
183
|
+
24
|
184
|
+
23
|
185
|
+
19
|
186
|
+
22
|
187
|
+
11
|
188
|
+
11
|
189
|
+
17
|
190
|
+
13
|
191
|
+
10
|
192
|
+
12
|
193
|
+
25
|
194
|
+
16
|
195
|
+
21
|
196
|
+
10
|
197
|
+
19
|
198
|
+
13
|
199
|
+
28
|
200
|
+
25
|
201
|
+
23
|
202
|
+
13
|
203
|
+
21
|
204
|
+
19
|
@@ -0,0 +1 @@
|
|
1
|
+
4900
|
@@ -0,0 +1 @@
|
|
1
|
+
100
|
@@ -0,0 +1 @@
|
|
1
|
+
900
|
@@ -0,0 +1 @@
|
|
1
|
+
25
|
@@ -0,0 +1 @@
|
|
1
|
+
1500
|
@@ -0,0 +1 @@
|
|
1
|
+
9300
|
@@ -0,0 +1 @@
|
|
1
|
+
1980
|
@@ -0,0 +1 @@
|
|
1
|
+
30420
|
@@ -0,0 +1 @@
|
|
1
|
+
256203
|
@@ -0,0 +1 @@
|
|
1
|
+
256447
|
@@ -0,0 +1 @@
|
|
1
|
+
17199
|
@@ -0,0 +1 @@
|
|
1
|
+
12383
|
@@ -0,0 +1,14 @@
|
|
1
|
+
var inputs = readline().split(' ');
|
2
|
+
const W = parseInt(inputs[0]);
|
3
|
+
const H = parseInt(inputs[1]);
|
4
|
+
const N = parseInt(readline());
|
5
|
+
for (let i = 0; i < N; i++) {
|
6
|
+
var inputs = readline().split(' ');
|
7
|
+
const S = inputs[0];
|
8
|
+
const P = parseInt(inputs[1]);
|
9
|
+
}
|
10
|
+
|
11
|
+
// Write an answer using console.log()
|
12
|
+
// To debug: console.error('Debug messages...');
|
13
|
+
|
14
|
+
console.log('answer');
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<?php
|
2
|
+
fscanf(STDIN, "%d %d", $W, $H);
|
3
|
+
fscanf(STDIN, "%d", $N);
|
4
|
+
for ($i = 0; $i < $N; $i++)
|
5
|
+
{
|
6
|
+
fscanf(STDIN, "%s %d", $S, $P);
|
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("answer\n");
|
@@ -0,0 +1,53 @@
|
|
1
|
+
{
|
2
|
+
"path": "easy/SandFall",
|
3
|
+
"name": "Sand Fall",
|
4
|
+
"alphanumName": "SandFall",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/sand-fall",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "Example",
|
9
|
+
"alphanumName": "Example",
|
10
|
+
"file": "01 - Example.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "Wall Hug",
|
14
|
+
"alphanumName": "WallHug",
|
15
|
+
"file": "02 - Wall Hug.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "Single Pile",
|
19
|
+
"alphanumName": "SinglePile",
|
20
|
+
"file": "03 - Single Pile.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "Close Fit",
|
24
|
+
"alphanumName": "CloseFit",
|
25
|
+
"file": "04 - Close Fit.txt"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"name": "Fibo",
|
29
|
+
"alphanumName": "Fibo",
|
30
|
+
"file": "05 - Fibo.txt"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"name": "Pop Culture",
|
34
|
+
"alphanumName": "PopCulture",
|
35
|
+
"file": "06 - Pop Culture.txt"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"name": "Chess - Italian opening",
|
39
|
+
"alphanumName": "ChessItalianOpening",
|
40
|
+
"file": "07 - Chess - Italian opening.txt"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"name": "Landscape",
|
44
|
+
"alphanumName": "Landscape",
|
45
|
+
"file": "08 - Landscape.txt"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"name": "Big Box",
|
49
|
+
"alphanumName": "BigBox",
|
50
|
+
"file": "09 - Big Box.txt"
|
51
|
+
}
|
52
|
+
]
|
53
|
+
}
|
@@ -0,0 +1,90 @@
|
|
1
|
+
50 5
|
2
|
+
88
|
3
|
+
F 0
|
4
|
+
i 2
|
5
|
+
B 5
|
6
|
+
B 5
|
7
|
+
o 8
|
8
|
+
o 8
|
9
|
+
o 8
|
10
|
+
N 13
|
11
|
+
N 13
|
12
|
+
N 13
|
13
|
+
N 13
|
14
|
+
N 13
|
15
|
+
a 18
|
16
|
+
a 18
|
17
|
+
a 18
|
18
|
+
a 18
|
19
|
+
a 18
|
20
|
+
a 18
|
21
|
+
a 18
|
22
|
+
a 18
|
23
|
+
C 25
|
24
|
+
C 25
|
25
|
+
C 25
|
26
|
+
C 25
|
27
|
+
C 25
|
28
|
+
C 25
|
29
|
+
C 25
|
30
|
+
C 25
|
31
|
+
C 25
|
32
|
+
C 25
|
33
|
+
C 25
|
34
|
+
C 25
|
35
|
+
C 25
|
36
|
+
c 34
|
37
|
+
c 34
|
38
|
+
c 34
|
39
|
+
c 34
|
40
|
+
c 34
|
41
|
+
c 34
|
42
|
+
c 34
|
43
|
+
c 34
|
44
|
+
c 34
|
45
|
+
c 34
|
46
|
+
c 34
|
47
|
+
c 34
|
48
|
+
c 34
|
49
|
+
c 34
|
50
|
+
c 34
|
51
|
+
c 34
|
52
|
+
c 34
|
53
|
+
c 34
|
54
|
+
c 34
|
55
|
+
c 34
|
56
|
+
c 34
|
57
|
+
I 45
|
58
|
+
I 45
|
59
|
+
I 45
|
60
|
+
I 45
|
61
|
+
I 45
|
62
|
+
I 45
|
63
|
+
I 45
|
64
|
+
I 45
|
65
|
+
I 45
|
66
|
+
I 45
|
67
|
+
I 45
|
68
|
+
I 45
|
69
|
+
I 45
|
70
|
+
I 45
|
71
|
+
I 45
|
72
|
+
I 45
|
73
|
+
I 45
|
74
|
+
I 45
|
75
|
+
I 45
|
76
|
+
I 45
|
77
|
+
I 45
|
78
|
+
I 45
|
79
|
+
I 45
|
80
|
+
I 45
|
81
|
+
I 45
|
82
|
+
I 45
|
83
|
+
I 45
|
84
|
+
I 45
|
85
|
+
I 45
|
86
|
+
I 45
|
87
|
+
I 45
|
88
|
+
I 45
|
89
|
+
I 45
|
90
|
+
I 45
|
@@ -0,0 +1,71 @@
|
|
1
|
+
11 9
|
2
|
+
69
|
3
|
+
w 3
|
4
|
+
w 3
|
5
|
+
w 7
|
6
|
+
w 7
|
7
|
+
w 3
|
8
|
+
w 7
|
9
|
+
Z 3
|
10
|
+
A 7
|
11
|
+
w 5
|
12
|
+
D 7
|
13
|
+
L 6
|
14
|
+
E 5
|
15
|
+
b 0
|
16
|
+
d 10
|
17
|
+
w 0
|
18
|
+
w 10
|
19
|
+
H 0
|
20
|
+
H 10
|
21
|
+
x 0
|
22
|
+
x 10
|
23
|
+
x 3
|
24
|
+
x 7
|
25
|
+
m 3
|
26
|
+
m 3
|
27
|
+
m 3
|
28
|
+
m 7
|
29
|
+
m 7
|
30
|
+
m 7
|
31
|
+
q 10
|
32
|
+
p 0
|
33
|
+
m 0
|
34
|
+
m 10
|
35
|
+
m 5
|
36
|
+
A 4
|
37
|
+
A 10
|
38
|
+
A 4
|
39
|
+
A 10
|
40
|
+
A 3
|
41
|
+
A 9
|
42
|
+
A 3
|
43
|
+
A 9
|
44
|
+
A 2
|
45
|
+
A 8
|
46
|
+
A 2
|
47
|
+
A 8
|
48
|
+
A 2
|
49
|
+
A 8
|
50
|
+
A 2
|
51
|
+
A 8
|
52
|
+
A 2
|
53
|
+
A 8
|
54
|
+
v 3
|
55
|
+
v 7
|
56
|
+
v 3
|
57
|
+
v 7
|
58
|
+
v 3
|
59
|
+
v 7
|
60
|
+
v 3
|
61
|
+
v 5
|
62
|
+
v 5
|
63
|
+
A 4
|
64
|
+
A 6
|
65
|
+
A 4
|
66
|
+
A 7
|
67
|
+
A 5
|
68
|
+
A 5
|
69
|
+
A 5
|
70
|
+
A 5
|
71
|
+
A 5
|
@@ -0,0 +1,66 @@
|
|
1
|
+
8 8
|
2
|
+
64
|
3
|
+
R 0
|
4
|
+
B 2
|
5
|
+
K 4
|
6
|
+
o 6
|
7
|
+
N 0
|
8
|
+
Q 2
|
9
|
+
z 4
|
10
|
+
R 6
|
11
|
+
z 4
|
12
|
+
P 4
|
13
|
+
P 4
|
14
|
+
o 4
|
15
|
+
P 4
|
16
|
+
P 5
|
17
|
+
N 5
|
18
|
+
z 4
|
19
|
+
P 4
|
20
|
+
P 5
|
21
|
+
o 5
|
22
|
+
o 5
|
23
|
+
z 5
|
24
|
+
z 5
|
25
|
+
z 5
|
26
|
+
o 6
|
27
|
+
o 6
|
28
|
+
z 6
|
29
|
+
z 6
|
30
|
+
o 6
|
31
|
+
p 7
|
32
|
+
P 7
|
33
|
+
o 7
|
34
|
+
o 7
|
35
|
+
p 7
|
36
|
+
o 7
|
37
|
+
p 7
|
38
|
+
r 7
|
39
|
+
P 7
|
40
|
+
z 7
|
41
|
+
B 7
|
42
|
+
z 7
|
43
|
+
z 7
|
44
|
+
p 7
|
45
|
+
n 7
|
46
|
+
o 6
|
47
|
+
o 6
|
48
|
+
o 6
|
49
|
+
o 6
|
50
|
+
o 6
|
51
|
+
b 6
|
52
|
+
z 5
|
53
|
+
z 5
|
54
|
+
n 5
|
55
|
+
p 5
|
56
|
+
k 5
|
57
|
+
o 4
|
58
|
+
o 4
|
59
|
+
p 4
|
60
|
+
q 4
|
61
|
+
z 3
|
62
|
+
p 3
|
63
|
+
b 3
|
64
|
+
p 2
|
65
|
+
o 2
|
66
|
+
r 1
|