@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,12 @@
|
|
1
|
+
var inputs = readline().split(' ');
|
2
|
+
const n = parseInt(inputs[0]);
|
3
|
+
const k = parseInt(inputs[1]);
|
4
|
+
var inputs = readline().split(' ');
|
5
|
+
for (let i = 0; i < n; i++) {
|
6
|
+
const swt = parseInt(inputs[i]);
|
7
|
+
}
|
8
|
+
|
9
|
+
// Write an answer using console.log()
|
10
|
+
// To debug: console.error('Debug messages...');
|
11
|
+
|
12
|
+
console.log('Feast duration');
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<?php
|
2
|
+
fscanf(STDIN, "%d %d", $n, $k);
|
3
|
+
$inputs = explode(" ", fgets(STDIN));
|
4
|
+
for ($i = 0; $i < $n; $i++)
|
5
|
+
{
|
6
|
+
$swt = intval($inputs[$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("Feast duration\n");
|
@@ -0,0 +1,28 @@
|
|
1
|
+
{
|
2
|
+
"path": "medium/Hunger",
|
3
|
+
"name": "Hunger",
|
4
|
+
"alphanumName": "Hunger",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/hunger",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "Sample",
|
9
|
+
"alphanumName": "Sample",
|
10
|
+
"file": "01 - Sample.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "*Burp*",
|
14
|
+
"alphanumName": "Burp",
|
15
|
+
"file": "02 - Burp.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": ":(",
|
19
|
+
"alphanumName": "test3",
|
20
|
+
"file": "03 - (.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "It’s the reward that matters",
|
24
|
+
"alphanumName": "ItsTheRewardThatMatters",
|
25
|
+
"file": "04 - It’s the reward that matters.txt"
|
26
|
+
}
|
27
|
+
]
|
28
|
+
}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
500 39
|
2
|
+
21 26 1 5 32 23 23 19 6 3 27 18 15 3 3 3 7 23 26 6 24 29 12 17 3 7 27 18 4 20 3 19 7 17 18 2 24 12 2 20 28 9 9 6 5 24 3 32 1 28 8 5 30 24 26 1 6 12 15 9 25 25 22 24 10 6 31 18 29 31 20 18 19 14 1 18 5 12 1 28 19 7 13 28 4 15 2 25 10 4 27 16 29 26 7 13 31 1 11 18 13 2 8 14 6 22 7 3 31 5 17 23 15 18 30 11 23 24 13 2 4 21 8 10 7 17 10 31 31 1 8 27 21 8 17 6 16 12 3 16 27 6 23 1 26 32 13 31 15 28 18 13 27 16 28 28 24 28 1 17 15 6 3 18 15 26 24 26 5 12 32 14 30 30 30 3 1 27 29 27 2 25 2 2 12 20 23 8 18 15 2 6 20 25 6 29 5 25 16 2 2 20 1 25 15 23 23 17 12 27 24 30 5 29 15 28 20 29 19 31 13 6 21 29 10 1 27 6 26 1 26 4 31 19 8 24 31 3 16 6 1 23 5 21 13 1 19 23 27 24 19 23 10 18 17 8 21 15 20 28 29 12 7 18 5 27 27 24 21 7 31 3 3 28 15 5 30 16 4 31 14 30 19 14 6 25 9 25 5 22 6 5 21 11 12 30 25 10 23 6 32 21 22 26 32 31 10 28 5 21 24 18 30 8 2 30 8 8 23 23 14 31 5 15 3 5 13 29 20 27 11 31 18 19 14 5 14 11 20 11 29 28 12 25 32 31 2 23 23 19 11 5 28 4 26 8 1 13 17 4 29 28 25 8 11 31 14 4 28 13 9 14 31 10 18 13 28 7 9 17 6 28 16 10 16 24 3 9 17 7 15 23 30 2 9 9 8 11 21 26 1 30 11 21 25 12 8 32 25 28 10 3 6 24 6 20 10 20 7 19 16 18 1 31 20 22 23 24 10 26 1 1 32 30 30 15 12 5 22 5 2 32 11 16 27 22 25 9 14 15 24 22 26 14 20 3 21 4 17 25 27 29 23 8 18 27 7 19 9 11 17 32 5 4 32 10 8 10 26 26 23 30 21 20 9 23 15 2 25 18 7 17 10 32 22 6 22 5 12 25
|
@@ -0,0 +1,2 @@
|
|
1
|
+
999 80
|
2
|
+
23 50 58 21 9 51 65 13 60 13 3 25 79 2 63 31 70 30 10 10 78 35 19 67 53 62 8 31 34 72 12 46 44 61 52 35 9 38 49 44 63 19 55 77 59 7 30 58 37 77 57 3 66 40 30 50 77 40 30 8 62 15 48 70 41 75 26 24 77 63 73 34 10 43 48 1 15 50 20 75 34 44 55 72 65 57 13 52 44 25 38 9 54 27 37 55 29 33 11 53 74 10 50 55 24 38 8 50 30 58 76 37 74 77 3 41 38 19 23 22 63 1 6 34 30 75 66 53 79 37 19 45 64 10 69 59 13 52 35 47 27 22 58 58 26 21 43 64 10 17 51 35 25 7 79 4 47 32 22 18 56 50 70 79 72 24 64 5 16 32 52 57 57 49 51 37 64 1 10 30 8 52 6 79 25 65 8 47 78 50 71 33 17 17 39 79 16 12 14 39 66 25 40 49 63 56 29 43 4 54 23 63 4 51 20 50 78 33 20 11 27 52 26 70 57 14 51 62 37 5 24 12 52 2 27 79 31 63 15 7 35 62 22 44 56 43 31 21 54 26 30 43 38 56 59 62 44 45 77 76 23 37 32 22 29 79 45 66 1 22 45 32 40 64 33 53 45 46 44 79 31 63 68 29 67 60 68 63 77 36 73 19 13 9 60 10 15 57 3 33 74 23 21 71 4 2 42 2 29 8 64 53 17 3 29 14 10 77 55 1 27 64 5 5 21 57 48 60 34 62 67 78 65 34 48 54 17 62 73 63 32 51 50 38 47 24 23 73 54 8 55 38 49 63 24 3 35 40 20 54 56 20 24 25 79 40 32 45 65 2 51 49 56 70 13 79 22 47 32 13 79 68 6 10 74 3 9 40 15 37 13 77 76 51 57 5 75 77 63 51 13 32 60 22 13 45 79 9 26 61 73 69 48 4 27 62 36 65 11 17 35 28 60 49 60 36 23 26 19 46 56 38 14 48 69 63 14 67 57 22 21 33 13 67 69 59 13 23 56 32 26 47 8 26 35 63 76 41 51 9 56 15 48 79 40 62 13 67 77 4 34 31 7 76 74 30 76 33 12 14 21 78 2 22 65 60 69 2 21 62 48 14 33 71 17 34 11 50 2 90 81 83 90 87 96 94 91 80 92 83 83 96 81 89 81 81 82 86 84 92 88 89 93 85 92 82 94 85 96 81 88 93 88 82 81 99 80 91 98 82 98 92 98 91 84 99 82 87 94 83 88 83 91 94 91 98 80 81 89 89 98 92 98 86 88 95 99 90 96 94 90 94 95 96 85 90 83 98 82 87 83 98 98 82 85 91 84 95 80 86 91 84 98 94 94 83 84 91 81 93 84 97 82 88 93 83 91 89 81 98 85 96 90 87 94 97 83 92 96 83 91 93 88 98 98 83 88 83 89 95 93 86 82 90 83 84 89 92 96 94 90 93 90 82 80 98 99 82 85 83 98 99 89 96 88 96 96 84 99 97 86 97 84 96 95 84 98 86 83 97 97 81 83 99 98 87 93 81 91 94 82 99 87 87 94 83 82 88 96 93 90 89 86 91 81 93 80 83 85 95 90 96 94 83 89 94 91 88 96 94 93 88 84 85 84 89 98 98 99 87 97 94 95 94 90 91 80 89 98 87 94 84 81 97 81 99 97 81 80 84 95 97 93 96 84 96 90 96 83 81 93 80 89 91 90 92 89 99 92 98 81 85 99 93 90 88 85 86 94 84 86 89 86 92 87 82 90 81 91 93 96 85 89 84 84 91 81 96 90 93 92 88 92 92 99 92 86 88 95 98 88 93 84 97 82 81 96 90 80 95 91 93 86 90 80 91 83 81 93 95 93 92 93 92 94 93 89 83 90 92 86 99 88 95 99 93 82 87 96 83 88 83 95 89 98 93 98 82 87 95 80 88 88 84 98 98 91 87 85 86 93 86 85 97 85 80 82 85 86 90 92 88 89 81 91 84 92 97 80 93 81 80 94 84 83 96 92 95 96 92 80 98 93 81 97 90 83 94 99 88 87 83 99 83 89 87 86 97 84 98 99 89 88 85 87 82 89 91 89 89 81 90 81 98 89 82 87 94 90 84 86 81 84 96 95 81 98 93 80 89 88 86 88 84 89 96 95 91 81 91 92 88 99 98 88 83 91 97 97 99 85 97 80 92 93 80 85 85 84 91 94 94 85 87 87 89 93 86 99 80 84 89 87 94 80 80 87 94 90 89 93 89 88 82 90 92 82 88 80
|
@@ -0,0 +1 @@
|
|
1
|
+
5
|
@@ -0,0 +1 @@
|
|
1
|
+
61
|
@@ -0,0 +1 @@
|
|
1
|
+
0
|
@@ -0,0 +1 @@
|
|
1
|
+
999
|
@@ -0,0 +1,43 @@
|
|
1
|
+
{
|
2
|
+
"path": "medium/LostAstronaut",
|
3
|
+
"name": "Lost astronaut",
|
4
|
+
"alphanumName": "LostAstronaut",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/lost-astronaut",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "all binary",
|
9
|
+
"alphanumName": "allBinary",
|
10
|
+
"file": "01 - all binary.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "all octaldecimal",
|
14
|
+
"alphanumName": "allOctaldecimal",
|
15
|
+
"file": "02 - all octaldecimal.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "all hexadecimal",
|
19
|
+
"alphanumName": "allHexadecimal",
|
20
|
+
"file": "03 - all hexadecimal.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "random test",
|
24
|
+
"alphanumName": "randomTest",
|
25
|
+
"file": "04 - random test.txt"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"name": "1st Signal",
|
29
|
+
"alphanumName": "firstSignal",
|
30
|
+
"file": "05 - 1st Signal.txt"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"name": "2nd Signal",
|
34
|
+
"alphanumName": "secondSignal",
|
35
|
+
"file": "06 - 2nd Signal.txt"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"name": "3rd Signal",
|
39
|
+
"alphanumName": "thirdSignal",
|
40
|
+
"file": "07 - 3rd Signal.txt"
|
41
|
+
}
|
42
|
+
]
|
43
|
+
}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
341
|
2
|
+
49 141 155 20 a 164 40 1001111 4f 5a 4f 132 132 5a 40 1001111 4f 117 1011010 O 132 Z 40 117 1001111 1001111 132 117 132 Z 40 O O 4f 132 1011010 5a Z 20 O O 1001111 132 Z 1001111 4f 4f O 117 Z O 5a 100000 4f Z O 4f 4f O 4f Z 117 4f 4f 4f 100000 117 117 4f Z O 4f 117 100000 117 4f O 1011010 1001111 4f 1001111 20 4f 1001111 O Z 4f 117 O 4f Z 4f O 4f 1011010 40 1001111 117 117 117 1011010 132 4f 20 1001111 4f 1011010 1001111 1001111 1001111 1001111 O O 117 132 4f 132 O 20 1001111 4f 1001111 1011010 1001111 Z 132 100000 4f 1001111 O Z O Z 117 O 1001111 5a 1011010 1011010 O 1011010 4f 1001111 Z Z 117 132 4f 40 117 1011010 117 1001111 1001111 5a 100000 O 117 1011010 5a 132 1001111 O O 117 5a 1001111 1001111 O 1001111 O 117 5a O 4f 132 O 4f Z 117 1001111 1001111 117 117 O 4f 132 1001111 1001111 4f 40 117 1001111 5a 132 Z 132 O 40 O 4f 4f Z 117 Z 132 1001111 4f Z 132 Z O 4f 100000 1001111 4f 132 O 132 1011010 132 117 4f 4f O 117 1001111 20 4f 117 1001111 132 O 1001111 1011010 40 1001111 4f 1001111 4f 132 117 20 117 O 132 117 1011010 1011010 1001111 20 O 117 132 O 1011010 132 O 40 4f O 5a O Z 4f 117 20 117 117 1011010 Z 117 132 117 4f 132 1001111 132 117 20 O 117 O Z 4f 4f 4f 40 117 O 4f 5a 5a 132 117 20 4f 132 Z 117 132 Z 4f 117 117 1001111 Z O 5a O 40 1001111 Z 1011010 Z 1001111 O 1011010 20 4f 4f 132 4f O 1001111 1001111
|
@@ -0,0 +1 @@
|
|
1
|
+
test
|
@@ -0,0 +1 @@
|
|
1
|
+
test octaldecimal
|
@@ -0,0 +1 @@
|
|
1
|
+
test hexadecimal
|
@@ -0,0 +1 @@
|
|
1
|
+
testing one two three
|
@@ -0,0 +1 @@
|
|
1
|
+
Hello can anyone hear me
|
@@ -0,0 +1 @@
|
|
1
|
+
yes great
|
@@ -0,0 +1 @@
|
|
1
|
+
I am at OOZOZZZ OOOZOZZ OOOZOZZ OOOZZZZ OOOZZOO OOOZOZ OZOOOO OZOOOO OOOZOOO OOOZOOO OOOZOOO OZOOOZ OOOOZZO OOZOOOO OOOZOZO OOOZOZZ OOOZOZO OOZZZOZ OOZZOZO OZOOOZ OOZZZOO OOZOOOO OOZOOZO OZOOOO OOOZOOO OOZZZZO OOOZOZZ OOZZZOO OOZOZZZ OOOOOO OOOZOOZ OOOOZO OOZOZZO OOZOZZO OOZOZOO OOZZOZ OOZOZO OOOZOOO OOOZZZO OZZOZZO OOOZOZO OZZZOOZ OOZOOOO
|
@@ -0,0 +1,58 @@
|
|
1
|
+
{
|
2
|
+
"path": "medium/NonTripleNumbers",
|
3
|
+
"name": "Non-Triple Numbers",
|
4
|
+
"alphanumName": "NonTripleNumbers",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/non-triple-numbers",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "n = 27",
|
9
|
+
"alphanumName": "n27",
|
10
|
+
"file": "01 - n = 27.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "n = 367",
|
14
|
+
"alphanumName": "n367",
|
15
|
+
"file": "02 - n = 367.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "n = 4943",
|
19
|
+
"alphanumName": "n4943",
|
20
|
+
"file": "03 - n = 4943.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "n = 349525",
|
24
|
+
"alphanumName": "n349525",
|
25
|
+
"file": "04 - n = 349525.txt"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"name": "n = 209919",
|
29
|
+
"alphanumName": "n209919",
|
30
|
+
"file": "05 - n = 209919.txt"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"name": "n = 1048575",
|
34
|
+
"alphanumName": "n1048575",
|
35
|
+
"file": "06 - n = 1048575.txt"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"name": "n = 6804756",
|
39
|
+
"alphanumName": "n6804756",
|
40
|
+
"file": "07 - n = 6804756.txt"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"name": "n = 227978622",
|
44
|
+
"alphanumName": "n227978622",
|
45
|
+
"file": "08 - n = 227978622.txt"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"name": "n = 380810157",
|
49
|
+
"alphanumName": "n380810157",
|
50
|
+
"file": "09 - n = 380810157.txt"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"name": "n = 1072693248",
|
54
|
+
"alphanumName": "n1072693248",
|
55
|
+
"file": "10 - n = 1072693248.txt"
|
56
|
+
}
|
57
|
+
]
|
58
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
27
|
@@ -0,0 +1 @@
|
|
1
|
+
367
|
@@ -0,0 +1 @@
|
|
1
|
+
4943
|
@@ -0,0 +1 @@
|
|
1
|
+
349525
|
@@ -0,0 +1 @@
|
|
1
|
+
209919
|
@@ -0,0 +1 @@
|
|
1
|
+
1048575
|
@@ -0,0 +1 @@
|
|
1
|
+
6804756
|
@@ -0,0 +1 @@
|
|
1
|
+
227978622
|
@@ -0,0 +1 @@
|
|
1
|
+
380810157
|
@@ -0,0 +1 @@
|
|
1
|
+
1072693248
|
@@ -0,0 +1 @@
|
|
1
|
+
36
|
@@ -0,0 +1 @@
|
|
1
|
+
402
|
@@ -0,0 +1 @@
|
|
1
|
+
4946
|
@@ -0,0 +1 @@
|
|
1
|
+
349526
|
@@ -0,0 +1 @@
|
|
1
|
+
210066
|
@@ -0,0 +1 @@
|
|
1
|
+
1198372
|
@@ -0,0 +1 @@
|
|
1
|
+
6890642
|
@@ -0,0 +1 @@
|
|
1
|
+
227978642
|
@@ -0,0 +1 @@
|
|
1
|
+
380810386
|
@@ -0,0 +1 @@
|
|
1
|
+
1227133513
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?php
|
2
|
+
fscanf(STDIN, "%d", $N);
|
3
|
+
for ($i = 0; $i < $N; $i++)
|
4
|
+
{
|
5
|
+
fscanf(STDIN, "%s", $equation);
|
6
|
+
}
|
7
|
+
|
8
|
+
// Write an answer using echo(). DON'T FORGET THE TRAILING \n
|
9
|
+
// To debug: error_log(var_export($var, true)); (equivalent to var_dump)
|
10
|
+
|
11
|
+
echo("answer\n");
|
@@ -0,0 +1,28 @@
|
|
1
|
+
{
|
2
|
+
"path": "medium/PlaceTheParenthesis",
|
3
|
+
"name": "Place the Parenthesis",
|
4
|
+
"alphanumName": "PlaceTheParenthesis",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/place-the-parenthesis",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "Example",
|
9
|
+
"alphanumName": "Example",
|
10
|
+
"file": "01 - Example.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "No parenthesis",
|
14
|
+
"alphanumName": "NoParenthesis",
|
15
|
+
"file": "02 - No parenthesis.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "Negativity",
|
19
|
+
"alphanumName": "Negativity",
|
20
|
+
"file": "03 - Negativity.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "Test 4",
|
24
|
+
"alphanumName": "Test4",
|
25
|
+
"file": "04 - Test 4.txt"
|
26
|
+
}
|
27
|
+
]
|
28
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
(1+3)*5=20
|
@@ -0,0 +1,68 @@
|
|
1
|
+
{
|
2
|
+
"path": "medium/RailwayStationClock",
|
3
|
+
"name": "Railway Station Clock",
|
4
|
+
"alphanumName": "RailwayStationClock",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/railway-station-clock",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "Little off",
|
9
|
+
"alphanumName": "LittleOff",
|
10
|
+
"file": "01 - Little off.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "Just adjusted",
|
14
|
+
"alphanumName": "JustAdjusted",
|
15
|
+
"file": "02 - Just adjusted.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "Little more",
|
19
|
+
"alphanumName": "LittleMore",
|
20
|
+
"file": "03 - Little more.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "Half way",
|
24
|
+
"alphanumName": "HalfWay",
|
25
|
+
"file": "04 - Half way.txt"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"name": "Late or not?",
|
29
|
+
"alphanumName": "LateOrNot",
|
30
|
+
"file": "05 - Late or not.txt"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"name": "Bear with it",
|
34
|
+
"alphanumName": "BearWithIt",
|
35
|
+
"file": "06 - Bear with it.txt"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"name": "Confusing",
|
39
|
+
"alphanumName": "Confusing",
|
40
|
+
"file": "07 - Confusing.txt"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"name": "Still confusing",
|
44
|
+
"alphanumName": "StillConfusing",
|
45
|
+
"file": "08 - Still confusing.txt"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"name": "It happens",
|
49
|
+
"alphanumName": "ItHappens",
|
50
|
+
"file": "09 - It happens.txt"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"name": "Yesterday or tomorrow",
|
54
|
+
"alphanumName": "YesterdayOrTomorrow",
|
55
|
+
"file": "10 - Yesterday or tomorrow.txt"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"name": "Just late",
|
59
|
+
"alphanumName": "JustLate",
|
60
|
+
"file": "11 - Just late.txt"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"name": "Early bird",
|
64
|
+
"alphanumName": "EarlyBird",
|
65
|
+
"file": "12 - Early bird.txt"
|
66
|
+
}
|
67
|
+
]
|
68
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
8:03:59 AM
|
@@ -0,0 +1 @@
|
|
1
|
+
8:00:00 AM
|