@cyrilverloop/codingame-configuration 1.4.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +50 -1
- package/config/easy/ABitOfAccountingLettering/code/CGCode.js +13 -0
- package/config/easy/ABitOfAccountingLettering/code/CGCode.php +16 -0
- package/config/easy/ABitOfAccountingLettering/config.json +28 -0
- package/config/easy/ABitOfAccountingLettering/input/01 - test 1.txt +4 -0
- package/config/easy/ABitOfAccountingLettering/input/02 - test 2.txt +6 -0
- package/config/easy/ABitOfAccountingLettering/input/03 - test 3.txt +5 -0
- package/config/easy/ABitOfAccountingLettering/input/04 - test 4.txt +9 -0
- package/config/easy/ABitOfAccountingLettering/output/01 - test 1.txt +1 -0
- package/config/easy/ABitOfAccountingLettering/output/02 - test 2.txt +2 -0
- package/config/easy/ABitOfAccountingLettering/output/03 - test 3.txt +1 -0
- package/config/easy/ABitOfAccountingLettering/output/04 - test 4.txt +3 -0
- package/config/easy/ASCIIWorms/code/CGCode.js +8 -0
- package/config/easy/ASCIIWorms/code/CGCode.php +9 -0
- package/config/easy/ASCIIWorms/config.json +28 -0
- package/config/easy/ASCIIWorms/input/01 - Just a normal worm.txt +3 -0
- package/config/easy/ASCIIWorms/input/02 - Tiny worm.txt +3 -0
- package/config/easy/ASCIIWorms/input/03 - HUGE worm!.txt +3 -0
- package/config/easy/ASCIIWorms/input/04 - Gives me scoleciphobia.txt +3 -0
- package/config/easy/ASCIIWorms/output/01 - Just a normal worm.txt +6 -0
- package/config/easy/ASCIIWorms/output/02 - Tiny worm.txt +3 -0
- package/config/easy/ASCIIWorms/output/03 - HUGE worm!.txt +9 -0
- package/config/easy/ASCIIWorms/output/04 - Gives me scoleciphobia.txt +16 -0
- package/config/easy/AgentXMission1TheCaesarCipher/code/CGCode.js +8 -0
- package/config/easy/AgentXMission1TheCaesarCipher/code/CGCode.php +9 -0
- package/config/easy/AgentXMission1TheCaesarCipher/config.json +53 -0
- package/config/easy/AgentXMission1TheCaesarCipher/input/01 - test 1.txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/input/02 - test 2.txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/input/03 - test 3.txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/input/04 - test 4.txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/input/05 - test 5.txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/input/06 - Word in start.txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/input/07 - Some interference (Word in middle).txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/input/08 - Word in the end.txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/input/09 - test 9.txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/output/01 - test 1.txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/output/02 - test 2.txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/output/03 - test 3.txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/output/04 - test 4.txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/output/05 - test 5.txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/output/06 - Word in start.txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/output/07 - Some interference (Word in middle).txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/output/08 - Word in the end.txt +2 -0
- package/config/easy/AgentXMission1TheCaesarCipher/output/09 - test 9.txt +2 -0
- package/config/easy/AnAdventureInTheFantasyWorld/code/CGCode.js +10 -0
- package/config/easy/AnAdventureInTheFantasyWorld/code/CGCode.php +12 -0
- package/config/easy/AnAdventureInTheFantasyWorld/config.json +48 -0
- package/config/easy/AnAdventureInTheFantasyWorld/input/01 - test 1.txt +16 -0
- package/config/easy/AnAdventureInTheFantasyWorld/input/02 - test 2.txt +33 -0
- package/config/easy/AnAdventureInTheFantasyWorld/input/03 - test 3.txt +52 -0
- package/config/easy/AnAdventureInTheFantasyWorld/input/04 - test 4.txt +33 -0
- package/config/easy/AnAdventureInTheFantasyWorld/input/05 - test 5.txt +173 -0
- package/config/easy/AnAdventureInTheFantasyWorld/input/06 - test 6.txt +109 -0
- package/config/easy/AnAdventureInTheFantasyWorld/input/07 - test 7.txt +201 -0
- package/config/easy/AnAdventureInTheFantasyWorld/input/08 - test 8.txt +147 -0
- package/config/easy/AnAdventureInTheFantasyWorld/output/01 - test 1.txt +1 -0
- package/config/easy/AnAdventureInTheFantasyWorld/output/02 - test 2.txt +1 -0
- package/config/easy/AnAdventureInTheFantasyWorld/output/03 - test 3.txt +1 -0
- package/config/easy/AnAdventureInTheFantasyWorld/output/04 - test 4.txt +1 -0
- package/config/easy/AnAdventureInTheFantasyWorld/output/05 - test 5.txt +1 -0
- package/config/easy/AnAdventureInTheFantasyWorld/output/06 - test 6.txt +1 -0
- package/config/easy/AnAdventureInTheFantasyWorld/output/07 - test 7.txt +1 -0
- package/config/easy/AnAdventureInTheFantasyWorld/output/08 - test 8.txt +1 -0
- package/config/easy/BlendingColors/code/CGCode.js +16 -0
- package/config/easy/BlendingColors/code/CGCode.php +15 -0
- package/config/easy/BlendingColors/config.json +33 -0
- package/config/easy/BlendingColors/input/01 - RGB.txt +10 -0
- package/config/easy/BlendingColors/input/02 - CMY.txt +31 -0
- package/config/easy/BlendingColors/input/03 - All colors.txt +61 -0
- package/config/easy/BlendingColors/input/04 - Concentric.txt +15 -0
- package/config/easy/BlendingColors/input/05 - BigCanvas.txt +101 -0
- package/config/easy/BlendingColors/output/01 - RGB.txt +6 -0
- package/config/easy/BlendingColors/output/02 - CMY.txt +20 -0
- package/config/easy/BlendingColors/output/03 - All colors.txt +50 -0
- package/config/easy/BlendingColors/output/04 - Concentric.txt +8 -0
- package/config/easy/BlendingColors/output/05 - BigCanvas.txt +50 -0
- package/config/easy/CharacterReplacementProblem/code/CGCode.js +10 -0
- package/config/easy/CharacterReplacementProblem/code/CGCode.php +12 -0
- package/config/easy/CharacterReplacementProblem/config.json +48 -0
- package/config/easy/CharacterReplacementProblem/input/01 - test 1.txt +5 -0
- package/config/easy/CharacterReplacementProblem/input/02 - test 2.txt +5 -0
- package/config/easy/CharacterReplacementProblem/input/03 - test 3.txt +7 -0
- package/config/easy/CharacterReplacementProblem/input/04 - test 4.txt +6 -0
- package/config/easy/CharacterReplacementProblem/input/05 - test 5.txt +6 -0
- package/config/easy/CharacterReplacementProblem/input/06 - test 6.txt +7 -0
- package/config/easy/CharacterReplacementProblem/input/07 - test 7.txt +7 -0
- package/config/easy/CharacterReplacementProblem/input/08 - test 8.txt +8 -0
- package/config/easy/CharacterReplacementProblem/output/01 - test 1.txt +3 -0
- package/config/easy/CharacterReplacementProblem/output/02 - test 2.txt +3 -0
- package/config/easy/CharacterReplacementProblem/output/03 - test 3.txt +5 -0
- package/config/easy/CharacterReplacementProblem/output/04 - test 4.txt +1 -0
- package/config/easy/CharacterReplacementProblem/output/05 - test 5.txt +4 -0
- package/config/easy/CharacterReplacementProblem/output/06 - test 6.txt +1 -0
- package/config/easy/CharacterReplacementProblem/output/07 - test 7.txt +5 -0
- package/config/easy/CharacterReplacementProblem/output/08 - test 8.txt +6 -0
- package/config/easy/CouplesPictureFrame/code/CGCode.js +7 -0
- package/config/easy/CouplesPictureFrame/code/CGCode.php +8 -0
- package/config/easy/CouplesPictureFrame/config.json +108 -0
- package/config/easy/CouplesPictureFrame/input/01 - Same Length.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/02 - wife is twice husband.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/03 - husband is twice wife.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/04 - husband is 3x wife.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/05 - wife is 3x husband.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/06 - gcf is 1.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/07 - gcf is 2, wife is longer.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/08 - gcf is 2, wife is shorter.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/09 - multiples of 3, wife is longer.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/10 - multiples of 3, wife is shorter.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/11 - more random cases.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/12 - test 12.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/13 - test 13.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/14 - test 14.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/15 - test 15.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/16 - test 16.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/17 - test 17.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/18 - test 18.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/19 - test 19.txt +2 -0
- package/config/easy/CouplesPictureFrame/input/20 - test 20.txt +2 -0
- package/config/easy/CouplesPictureFrame/output/01 - Same Length.txt +10 -0
- package/config/easy/CouplesPictureFrame/output/02 - wife is twice husband.txt +10 -0
- package/config/easy/CouplesPictureFrame/output/03 - husband is twice wife.txt +10 -0
- package/config/easy/CouplesPictureFrame/output/04 - husband is 3x wife.txt +11 -0
- package/config/easy/CouplesPictureFrame/output/05 - wife is 3x husband.txt +11 -0
- package/config/easy/CouplesPictureFrame/output/06 - gcf is 1.txt +22 -0
- package/config/easy/CouplesPictureFrame/output/07 - gcf is 2, wife is longer.txt +26 -0
- package/config/easy/CouplesPictureFrame/output/08 - gcf is 2, wife is shorter.txt +26 -0
- package/config/easy/CouplesPictureFrame/output/09 - multiples of 3, wife is longer.txt +20 -0
- package/config/easy/CouplesPictureFrame/output/10 - multiples of 3, wife is shorter.txt +20 -0
- package/config/easy/CouplesPictureFrame/output/11 - more random cases.txt +22 -0
- package/config/easy/CouplesPictureFrame/output/12 - test 12.txt +30 -0
- package/config/easy/CouplesPictureFrame/output/13 - test 13.txt +14 -0
- package/config/easy/CouplesPictureFrame/output/14 - test 14.txt +22 -0
- package/config/easy/CouplesPictureFrame/output/15 - test 15.txt +20 -0
- package/config/easy/CouplesPictureFrame/output/16 - test 16.txt +23 -0
- package/config/easy/CouplesPictureFrame/output/17 - test 17.txt +9 -0
- package/config/easy/CouplesPictureFrame/output/18 - test 18.txt +20 -0
- package/config/easy/CouplesPictureFrame/output/19 - test 19.txt +24 -0
- package/config/easy/CouplesPictureFrame/output/20 - test 20.txt +26 -0
- package/config/easy/CrazyList/code/CGCode.js +6 -0
- package/config/easy/CrazyList/code/CGCode.php +7 -0
- package/config/easy/CrazyList/config.json +63 -0
- package/config/easy/CrazyList/input/01 - Example 1.txt +1 -0
- package/config/easy/CrazyList/input/02 - Example 2.txt +1 -0
- package/config/easy/CrazyList/input/03 - A long list.txt +1 -0
- package/config/easy/CrazyList/input/04 - A short list.txt +1 -0
- package/config/easy/CrazyList/input/05 - Be negative.txt +1 -0
- package/config/easy/CrazyList/input/06 - Crazy negative.txt +1 -0
- package/config/easy/CrazyList/input/07 - Full negative.txt +1 -0
- package/config/easy/CrazyList/input/08 - Very short.txt +1 -0
- package/config/easy/CrazyList/input/09 - Zero.txt +1 -0
- package/config/easy/CrazyList/input/10 - Crazy.txt +1 -0
- package/config/easy/CrazyList/input/11 - Strange !.txt +1 -0
- package/config/easy/CrazyList/output/01 - Example 1.txt +1 -0
- package/config/easy/CrazyList/output/02 - Example 2.txt +1 -0
- package/config/easy/CrazyList/output/03 - A long list.txt +1 -0
- package/config/easy/CrazyList/output/04 - A short list.txt +1 -0
- package/config/easy/CrazyList/output/05 - Be negative.txt +1 -0
- package/config/easy/CrazyList/output/06 - Crazy negative.txt +1 -0
- package/config/easy/CrazyList/output/07 - Full negative.txt +1 -0
- package/config/easy/CrazyList/output/08 - Very short.txt +1 -0
- package/config/easy/CrazyList/output/09 - Zero.txt +1 -0
- package/config/easy/CrazyList/output/10 - Crazy.txt +1 -0
- package/config/easy/CrazyList/output/11 - Strange !.txt +1 -0
- package/config/easy/CreateTurnHereSigns/config.json +1 -1
- package/config/easy/DeusHexMachina/code/CGCode.js +6 -0
- package/config/easy/DeusHexMachina/code/CGCode.php +7 -0
- package/config/easy/DeusHexMachina/config.json +118 -0
- package/config/easy/DeusHexMachina/input/01 - test 1.txt +1 -0
- package/config/easy/DeusHexMachina/input/02 - test 2.txt +1 -0
- package/config/easy/DeusHexMachina/input/03 - test 3.txt +1 -0
- package/config/easy/DeusHexMachina/input/04 - test 4.txt +1 -0
- package/config/easy/DeusHexMachina/input/05 - test 5.txt +1 -0
- package/config/easy/DeusHexMachina/input/06 - test 6.txt +1 -0
- package/config/easy/DeusHexMachina/input/07 - test 7.txt +1 -0
- package/config/easy/DeusHexMachina/input/08 - test 8.txt +1 -0
- package/config/easy/DeusHexMachina/input/09 - test 9.txt +1 -0
- package/config/easy/DeusHexMachina/input/10 - test 10.txt +1 -0
- package/config/easy/DeusHexMachina/input/11 - test 11.txt +1 -0
- package/config/easy/DeusHexMachina/input/12 - test 12.txt +1 -0
- package/config/easy/DeusHexMachina/input/13 - test 13.txt +1 -0
- package/config/easy/DeusHexMachina/input/14 - test 14.txt +1 -0
- package/config/easy/DeusHexMachina/input/15 - test 15.txt +1 -0
- package/config/easy/DeusHexMachina/input/16 - test 16.txt +1 -0
- package/config/easy/DeusHexMachina/input/17 - test 17.txt +1 -0
- package/config/easy/DeusHexMachina/input/18 - test 18.txt +1 -0
- package/config/easy/DeusHexMachina/input/19 - test 19.txt +1 -0
- package/config/easy/DeusHexMachina/input/20 - test 20.txt +1 -0
- package/config/easy/DeusHexMachina/input/21 - test 21.txt +1 -0
- package/config/easy/DeusHexMachina/input/22 - test 22.txt +1 -0
- package/config/easy/DeusHexMachina/output/01 - test 1.txt +1 -0
- package/config/easy/DeusHexMachina/output/02 - test 2.txt +1 -0
- package/config/easy/DeusHexMachina/output/03 - test 3.txt +1 -0
- package/config/easy/DeusHexMachina/output/04 - test 4.txt +1 -0
- package/config/easy/DeusHexMachina/output/05 - test 5.txt +1 -0
- package/config/easy/DeusHexMachina/output/06 - test 6.txt +1 -0
- package/config/easy/DeusHexMachina/output/07 - test 7.txt +1 -0
- package/config/easy/DeusHexMachina/output/08 - test 8.txt +1 -0
- package/config/easy/DeusHexMachina/output/09 - test 9.txt +1 -0
- package/config/easy/DeusHexMachina/output/10 - test 10.txt +1 -0
- package/config/easy/DeusHexMachina/output/11 - test 11.txt +1 -0
- package/config/easy/DeusHexMachina/output/12 - test 12.txt +1 -0
- package/config/easy/DeusHexMachina/output/13 - test 13.txt +1 -0
- package/config/easy/DeusHexMachina/output/14 - test 14.txt +1 -0
- package/config/easy/DeusHexMachina/output/15 - test 15.txt +1 -0
- package/config/easy/DeusHexMachina/output/16 - test 16.txt +1 -0
- package/config/easy/DeusHexMachina/output/17 - test 17.txt +1 -0
- package/config/easy/DeusHexMachina/output/18 - test 18.txt +1 -0
- package/config/easy/DeusHexMachina/output/19 - test 19.txt +1 -0
- package/config/easy/DeusHexMachina/output/20 - test 20.txt +1 -0
- package/config/easy/DeusHexMachina/output/21 - test 21.txt +1 -0
- package/config/easy/DeusHexMachina/output/22 - test 22.txt +1 -0
- package/config/easy/DuoCombinations/code/CGCode.js +9 -0
- package/config/easy/DuoCombinations/code/CGCode.php +11 -0
- package/config/easy/DuoCombinations/config.json +38 -0
- package/config/easy/DuoCombinations/input/01 - Basic.txt +3 -0
- package/config/easy/DuoCombinations/input/02 - Couple of pairs.txt +4 -0
- package/config/easy/DuoCombinations/input/03 - New symbols.txt +4 -0
- package/config/easy/DuoCombinations/input/04 - Other symbols.txt +4 -0
- package/config/easy/DuoCombinations/input/05 - More symbols.txt +5 -0
- package/config/easy/DuoCombinations/input/06 - Extended output.txt +6 -0
- package/config/easy/DuoCombinations/output/01 - Basic.txt +4 -0
- package/config/easy/DuoCombinations/output/02 - Couple of pairs.txt +15 -0
- package/config/easy/DuoCombinations/output/03 - New symbols.txt +15 -0
- package/config/easy/DuoCombinations/output/04 - Other symbols.txt +15 -0
- package/config/easy/DuoCombinations/output/05 - More symbols.txt +46 -0
- package/config/easy/DuoCombinations/output/06 - Extended output.txt +125 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/code/CGCode.js +11 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/code/CGCode.php +8 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/config.json +43 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/input/01 - 2 is not prime.txt +2 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/input/02 - Random.txt +2 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/input/03 - Don/342/200/231t sort.txt" +2 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/input/04 - Rounding.txt +2 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/input/05 - Big.txt +2 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/input/06 - Bigger.txt +2 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/input/07 - Care even rounding.txt +2 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/output/01 - 2 is not prime.txt +2 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/output/02 - Random.txt +6 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/output/03 - Don/342/200/231t sort.txt" +6 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/output/04 - Rounding.txt +6 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/output/05 - Big.txt +4 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/output/06 - Bigger.txt +9 -0
- package/config/easy/EuclidsAlgorithmWithComplexNumbers/output/07 - Care even rounding.txt +3 -0
- package/config/easy/FibonaccisRabbit/code/CGCode.js +11 -0
- package/config/easy/FibonaccisRabbit/code/CGCode.php +8 -0
- package/config/easy/FibonaccisRabbit/config.json +48 -0
- package/config/easy/FibonaccisRabbit/input/01 - Fibonacci/342/200/231s Classic.txt" +2 -0
- package/config/easy/FibonaccisRabbit/input/02 - 3rd Generation.txt +2 -0
- package/config/easy/FibonaccisRabbit/input/03 - Old Rabbits.txt +2 -0
- package/config/easy/FibonaccisRabbit/input/04 - There/342/200/231s no bunny.txt" +2 -0
- package/config/easy/FibonaccisRabbit/input/05 - Birth Control.txt +2 -0
- package/config/easy/FibonaccisRabbit/input/06 - Lots of Bunnies.txt +2 -0
- package/config/easy/FibonaccisRabbit/input/07 - test 7.txt +2 -0
- package/config/easy/FibonaccisRabbit/input/08 - test 8.txt +2 -0
- package/config/easy/FibonaccisRabbit/output/01 - Fibonacci/342/200/231s Classic.txt" +1 -0
- package/config/easy/FibonaccisRabbit/output/02 - 3rd Generation.txt +1 -0
- package/config/easy/FibonaccisRabbit/output/03 - Old Rabbits.txt +1 -0
- package/config/easy/FibonaccisRabbit/output/04 - There/342/200/231s no bunny.txt" +1 -0
- package/config/easy/FibonaccisRabbit/output/05 - Birth Control.txt +1 -0
- package/config/easy/FibonaccisRabbit/output/06 - Lots of Bunnies.txt +1 -0
- package/config/easy/FibonaccisRabbit/output/07 - test 7.txt +1 -0
- package/config/easy/FibonaccisRabbit/output/08 - test 8.txt +1 -0
- package/config/easy/FixTheNetworks/code/CGCode.js +9 -0
- package/config/easy/FixTheNetworks/code/CGCode.php +11 -0
- package/config/easy/FixTheNetworks/config.json +28 -0
- package/config/easy/FixTheNetworks/input/01 - test 1.txt +5 -0
- package/config/easy/FixTheNetworks/input/02 - test 2.txt +6 -0
- package/config/easy/FixTheNetworks/input/03 - test 3.txt +5 -0
- package/config/easy/FixTheNetworks/input/04 - test 4.txt +3 -0
- package/config/easy/FixTheNetworks/output/01 - test 1.txt +4 -0
- package/config/easy/FixTheNetworks/output/02 - test 2.txt +5 -0
- package/config/easy/FixTheNetworks/output/03 - test 3.txt +4 -0
- package/config/easy/FixTheNetworks/output/04 - test 4.txt +2 -0
- package/config/easy/FurlongsPerFortnight/code/CGCode.js +6 -0
- package/config/easy/FurlongsPerFortnight/code/CGCode.php +7 -0
- package/config/easy/FurlongsPerFortnight/config.json +78 -0
- package/config/easy/FurlongsPerFortnight/input/01 - DT dt.txt +1 -0
- package/config/easy/FurlongsPerFortnight/input/02 - D d.txt +1 -0
- package/config/easy/FurlongsPerFortnight/input/03 - Dt dT.txt +1 -0
- package/config/easy/FurlongsPerFortnight/input/04 - dT Dt.txt +1 -0
- package/config/easy/FurlongsPerFortnight/input/05 - d D.txt +1 -0
- package/config/easy/FurlongsPerFortnight/input/06 - dt DT.txt +1 -0
- package/config/easy/FurlongsPerFortnight/input/07 - T t.txt +1 -0
- package/config/easy/FurlongsPerFortnight/input/08 - t T.txt +1 -0
- package/config/easy/FurlongsPerFortnight/input/09 - miles to inches.txt +1 -0
- package/config/easy/FurlongsPerFortnight/input/10 - miles to inches.txt +1 -0
- package/config/easy/FurlongsPerFortnight/input/11 - fortnights to seconds.txt +1 -0
- package/config/easy/FurlongsPerFortnight/input/12 - seconds to fortnights.txt +1 -0
- package/config/easy/FurlongsPerFortnight/input/13 - Extreme1.txt +1 -0
- package/config/easy/FurlongsPerFortnight/input/14 - Extreme2.txt +1 -0
- package/config/easy/FurlongsPerFortnight/output/01 - DT dt.txt +1 -0
- package/config/easy/FurlongsPerFortnight/output/02 - D d.txt +1 -0
- package/config/easy/FurlongsPerFortnight/output/03 - Dt dT.txt +1 -0
- package/config/easy/FurlongsPerFortnight/output/04 - dT Dt.txt +1 -0
- package/config/easy/FurlongsPerFortnight/output/05 - d D.txt +1 -0
- package/config/easy/FurlongsPerFortnight/output/06 - dt DT.txt +1 -0
- package/config/easy/FurlongsPerFortnight/output/07 - T t.txt +1 -0
- package/config/easy/FurlongsPerFortnight/output/08 - t T.txt +1 -0
- package/config/easy/FurlongsPerFortnight/output/09 - miles to inches.txt +1 -0
- package/config/easy/FurlongsPerFortnight/output/10 - miles to inches.txt +1 -0
- package/config/easy/FurlongsPerFortnight/output/11 - fortnights to seconds.txt +1 -0
- package/config/easy/FurlongsPerFortnight/output/12 - seconds to fortnights.txt +1 -0
- package/config/easy/FurlongsPerFortnight/output/13 - Extreme1.txt +1 -0
- package/config/easy/FurlongsPerFortnight/output/14 - Extreme2.txt +1 -0
- package/config/easy/GraffitiOnTheFence/config.json +5 -0
- package/config/easy/GraffitiOnTheFence/input/14 - minor test 3.txt +7 -0
- package/config/easy/GraffitiOnTheFence/output/04 - all painted.txt +1 -7
- package/config/easy/GraffitiOnTheFence/output/14 - minor test 3.txt +1 -0
- package/config/easy/HowHighUpDoesTheBeerGo/code/CGCode.js +10 -0
- package/config/easy/HowHighUpDoesTheBeerGo/code/CGCode.php +7 -0
- package/config/easy/HowHighUpDoesTheBeerGo/config.json +38 -0
- package/config/easy/HowHighUpDoesTheBeerGo/input/01 - basic pint glass.txt +1 -0
- package/config/easy/HowHighUpDoesTheBeerGo/input/02 - a tall skinny drink.txt +1 -0
- package/config/easy/HowHighUpDoesTheBeerGo/input/03 - that glass has a wide lip!.txt +1 -0
- package/config/easy/HowHighUpDoesTheBeerGo/input/04 - Chug a lug, Donna.txt +1 -0
- package/config/easy/HowHighUpDoesTheBeerGo/input/05 - I/342/200/231m going to go lay down now.txt" +1 -0
- package/config/easy/HowHighUpDoesTheBeerGo/input/06 - I/342/200/231ll just have a sip.txt" +1 -0
- package/config/easy/HowHighUpDoesTheBeerGo/output/01 - basic pint glass.txt +1 -0
- package/config/easy/HowHighUpDoesTheBeerGo/output/02 - a tall skinny drink.txt +1 -0
- package/config/easy/HowHighUpDoesTheBeerGo/output/03 - that glass has a wide lip!.txt +1 -0
- package/config/easy/HowHighUpDoesTheBeerGo/output/04 - Chug a lug, Donna.txt +1 -0
- package/config/easy/HowHighUpDoesTheBeerGo/output/05 - I/342/200/231m going to go lay down now.txt" +1 -0
- package/config/easy/HowHighUpDoesTheBeerGo/output/06 - I/342/200/231ll just have a sip.txt" +1 -0
- package/config/easy/HungerGames/code/CGCode.js +15 -0
- package/config/easy/HungerGames/code/CGCode.php +18 -0
- package/config/easy/HungerGames/config.json +38 -0
- package/config/easy/HungerGames/input/01 - Test 1.txt +5 -0
- package/config/easy/HungerGames/input/02 - A few more.txt +11 -0
- package/config/easy/HungerGames/input/03 - Serial Killers.txt +7 -0
- package/config/easy/HungerGames/input/04 - Line Killers.txt +9 -0
- package/config/easy/HungerGames/input/05 - Alphabetize Tributes.txt +8 -0
- package/config/easy/HungerGames/input/06 - Alphabize Victims.txt +18 -0
- package/config/easy/HungerGames/output/01 - Test 1.txt +7 -0
- package/config/easy/HungerGames/output/02 - A few more.txt +19 -0
- package/config/easy/HungerGames/output/03 - Serial Killers.txt +15 -0
- package/config/easy/HungerGames/output/04 - Line Killers.txt +15 -0
- package/config/easy/HungerGames/output/05 - Alphabetize Tributes.txt +15 -0
- package/config/easy/HungerGames/output/06 - Alphabize Victims.txt +39 -0
- package/config/easy/InsertToString/code/CGCode.js +10 -0
- package/config/easy/InsertToString/code/CGCode.php +12 -0
- package/config/easy/InsertToString/config.json +28 -0
- package/config/easy/InsertToString/input/01 - Hello, world!.txt +6 -0
- package/config/easy/InsertToString/input/02 - Add missing text.txt +4 -0
- package/config/easy/InsertToString/input/03 - Complete code snippet.txt +6 -0
- package/config/easy/InsertToString/input/04 - Add text to punctuation.txt +7 -0
- package/config/easy/InsertToString/output/01 - Hello, world!.txt +3 -0
- package/config/easy/InsertToString/output/02 - Add missing text.txt +1 -0
- package/config/easy/InsertToString/output/03 - Complete code snippet.txt +4 -0
- package/config/easy/InsertToString/output/04 - Add text to punctuation.txt +6 -0
- package/config/easy/Interstellar/code/CGCode.js +12 -0
- package/config/easy/Interstellar/code/CGCode.php +13 -0
- package/config/easy/Interstellar/config.json +58 -0
- package/config/easy/Interstellar/input/01 - test 1.txt +2 -0
- package/config/easy/Interstellar/input/02 - test 2.txt +2 -0
- package/config/easy/Interstellar/input/03 - test 3.txt +2 -0
- package/config/easy/Interstellar/input/04 - test 4.txt +2 -0
- package/config/easy/Interstellar/input/05 - test 5.txt +2 -0
- package/config/easy/Interstellar/input/06 - test 6.txt +2 -0
- package/config/easy/Interstellar/input/07 - test 7.txt +2 -0
- package/config/easy/Interstellar/input/08 - test 8.txt +2 -0
- package/config/easy/Interstellar/input/09 - test 9.txt +2 -0
- package/config/easy/Interstellar/input/10 - test 10.txt +2 -0
- package/config/easy/Interstellar/output/01 - test 1.txt +2 -0
- package/config/easy/Interstellar/output/02 - test 2.txt +2 -0
- package/config/easy/Interstellar/output/03 - test 3.txt +2 -0
- package/config/easy/Interstellar/output/04 - test 4.txt +2 -0
- package/config/easy/Interstellar/output/05 - test 5.txt +2 -0
- package/config/easy/Interstellar/output/06 - test 6.txt +2 -0
- package/config/easy/Interstellar/output/07 - test 7.txt +2 -0
- package/config/easy/Interstellar/output/08 - test 8.txt +2 -0
- package/config/easy/Interstellar/output/09 - test 9.txt +2 -0
- package/config/easy/Interstellar/output/10 - test 10.txt +2 -0
- package/config/easy/KangarooWords/config.json +0 -5
- package/config/easy/MandelbrotSetApproximation/code/CGCode.js +6 -0
- package/config/easy/MandelbrotSetApproximation/code/CGCode.php +7 -0
- package/config/easy/MandelbrotSetApproximation/config.json +28 -0
- package/config/easy/MandelbrotSetApproximation/input/01 - test 1.txt +1 -0
- package/config/easy/MandelbrotSetApproximation/input/02 - test 2.txt +1 -0
- package/config/easy/MandelbrotSetApproximation/input/03 - test 3.txt +1 -0
- package/config/easy/MandelbrotSetApproximation/input/04 - test 4.txt +1 -0
- package/config/easy/MandelbrotSetApproximation/output/01 - test 1.txt +7 -0
- package/config/easy/MandelbrotSetApproximation/output/02 - test 2.txt +13 -0
- package/config/easy/MandelbrotSetApproximation/output/03 - test 3.txt +19 -0
- package/config/easy/MandelbrotSetApproximation/output/04 - test 4.txt +25 -0
- package/config/easy/MatchDNASequence/code/CGCode.js +11 -0
- package/config/easy/MatchDNASequence/code/CGCode.php +13 -0
- package/config/easy/MatchDNASequence/config.json +28 -0
- package/config/easy/MatchDNASequence/input/01 - Exact Match - Easy.txt +4 -0
- package/config/easy/MatchDNASequence/input/02 - No Match.txt +4 -0
- package/config/easy/MatchDNASequence/input/03 - Many Lines, inexact match.txt +14 -0
- package/config/easy/MatchDNASequence/input/04 - Overflow.txt +6 -0
- package/config/easy/MatchDNASequence/output/01 - Exact Match - Easy.txt +1 -0
- package/config/easy/MatchDNASequence/output/03 - Many Lines, inexact match.txt +1 -0
- package/config/easy/MatchDNASequence/output/04 - Overflow.txt +1 -0
- package/config/easy/MinimalPalindromeDistance/code/CGCode.js +7 -0
- package/config/easy/MinimalPalindromeDistance/code/CGCode.php +8 -0
- package/config/easy/MinimalPalindromeDistance/config.json +43 -0
- package/config/easy/MinimalPalindromeDistance/input/01 - test 1.txt +2 -0
- package/config/easy/MinimalPalindromeDistance/input/02 - test 2.txt +2 -0
- package/config/easy/MinimalPalindromeDistance/input/03 - test 3.txt +2 -0
- package/config/easy/MinimalPalindromeDistance/input/04 - test 4.txt +2 -0
- package/config/easy/MinimalPalindromeDistance/input/05 - test 5.txt +2 -0
- package/config/easy/MinimalPalindromeDistance/input/06 - test 6.txt +2 -0
- package/config/easy/MinimalPalindromeDistance/input/07 - test 7.txt +2 -0
- package/config/easy/MinimalPalindromeDistance/output/01 - test 1.txt +1 -0
- package/config/easy/MinimalPalindromeDistance/output/02 - test 2.txt +1 -0
- package/config/easy/MinimalPalindromeDistance/output/03 - test 3.txt +1 -0
- package/config/easy/MinimalPalindromeDistance/output/04 - test 4.txt +1 -0
- package/config/easy/MinimalPalindromeDistance/output/05 - test 5.txt +1 -0
- package/config/easy/MinimalPalindromeDistance/output/06 - test 6.txt +1 -0
- package/config/easy/MinimalPalindromeDistance/output/07 - test 7.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/config.json +0 -5
- package/config/easy/NumberFormatting/code/CGCode.js +6 -0
- package/config/easy/NumberFormatting/code/CGCode.php +7 -0
- package/config/easy/NumberFormatting/config.json +48 -0
- package/config/easy/NumberFormatting/input/01 - Only digits.txt +1 -0
- package/config/easy/NumberFormatting/input/02 - Same number of digits.txt +1 -0
- package/config/easy/NumberFormatting/input/03 - Integer.txt +1 -0
- package/config/easy/NumberFormatting/input/04 - Right side shift.txt +1 -0
- package/config/easy/NumberFormatting/input/05 - Up to the last.txt +1 -0
- package/config/easy/NumberFormatting/input/06 - Both sides shift.txt +1 -0
- package/config/easy/NumberFormatting/input/07 - One.txt +1 -0
- package/config/easy/NumberFormatting/input/08 - Zero.txt +1 -0
- package/config/easy/NumberFormatting/output/01 - Only digits.txt +1 -0
- package/config/easy/NumberFormatting/output/02 - Same number of digits.txt +1 -0
- package/config/easy/NumberFormatting/output/03 - Integer.txt +1 -0
- package/config/easy/NumberFormatting/output/04 - Right side shift.txt +1 -0
- package/config/easy/NumberFormatting/output/05 - Up to the last.txt +1 -0
- package/config/easy/NumberFormatting/output/06 - Both sides shift.txt +1 -0
- package/config/easy/NumberFormatting/output/07 - One.txt +1 -0
- package/config/easy/NumberFormatting/output/08 - Zero.txt +1 -0
- package/config/easy/PopularityOfEachActivity/code/CGCode.js +9 -0
- package/config/easy/PopularityOfEachActivity/code/CGCode.php +11 -0
- package/config/easy/PopularityOfEachActivity/config.json +38 -0
- package/config/easy/PopularityOfEachActivity/input/01 - test 1.txt +11 -0
- package/config/easy/PopularityOfEachActivity/input/02 - test 2 - easy percentages.txt +12 -0
- package/config/easy/PopularityOfEachActivity/input/03 - test 3 - 100 percent.txt +9 -0
- package/config/easy/PopularityOfEachActivity/input/04 - test 4 - simple rounding.txt +9 -0
- package/config/easy/PopularityOfEachActivity/input/05 - test 5.txt +20 -0
- package/config/easy/PopularityOfEachActivity/input/06 - test 6.txt +43 -0
- package/config/easy/PopularityOfEachActivity/output/01 - test 1.txt +4 -0
- package/config/easy/PopularityOfEachActivity/output/02 - test 2 - easy percentages.txt +4 -0
- package/config/easy/PopularityOfEachActivity/output/03 - test 3 - 100 percent.txt +4 -0
- package/config/easy/PopularityOfEachActivity/output/04 - test 4 - simple rounding.txt +4 -0
- package/config/easy/PopularityOfEachActivity/output/05 - test 5.txt +4 -0
- package/config/easy/PopularityOfEachActivity/output/06 - test 6.txt +4 -0
- package/config/easy/RemoveInsertStatements/code/CGCode.js +9 -0
- package/config/easy/RemoveInsertStatements/code/CGCode.php +11 -0
- package/config/easy/RemoveInsertStatements/config.json +48 -0
- package/config/easy/RemoveInsertStatements/input/01 - simple insert statement.txt +9 -0
- package/config/easy/RemoveInsertStatements/input/02 - simple commented statement.txt +9 -0
- package/config/easy/RemoveInsertStatements/input/03 - insert + comment.txt +10 -0
- package/config/easy/RemoveInsertStatements/input/04 - with function.txt +13 -0
- package/config/easy/RemoveInsertStatements/input/05 - many insert statements.txt +17 -0
- package/config/easy/RemoveInsertStatements/input/06 - functions + inserts.txt +30 -0
- package/config/easy/RemoveInsertStatements/input/07 - multi-line INSERT instructions.txt +28 -0
- package/config/easy/RemoveInsertStatements/input/08 - many insert on same line.txt +2 -0
- package/config/easy/RemoveInsertStatements/output/01 - simple insert statement.txt +7 -0
- package/config/easy/RemoveInsertStatements/output/02 - simple commented statement.txt +8 -0
- package/config/easy/RemoveInsertStatements/output/03 - insert + comment.txt +8 -0
- package/config/easy/RemoveInsertStatements/output/04 - with function.txt +12 -0
- package/config/easy/RemoveInsertStatements/output/05 - many insert statements.txt +9 -0
- package/config/easy/RemoveInsertStatements/output/06 - functions + inserts.txt +23 -0
- package/config/easy/RemoveInsertStatements/output/07 - multi-line INSERT instructions.txt +12 -0
- package/config/easy/RemoveInsertStatements/output/08 - many insert on same line.txt +1 -0
- package/config/easy/SavingSnoopy/code/CGCode.js +11 -0
- package/config/easy/SavingSnoopy/code/CGCode.php +13 -0
- package/config/easy/SavingSnoopy/config.json +28 -0
- package/config/easy/SavingSnoopy/input/01 - Welcome Message.txt +16 -0
- package/config/easy/SavingSnoopy/input/02 - Urgent Message.txt +15 -0
- package/config/easy/SavingSnoopy/input/03 - Yet Another Urgent Message.txt +17 -0
- package/config/easy/SavingSnoopy/input/04 - Final Message.txt +14 -0
- package/config/easy/SavingSnoopy/output/01 - Welcome Message.txt +5 -0
- package/config/easy/SavingSnoopy/output/02 - Urgent Message.txt +9 -0
- package/config/easy/SavingSnoopy/output/03 - Yet Another Urgent Message.txt +10 -0
- package/config/easy/SavingSnoopy/output/04 - Final Message.txt +5 -0
- package/config/easy/ScoreABridgeDeal/code/CGCode.js +11 -0
- package/config/easy/ScoreABridgeDeal/code/CGCode.php +14 -0
- package/config/easy/ScoreABridgeDeal/config.json +48 -0
- package/config/easy/ScoreABridgeDeal/input/01 - Example.txt +2 -0
- package/config/easy/ScoreABridgeDeal/input/02 - Winning a partial.txt +6 -0
- package/config/easy/ScoreABridgeDeal/input/03 - Nobody/342/200/231s interested.txt" +2 -0
- package/config/easy/ScoreABridgeDeal/input/04 - Going Down !.txt +4 -0
- package/config/easy/ScoreABridgeDeal/input/05 - Bonuses.txt +6 -0
- package/config/easy/ScoreABridgeDeal/input/06 - Doubling starts.txt +9 -0
- package/config/easy/ScoreABridgeDeal/input/07 - Random 1.txt +21 -0
- package/config/easy/ScoreABridgeDeal/input/08 - Random 2.txt +21 -0
- package/config/easy/ScoreABridgeDeal/output/01 - Example.txt +1 -0
- package/config/easy/ScoreABridgeDeal/output/02 - Winning a partial.txt +5 -0
- package/config/easy/ScoreABridgeDeal/output/03 - Nobody/342/200/231s interested.txt" +1 -0
- package/config/easy/ScoreABridgeDeal/output/04 - Going Down !.txt +3 -0
- package/config/easy/ScoreABridgeDeal/output/05 - Bonuses.txt +5 -0
- package/config/easy/ScoreABridgeDeal/output/06 - Doubling starts.txt +8 -0
- package/config/easy/ScoreABridgeDeal/output/07 - Random 1.txt +20 -0
- package/config/easy/ScoreABridgeDeal/output/08 - Random 2.txt +20 -0
- package/config/easy/ShouldBakersBeFrugal/config.json +1 -1
- package/config/easy/StunningNumbers/code/CGCode.js +7 -0
- package/config/easy/StunningNumbers/code/CGCode.php +8 -0
- package/config/easy/StunningNumbers/config.json +58 -0
- package/config/easy/StunningNumbers/input/01 - test 1.txt +1 -0
- package/config/easy/StunningNumbers/input/02 - test 2.txt +1 -0
- package/config/easy/StunningNumbers/input/03 - test 3.txt +1 -0
- package/config/easy/StunningNumbers/input/04 - test 4.txt +1 -0
- package/config/easy/StunningNumbers/input/05 - test 5.txt +1 -0
- package/config/easy/StunningNumbers/input/06 - test 6.txt +1 -0
- package/config/easy/StunningNumbers/input/07 - test 7.txt +1 -0
- package/config/easy/StunningNumbers/input/08 - test 8.txt +1 -0
- package/config/easy/StunningNumbers/input/09 - test 9.txt +1 -0
- package/config/easy/StunningNumbers/input/10 - test 10.txt +1 -0
- package/config/easy/StunningNumbers/output/01 - test 1.txt +2 -0
- package/config/easy/StunningNumbers/output/02 - test 2.txt +2 -0
- package/config/easy/StunningNumbers/output/03 - test 3.txt +2 -0
- package/config/easy/StunningNumbers/output/04 - test 4.txt +2 -0
- package/config/easy/StunningNumbers/output/05 - test 5.txt +2 -0
- package/config/easy/StunningNumbers/output/06 - test 6.txt +2 -0
- package/config/easy/StunningNumbers/output/07 - test 7.txt +2 -0
- package/config/easy/StunningNumbers/output/08 - test 8.txt +2 -0
- package/config/easy/StunningNumbers/output/09 - test 9.txt +2 -0
- package/config/easy/StunningNumbers/output/10 - test 10.txt +2 -0
- package/config/easy/TheHelpdesk/code/CGCode.js +16 -0
- package/config/easy/TheHelpdesk/code/CGCode.php +19 -0
- package/config/easy/TheHelpdesk/config.json +38 -0
- package/config/easy/TheHelpdesk/input/01 - Short day.txt +5 -0
- package/config/easy/TheHelpdesk/input/02 - So efficient!.txt +5 -0
- package/config/easy/TheHelpdesk/input/03 - Employee of the month.txt +5 -0
- package/config/easy/TheHelpdesk/input/04 - Just home before the break.txt +5 -0
- package/config/easy/TheHelpdesk/input/05 - Why do they keep taking breaks!.txt +5 -0
- package/config/easy/TheHelpdesk/input/06 - Why do they keep taking breaks! 2.txt +5 -0
- package/config/easy/TheHelpdesk/output/01 - Short day.txt +2 -0
- package/config/easy/TheHelpdesk/output/02 - So efficient!.txt +2 -0
- package/config/easy/TheHelpdesk/output/03 - Employee of the month.txt +2 -0
- package/config/easy/TheHelpdesk/output/04 - Just home before the break.txt +2 -0
- package/config/easy/TheHelpdesk/output/05 - Why do they keep taking breaks!.txt +2 -0
- package/config/easy/TheHelpdesk/output/06 - Why do they keep taking breaks! 2.txt +2 -0
- package/config/easy/TileAFloorDifferently/code/CGCode.js +9 -0
- package/config/easy/TileAFloorDifferently/code/CGCode.php +11 -0
- package/config/easy/TileAFloorDifferently/config.json +133 -0
- package/config/easy/TileAFloorDifferently/input/01 - Slash and b.txt +4 -0
- package/config/easy/TileAFloorDifferently/input/02 - Both slashes and b.txt +5 -0
- package/config/easy/TileAFloorDifferently/input/03 - Slash and d.txt +5 -0
- package/config/easy/TileAFloorDifferently/input/04 - Slashes and d.txt +5 -0
- package/config/easy/TileAFloorDifferently/input/05 - Slashes and p.txt +5 -0
- package/config/easy/TileAFloorDifferently/input/06 - Slashes and q.txt +4 -0
- package/config/easy/TileAFloorDifferently/input/07 - Letter combos b d.txt +6 -0
- package/config/easy/TileAFloorDifferently/input/08 - Letter combos d p.txt +6 -0
- package/config/easy/TileAFloorDifferently/input/09 - Letter combos p q.txt +6 -0
- package/config/easy/TileAFloorDifferently/input/10 - Letter combos b q.txt +6 -0
- package/config/easy/TileAFloorDifferently/input/11 - Multiple Letters 2.txt +7 -0
- package/config/easy/TileAFloorDifferently/input/12 - Extra characters.txt +8 -0
- package/config/easy/TileAFloorDifferently/input/13 - test 13.txt +6 -0
- package/config/easy/TileAFloorDifferently/input/14 - test 14.txt +8 -0
- package/config/easy/TileAFloorDifferently/input/15 - test 15.txt +6 -0
- package/config/easy/TileAFloorDifferently/input/16 - test 16.txt +8 -0
- package/config/easy/TileAFloorDifferently/input/17 - test 17.txt +4 -0
- package/config/easy/TileAFloorDifferently/input/18 - test 18.txt +7 -0
- package/config/easy/TileAFloorDifferently/input/19 - test 19.txt +4 -0
- package/config/easy/TileAFloorDifferently/input/20 - test 20.txt +4 -0
- package/config/easy/TileAFloorDifferently/input/21 - test 21.txt +7 -0
- package/config/easy/TileAFloorDifferently/input/22 - test 22.txt +8 -0
- package/config/easy/TileAFloorDifferently/input/23 - test 23.txt +5 -0
- package/config/easy/TileAFloorDifferently/input/24 - test 24.txt +7 -0
- package/config/easy/TileAFloorDifferently/input/25 - test 25.txt +6 -0
- package/config/easy/TileAFloorDifferently/output/01 - Slash and b.txt +15 -0
- package/config/easy/TileAFloorDifferently/output/02 - Both slashes and b.txt +19 -0
- package/config/easy/TileAFloorDifferently/output/03 - Slash and d.txt +19 -0
- package/config/easy/TileAFloorDifferently/output/04 - Slashes and d.txt +19 -0
- package/config/easy/TileAFloorDifferently/output/05 - Slashes and p.txt +19 -0
- package/config/easy/TileAFloorDifferently/output/06 - Slashes and q.txt +19 -0
- package/config/easy/TileAFloorDifferently/output/07 - Letter combos b d.txt +23 -0
- package/config/easy/TileAFloorDifferently/output/08 - Letter combos d p.txt +23 -0
- package/config/easy/TileAFloorDifferently/output/09 - Letter combos p q.txt +23 -0
- package/config/easy/TileAFloorDifferently/output/10 - Letter combos b q.txt +23 -0
- package/config/easy/TileAFloorDifferently/output/11 - Multiple Letters 2.txt +27 -0
- package/config/easy/TileAFloorDifferently/output/12 - Extra characters.txt +31 -0
- package/config/easy/TileAFloorDifferently/output/13 - test 13.txt +23 -0
- package/config/easy/TileAFloorDifferently/output/14 - test 14.txt +31 -0
- package/config/easy/TileAFloorDifferently/output/15 - test 15.txt +23 -0
- package/config/easy/TileAFloorDifferently/output/16 - test 16.txt +31 -0
- package/config/easy/TileAFloorDifferently/output/17 - test 17.txt +15 -0
- package/config/easy/TileAFloorDifferently/output/18 - test 18.txt +27 -0
- package/config/easy/TileAFloorDifferently/output/19 - test 19.txt +15 -0
- package/config/easy/TileAFloorDifferently/output/20 - test 20.txt +15 -0
- package/config/easy/TileAFloorDifferently/output/21 - test 21.txt +27 -0
- package/config/easy/TileAFloorDifferently/output/22 - test 22.txt +27 -0
- package/config/easy/TileAFloorDifferently/output/23 - test 23.txt +19 -0
- package/config/easy/TileAFloorDifferently/output/24 - test 24.txt +27 -0
- package/config/easy/TileAFloorDifferently/output/25 - test 25.txt +23 -0
- package/config/easy/WW2MortarWarfare/code/CGCode.js +6 -0
- package/config/easy/WW2MortarWarfare/code/CGCode.php +7 -0
- package/config/easy/WW2MortarWarfare/config.json +28 -0
- package/config/easy/WW2MortarWarfare/input/01 - Easy Calculation.txt +1 -0
- package/config/easy/WW2MortarWarfare/input/02 - More Precise.txt +1 -0
- package/config/easy/WW2MortarWarfare/input/03 - Too Far.txt +1 -0
- package/config/easy/WW2MortarWarfare/input/04 - Too Close.txt +1 -0
- package/config/easy/WW2MortarWarfare/output/01 - Easy Calculation.txt +2 -0
- package/config/easy/WW2MortarWarfare/output/02 - More Precise.txt +2 -0
- package/config/easy/WW2MortarWarfare/output/03 - Too Far.txt +1 -0
- package/config/easy/WW2MortarWarfare/output/04 - Too Close.txt +1 -0
- package/config/easy/WhatIsYourGardenWorth/code/CGCode.js +13 -0
- package/config/easy/WhatIsYourGardenWorth/code/CGCode.php +16 -0
- package/config/easy/WhatIsYourGardenWorth/config.json +53 -0
- package/config/easy/WhatIsYourGardenWorth/input/01 - 1 of value.txt +9 -0
- package/config/easy/WhatIsYourGardenWorth/input/02 - 2 of value.txt +15 -0
- package/config/easy/WhatIsYourGardenWorth/input/03 - several of value.txt +14 -0
- package/config/easy/WhatIsYourGardenWorth/input/04 - multiples of same plant.txt +15 -0
- package/config/easy/WhatIsYourGardenWorth/input/05 - big garden.txt +42 -0
- package/config/easy/WhatIsYourGardenWorth/input/06 - giant garden.txt +77 -0
- package/config/easy/WhatIsYourGardenWorth/input/07 - profitable.txt +67 -0
- package/config/easy/WhatIsYourGardenWorth/input/08 - well kept and profitable.txt +89 -0
- package/config/easy/WhatIsYourGardenWorth/input/09 - no weeds and lots of offers.txt +90 -0
- package/config/easy/WhatIsYourGardenWorth/output/01 - 1 of value.txt +1 -0
- package/config/easy/WhatIsYourGardenWorth/output/02 - 2 of value.txt +1 -0
- package/config/easy/WhatIsYourGardenWorth/output/03 - several of value.txt +1 -0
- package/config/easy/WhatIsYourGardenWorth/output/04 - multiples of same plant.txt +1 -0
- package/config/easy/WhatIsYourGardenWorth/output/05 - big garden.txt +1 -0
- package/config/easy/WhatIsYourGardenWorth/output/06 - giant garden.txt +1 -0
- package/config/easy/WhatIsYourGardenWorth/output/07 - profitable.txt +1 -0
- package/config/easy/WhatIsYourGardenWorth/output/08 - well kept and profitable.txt +1 -0
- package/config/easy/WhatIsYourGardenWorth/output/09 - no weeds and lots of offers.txt +1 -0
- package/package.json +1 -1
- package/config/easy/KangarooWords/input/08 - Pointless.txt +0 -6
- /package/config/easy/{KangarooWords/output/08 - Pointless.txt → MatchDNASequence/output/02 - No Match.txt} +0 -0
@@ -0,0 +1,173 @@
|
|
1
|
+
UDURULRLURURRDRRRDLURUDLRDUDURRLDRRRRLURRDDURRUDULRUDDULUURURLRUUDLLLUDLUURRULRRDRURDUDLDURDLLRUDUDD
|
2
|
+
171
|
3
|
+
27 -8 enemy slime
|
4
|
+
-4 13 money 89G
|
5
|
+
-16 -28 money 9G
|
6
|
+
2 -14 money 2G
|
7
|
+
0 23 money 41G
|
8
|
+
6 13 money 75G
|
9
|
+
22 7 enemy goblin
|
10
|
+
-8 -22 enemy goblin
|
11
|
+
0 13 enemy slime
|
12
|
+
25 -21 enemy slime
|
13
|
+
-4 -13 enemy goblin
|
14
|
+
31 4 enemy slime
|
15
|
+
3 19 money 59G
|
16
|
+
24 -5 money 68G
|
17
|
+
22 11 enemy slime
|
18
|
+
-26 -2 enemy slime
|
19
|
+
-24 4 enemy slime
|
20
|
+
-3 11 money 69G
|
21
|
+
14 28 money 24G
|
22
|
+
-21 31 money 69G
|
23
|
+
-15 21 enemy goblin
|
24
|
+
0 -22 enemy goblin
|
25
|
+
1 32 enemy slime
|
26
|
+
29 25 money 12G
|
27
|
+
-19 -24 money 85G
|
28
|
+
27 7 money 10G
|
29
|
+
-30 -17 money 6G
|
30
|
+
28 -16 money 82G
|
31
|
+
-6 4 money 33G
|
32
|
+
8 8 money 22G
|
33
|
+
9 33 money 6G
|
34
|
+
5 -6 money 64G
|
35
|
+
10 -29 money 32G
|
36
|
+
-5 -31 enemy slime
|
37
|
+
28 1 money 19G
|
38
|
+
-18 -34 enemy slime
|
39
|
+
-4 9 enemy goblin
|
40
|
+
-11 23 enemy slime
|
41
|
+
9 18 enemy slime
|
42
|
+
-34 9 enemy goblin
|
43
|
+
18 -20 money 36G
|
44
|
+
16 -16 enemy goblin
|
45
|
+
-21 27 enemy goblin
|
46
|
+
-5 29 enemy slime
|
47
|
+
-26 17 money 88G
|
48
|
+
-15 -30 enemy slime
|
49
|
+
-24 -13 enemy goblin
|
50
|
+
-25 -4 money 4G
|
51
|
+
9 1 money 23G
|
52
|
+
-21 16 money 99G
|
53
|
+
-4 19 money 69G
|
54
|
+
-3 -30 money 32G
|
55
|
+
-33 -8 enemy slime
|
56
|
+
-8 25 money 20G
|
57
|
+
3 -30 money 26G
|
58
|
+
-6 17 money 26G
|
59
|
+
26 -22 money 17G
|
60
|
+
21 -9 enemy goblin
|
61
|
+
-9 4 money 27G
|
62
|
+
-7 -31 money 24G
|
63
|
+
20 -20 enemy goblin
|
64
|
+
7 12 enemy goblin
|
65
|
+
-5 -13 money 7G
|
66
|
+
6 18 money 95G
|
67
|
+
-3 26 enemy slime
|
68
|
+
25 7 enemy slime
|
69
|
+
28 -26 enemy goblin
|
70
|
+
26 1 money 49G
|
71
|
+
-18 16 enemy slime
|
72
|
+
18 -34 money 53G
|
73
|
+
-24 13 money 99G
|
74
|
+
8 7 enemy slime
|
75
|
+
8 -12 money 4G
|
76
|
+
28 -25 enemy slime
|
77
|
+
-14 -5 money 83G
|
78
|
+
22 -20 money 2G
|
79
|
+
11 -27 money 23G
|
80
|
+
-6 6 enemy slime
|
81
|
+
18 17 enemy slime
|
82
|
+
-10 -1 enemy slime
|
83
|
+
21 -29 money 88G
|
84
|
+
-23 -31 enemy goblin
|
85
|
+
-7 13 enemy slime
|
86
|
+
-19 30 money 91G
|
87
|
+
-19 -21 enemy slime
|
88
|
+
-30 -23 enemy goblin
|
89
|
+
-15 7 money 86G
|
90
|
+
7 -12 enemy slime
|
91
|
+
28 16 money 27G
|
92
|
+
8 16 money 75G
|
93
|
+
0 25 money 22G
|
94
|
+
-9 -17 money 15G
|
95
|
+
28 -20 enemy slime
|
96
|
+
29 -22 enemy slime
|
97
|
+
-21 6 enemy goblin
|
98
|
+
-10 28 enemy goblin
|
99
|
+
11 29 money 41G
|
100
|
+
-22 15 enemy slime
|
101
|
+
28 32 money 51G
|
102
|
+
-9 -13 money 4G
|
103
|
+
12 31 money 8G
|
104
|
+
-5 15 enemy goblin
|
105
|
+
-28 24 enemy slime
|
106
|
+
23 -21 enemy goblin
|
107
|
+
13 -1 money 82G
|
108
|
+
15 -27 money 46G
|
109
|
+
-31 33 money 36G
|
110
|
+
-28 -26 enemy slime
|
111
|
+
-1 -8 enemy goblin
|
112
|
+
7 -9 enemy slime
|
113
|
+
-30 -19 money 20G
|
114
|
+
-12 10 enemy goblin
|
115
|
+
-33 13 enemy goblin
|
116
|
+
-16 -11 enemy slime
|
117
|
+
31 32 money 57G
|
118
|
+
12 16 enemy slime
|
119
|
+
-6 8 enemy slime
|
120
|
+
1 -12 money 12G
|
121
|
+
-25 14 enemy goblin
|
122
|
+
-14 -31 money 14G
|
123
|
+
-22 -30 money 10G
|
124
|
+
24 13 money 32G
|
125
|
+
32 30 enemy slime
|
126
|
+
22 -8 enemy goblin
|
127
|
+
3 33 money 50G
|
128
|
+
-11 -1 enemy slime
|
129
|
+
-11 2 enemy slime
|
130
|
+
-26 27 money 9G
|
131
|
+
-21 -18 enemy slime
|
132
|
+
-22 32 money 19G
|
133
|
+
-31 6 enemy slime
|
134
|
+
10 11 money 86G
|
135
|
+
-25 26 enemy slime
|
136
|
+
24 -27 enemy goblin
|
137
|
+
-18 -2 money 88G
|
138
|
+
26 24 money 37G
|
139
|
+
-24 -8 money 89G
|
140
|
+
-32 17 enemy goblin
|
141
|
+
5 25 money 32G
|
142
|
+
-27 27 money 56G
|
143
|
+
15 13 enemy slime
|
144
|
+
19 27 enemy goblin
|
145
|
+
-24 -16 enemy goblin
|
146
|
+
-28 -34 money 60G
|
147
|
+
23 32 money 46G
|
148
|
+
-1 -18 money 92G
|
149
|
+
-29 17 money 88G
|
150
|
+
30 -28 enemy slime
|
151
|
+
-34 -22 money 75G
|
152
|
+
-19 24 money 1G
|
153
|
+
-20 27 enemy slime
|
154
|
+
12 -26 enemy goblin
|
155
|
+
-7 -8 enemy goblin
|
156
|
+
-5 32 enemy goblin
|
157
|
+
21 28 enemy goblin
|
158
|
+
-33 7 money 16G
|
159
|
+
-11 -4 enemy goblin
|
160
|
+
23 -14 money 28G
|
161
|
+
33 17 money 49G
|
162
|
+
-11 -31 money 38G
|
163
|
+
-29 19 enemy goblin
|
164
|
+
27 6 money 19G
|
165
|
+
22 -3 money 55G
|
166
|
+
7 28 enemy goblin
|
167
|
+
-16 27 money 95G
|
168
|
+
-29 15 money 71G
|
169
|
+
-12 30 enemy goblin
|
170
|
+
-4 -10 enemy goblin
|
171
|
+
29 14 enemy goblin
|
172
|
+
-8 31 money 95G
|
173
|
+
1 12 money 85G
|
@@ -0,0 +1,109 @@
|
|
1
|
+
RDLUDDLRDLLDRUURRRDRRLRRRUDUDRLDULUUUULDURRLLLDURLUDLURDULLUURDDLRDURRDULULDLULUDDRLLRRUDLLURDLURLLD
|
2
|
+
107
|
3
|
+
9 -23 enemy slime
|
4
|
+
-24 -3 enemy slime
|
5
|
+
7 12 money 57G
|
6
|
+
27 -33 money 69G
|
7
|
+
13 -13 money 23G
|
8
|
+
23 12 money 49G
|
9
|
+
12 -8 enemy goblin
|
10
|
+
21 -18 enemy goblin
|
11
|
+
2 -25 enemy slime
|
12
|
+
4 -19 enemy slime
|
13
|
+
3 -6 money 41G
|
14
|
+
1 0 enemy slime
|
15
|
+
-27 22 money 41G
|
16
|
+
-6 30 money 78G
|
17
|
+
-21 -18 enemy slime
|
18
|
+
28 -30 enemy slime
|
19
|
+
14 4 money 61G
|
20
|
+
31 26 money 91G
|
21
|
+
23 24 money 90G
|
22
|
+
29 29 money 82G
|
23
|
+
2 7 enemy goblin
|
24
|
+
-30 -21 money 93G
|
25
|
+
23 3 money 18G
|
26
|
+
4 -3 enemy slime
|
27
|
+
20 8 enemy slime
|
28
|
+
-12 -13 enemy goblin
|
29
|
+
18 -7 money 18G
|
30
|
+
18 27 enemy slime
|
31
|
+
25 -5 money 98G
|
32
|
+
22 6 money 67G
|
33
|
+
-7 14 enemy slime
|
34
|
+
-20 18 enemy goblin
|
35
|
+
11 22 enemy slime
|
36
|
+
13 -30 money 88G
|
37
|
+
-28 3 money 60G
|
38
|
+
13 27 money 11G
|
39
|
+
-5 22 enemy slime
|
40
|
+
11 -25 money 13G
|
41
|
+
-9 -20 enemy slime
|
42
|
+
30 -33 enemy goblin
|
43
|
+
8 -17 enemy goblin
|
44
|
+
-5 -13 money 49G
|
45
|
+
31 7 money 21G
|
46
|
+
6 22 money 19G
|
47
|
+
5 -9 money 55G
|
48
|
+
13 8 money 57G
|
49
|
+
13 4 money 62G
|
50
|
+
-24 21 enemy goblin
|
51
|
+
10 -29 money 28G
|
52
|
+
-16 -16 money 76G
|
53
|
+
17 -15 money 10G
|
54
|
+
-15 20 enemy slime
|
55
|
+
6 32 money 44G
|
56
|
+
-31 -20 enemy goblin
|
57
|
+
-10 -24 money 98G
|
58
|
+
-18 -28 money 92G
|
59
|
+
6 25 enemy slime
|
60
|
+
10 23 money 54G
|
61
|
+
9 4 enemy slime
|
62
|
+
26 -31 money 99G
|
63
|
+
29 8 enemy slime
|
64
|
+
-31 -16 enemy goblin
|
65
|
+
-25 17 money 84G
|
66
|
+
-27 4 enemy goblin
|
67
|
+
12 -24 enemy goblin
|
68
|
+
-5 27 money 9G
|
69
|
+
-8 -28 enemy goblin
|
70
|
+
5 3 enemy slime
|
71
|
+
-33 -30 money 61G
|
72
|
+
12 -15 enemy goblin
|
73
|
+
25 -8 money 28G
|
74
|
+
-18 -4 money 24G
|
75
|
+
-13 -18 money 87G
|
76
|
+
-32 32 money 4G
|
77
|
+
-3 12 enemy slime
|
78
|
+
12 0 enemy slime
|
79
|
+
29 -8 money 38G
|
80
|
+
-7 29 enemy slime
|
81
|
+
5 4 money 17G
|
82
|
+
-28 -7 money 57G
|
83
|
+
4 7 money 56G
|
84
|
+
11 -11 enemy slime
|
85
|
+
-33 -3 enemy goblin
|
86
|
+
-17 27 enemy goblin
|
87
|
+
-6 -31 enemy goblin
|
88
|
+
-25 28 money 93G
|
89
|
+
4 4 money 50G
|
90
|
+
32 -1 enemy slime
|
91
|
+
1 -27 enemy goblin
|
92
|
+
1 -4 money 51G
|
93
|
+
-28 -23 money 29G
|
94
|
+
-14 19 enemy goblin
|
95
|
+
4 17 money 60G
|
96
|
+
32 -19 money 34G
|
97
|
+
25 -30 enemy goblin
|
98
|
+
9 28 money 32G
|
99
|
+
19 2 money 51G
|
100
|
+
-26 -24 enemy slime
|
101
|
+
-4 22 enemy slime
|
102
|
+
26 -4 money 100G
|
103
|
+
-22 -27 enemy slime
|
104
|
+
33 -14 money 87G
|
105
|
+
12 31 enemy goblin
|
106
|
+
-10 -29 enemy slime
|
107
|
+
15 -19 money 78G
|
108
|
+
-13 8 enemy slime
|
109
|
+
31 18 enemy slime
|
@@ -0,0 +1,201 @@
|
|
1
|
+
LUURLDLLUDRDDUDDLDRRRLUDDURRLRLRULRDULDRLURRRDUUURRDUULLLDRRDDRRDUUDDULRLDLULDLLLUDRDRUURLDULURRDLRL
|
2
|
+
199
|
3
|
+
13 31 money 12G
|
4
|
+
-1 -5 money 63G
|
5
|
+
-34 17 enemy goblin
|
6
|
+
-28 20 enemy slime
|
7
|
+
14 -19 enemy slime
|
8
|
+
10 26 enemy slime
|
9
|
+
-31 23 money 47G
|
10
|
+
2 -17 money 13G
|
11
|
+
8 6 money 86G
|
12
|
+
-25 0 enemy goblin
|
13
|
+
19 -15 money 22G
|
14
|
+
0 -27 enemy slime
|
15
|
+
-2 5 enemy goblin
|
16
|
+
2 27 enemy goblin
|
17
|
+
-16 13 money 51G
|
18
|
+
-3 15 enemy goblin
|
19
|
+
-11 30 enemy slime
|
20
|
+
-19 31 money 2G
|
21
|
+
31 2 enemy slime
|
22
|
+
9 -33 enemy goblin
|
23
|
+
-30 20 money 98G
|
24
|
+
-14 8 money 40G
|
25
|
+
9 33 money 38G
|
26
|
+
-27 33 money 54G
|
27
|
+
-13 4 money 30G
|
28
|
+
-2 -10 money 48G
|
29
|
+
24 -20 enemy goblin
|
30
|
+
10 -28 money 63G
|
31
|
+
-19 5 enemy slime
|
32
|
+
8 -30 money 74G
|
33
|
+
-14 -16 enemy slime
|
34
|
+
-24 21 enemy slime
|
35
|
+
11 -19 enemy slime
|
36
|
+
-6 -31 money 95G
|
37
|
+
5 7 money 39G
|
38
|
+
-8 4 enemy slime
|
39
|
+
-29 14 enemy slime
|
40
|
+
17 16 money 12G
|
41
|
+
7 23 money 41G
|
42
|
+
-10 8 money 52G
|
43
|
+
17 -22 enemy goblin
|
44
|
+
29 -29 enemy goblin
|
45
|
+
26 -19 enemy slime
|
46
|
+
4 27 money 1G
|
47
|
+
29 -1 enemy slime
|
48
|
+
28 -19 money 90G
|
49
|
+
32 30 money 88G
|
50
|
+
32 0 money 44G
|
51
|
+
-26 27 enemy goblin
|
52
|
+
-34 -6 enemy goblin
|
53
|
+
-1 15 money 68G
|
54
|
+
12 -29 money 41G
|
55
|
+
-23 -15 money 5G
|
56
|
+
13 -12 money 61G
|
57
|
+
-9 -4 enemy slime
|
58
|
+
32 -30 money 33G
|
59
|
+
-5 23 money 54G
|
60
|
+
-26 14 enemy goblin
|
61
|
+
17 -23 enemy goblin
|
62
|
+
18 22 enemy slime
|
63
|
+
-3 6 enemy goblin
|
64
|
+
-20 0 money 35G
|
65
|
+
-14 -33 enemy goblin
|
66
|
+
-31 -34 enemy slime
|
67
|
+
-16 1 enemy goblin
|
68
|
+
0 17 enemy goblin
|
69
|
+
23 -21 enemy slime
|
70
|
+
15 29 money 84G
|
71
|
+
-20 -10 money 6G
|
72
|
+
-5 -10 money 74G
|
73
|
+
-12 -34 money 9G
|
74
|
+
-29 -12 money 31G
|
75
|
+
32 13 money 22G
|
76
|
+
1 -19 enemy goblin
|
77
|
+
11 5 enemy slime
|
78
|
+
-9 -13 money 9G
|
79
|
+
18 -22 money 63G
|
80
|
+
-19 -15 money 97G
|
81
|
+
15 -25 money 53G
|
82
|
+
17 11 enemy goblin
|
83
|
+
23 25 money 46G
|
84
|
+
3 24 enemy slime
|
85
|
+
-8 -30 money 52G
|
86
|
+
23 -19 money 85G
|
87
|
+
7 -22 money 71G
|
88
|
+
-30 8 enemy slime
|
89
|
+
1 29 money 68G
|
90
|
+
-10 -23 money 35G
|
91
|
+
15 -30 enemy slime
|
92
|
+
14 -23 enemy slime
|
93
|
+
7 1 enemy goblin
|
94
|
+
-21 -18 enemy slime
|
95
|
+
24 -5 money 76G
|
96
|
+
19 10 money 8G
|
97
|
+
31 11 money 29G
|
98
|
+
0 -23 enemy slime
|
99
|
+
32 29 money 50G
|
100
|
+
31 25 money 37G
|
101
|
+
-18 19 money 9G
|
102
|
+
25 17 enemy goblin
|
103
|
+
-22 0 enemy slime
|
104
|
+
12 1 money 10G
|
105
|
+
-4 31 money 96G
|
106
|
+
31 -15 enemy goblin
|
107
|
+
-7 -14 money 45G
|
108
|
+
21 5 money 8G
|
109
|
+
-22 -31 enemy goblin
|
110
|
+
-10 25 money 42G
|
111
|
+
-9 30 enemy slime
|
112
|
+
4 26 money 3G
|
113
|
+
-16 -33 enemy slime
|
114
|
+
-26 15 money 8G
|
115
|
+
28 13 enemy goblin
|
116
|
+
-21 -14 money 61G
|
117
|
+
33 18 money 75G
|
118
|
+
30 -16 enemy goblin
|
119
|
+
-27 14 money 4G
|
120
|
+
-9 -27 enemy goblin
|
121
|
+
25 -21 money 40G
|
122
|
+
-3 -31 enemy slime
|
123
|
+
-19 16 enemy slime
|
124
|
+
19 -6 money 82G
|
125
|
+
-13 31 money 69G
|
126
|
+
-23 -6 enemy goblin
|
127
|
+
4 9 money 4G
|
128
|
+
32 -20 money 66G
|
129
|
+
-25 -2 money 64G
|
130
|
+
19 -33 enemy goblin
|
131
|
+
-13 17 enemy goblin
|
132
|
+
-16 10 enemy goblin
|
133
|
+
-25 -17 money 11G
|
134
|
+
-3 -33 money 13G
|
135
|
+
-19 9 enemy goblin
|
136
|
+
-13 27 money 93G
|
137
|
+
-11 32 enemy goblin
|
138
|
+
25 -5 enemy slime
|
139
|
+
-20 -30 money 79G
|
140
|
+
13 24 enemy slime
|
141
|
+
7 -6 money 2G
|
142
|
+
-29 -14 money 30G
|
143
|
+
-4 11 enemy slime
|
144
|
+
4 -20 money 24G
|
145
|
+
-31 13 enemy goblin
|
146
|
+
-12 5 money 87G
|
147
|
+
22 -19 enemy slime
|
148
|
+
-22 -33 enemy slime
|
149
|
+
-13 -28 money 49G
|
150
|
+
31 5 money 20G
|
151
|
+
-13 -27 money 10G
|
152
|
+
3 -22 enemy goblin
|
153
|
+
-3 27 money 99G
|
154
|
+
24 16 money 38G
|
155
|
+
-25 9 money 77G
|
156
|
+
-6 18 enemy goblin
|
157
|
+
18 -7 enemy slime
|
158
|
+
5 0 money 48G
|
159
|
+
28 -23 money 56G
|
160
|
+
-5 -4 money 77G
|
161
|
+
18 -19 money 70G
|
162
|
+
0 -14 money 60G
|
163
|
+
16 30 money 45G
|
164
|
+
12 -26 money 27G
|
165
|
+
-4 -1 money 87G
|
166
|
+
-20 30 enemy goblin
|
167
|
+
-6 24 enemy slime
|
168
|
+
-31 -24 money 66G
|
169
|
+
0 3 money 86G
|
170
|
+
-3 -26 enemy slime
|
171
|
+
33 -27 enemy goblin
|
172
|
+
-22 23 money 77G
|
173
|
+
1 -25 enemy slime
|
174
|
+
24 -16 money 85G
|
175
|
+
14 21 enemy slime
|
176
|
+
-1 28 enemy goblin
|
177
|
+
-23 -26 enemy slime
|
178
|
+
-12 -28 money 74G
|
179
|
+
-5 28 enemy goblin
|
180
|
+
-6 13 enemy slime
|
181
|
+
-8 -19 enemy slime
|
182
|
+
7 -32 enemy goblin
|
183
|
+
-3 13 enemy goblin
|
184
|
+
-17 25 enemy goblin
|
185
|
+
-31 -4 enemy slime
|
186
|
+
3 28 enemy goblin
|
187
|
+
-22 14 money 82G
|
188
|
+
19 15 money 44G
|
189
|
+
4 17 money 27G
|
190
|
+
12 32 money 78G
|
191
|
+
-1 -6 enemy slime
|
192
|
+
-28 24 money 43G
|
193
|
+
-5 33 enemy goblin
|
194
|
+
16 -11 money 28G
|
195
|
+
20 11 money 56G
|
196
|
+
2 26 enemy slime
|
197
|
+
-31 -15 enemy goblin
|
198
|
+
-15 -34 money 77G
|
199
|
+
27 -20 money 23G
|
200
|
+
20 27 enemy goblin
|
201
|
+
-17 30 enemy slime
|
@@ -0,0 +1,147 @@
|
|
1
|
+
DDRDRDLDLRLDDRDURLUUDRURDLDLRRURLRRDLRRDDULRURLLRRUURUDDULUUDLLDLULDULDURRDLUUULRDRRRLDRLRDRLRULUUUR
|
2
|
+
145
|
3
|
+
-31 -20 money 81G
|
4
|
+
3 8 money 70G
|
5
|
+
-9 -34 money 9G
|
6
|
+
-12 -11 money 57G
|
7
|
+
25 -29 money 93G
|
8
|
+
-20 15 enemy slime
|
9
|
+
-3 22 enemy goblin
|
10
|
+
-28 23 enemy goblin
|
11
|
+
-28 -6 money 75G
|
12
|
+
-4 -21 enemy slime
|
13
|
+
20 -16 money 2G
|
14
|
+
4 -27 money 21G
|
15
|
+
13 -28 money 40G
|
16
|
+
-32 5 enemy goblin
|
17
|
+
-12 15 money 88G
|
18
|
+
-6 -8 money 80G
|
19
|
+
19 -18 money 65G
|
20
|
+
26 19 money 20G
|
21
|
+
-10 4 enemy goblin
|
22
|
+
-17 -26 money 91G
|
23
|
+
28 2 money 97G
|
24
|
+
-1 4 enemy slime
|
25
|
+
8 4 enemy slime
|
26
|
+
16 11 money 42G
|
27
|
+
-1 2 money 85G
|
28
|
+
21 3 money 11G
|
29
|
+
-31 3 enemy slime
|
30
|
+
-23 5 money 21G
|
31
|
+
12 28 enemy slime
|
32
|
+
-6 27 money 17G
|
33
|
+
-4 -29 enemy slime
|
34
|
+
-9 -24 enemy goblin
|
35
|
+
2 -5 enemy slime
|
36
|
+
-12 5 money 86G
|
37
|
+
18 -10 enemy slime
|
38
|
+
-2 -34 enemy slime
|
39
|
+
22 30 enemy goblin
|
40
|
+
-11 -28 money 73G
|
41
|
+
32 15 enemy slime
|
42
|
+
10 -32 money 96G
|
43
|
+
-7 -18 enemy slime
|
44
|
+
19 25 money 13G
|
45
|
+
-9 13 enemy goblin
|
46
|
+
18 -4 enemy slime
|
47
|
+
-16 11 enemy goblin
|
48
|
+
20 6 money 89G
|
49
|
+
-21 -10 enemy slime
|
50
|
+
-4 -22 enemy goblin
|
51
|
+
2 4 enemy goblin
|
52
|
+
30 15 enemy slime
|
53
|
+
33 -10 enemy slime
|
54
|
+
-23 -5 money 28G
|
55
|
+
-32 -10 money 28G
|
56
|
+
9 -6 enemy slime
|
57
|
+
-26 12 enemy slime
|
58
|
+
5 0 money 91G
|
59
|
+
10 29 enemy slime
|
60
|
+
-2 -19 money 87G
|
61
|
+
2 12 money 48G
|
62
|
+
2 18 money 81G
|
63
|
+
-33 20 money 50G
|
64
|
+
22 20 enemy slime
|
65
|
+
-24 0 money 72G
|
66
|
+
-10 -1 money 91G
|
67
|
+
-10 -20 money 77G
|
68
|
+
17 -32 enemy goblin
|
69
|
+
-32 -6 enemy goblin
|
70
|
+
21 -17 money 36G
|
71
|
+
-19 -28 money 71G
|
72
|
+
28 1 enemy goblin
|
73
|
+
16 24 money 26G
|
74
|
+
-12 6 enemy slime
|
75
|
+
0 -10 money 31G
|
76
|
+
32 30 money 43G
|
77
|
+
-27 13 enemy slime
|
78
|
+
27 3 money 4G
|
79
|
+
-29 -12 money 69G
|
80
|
+
19 -1 enemy slime
|
81
|
+
-33 11 enemy goblin
|
82
|
+
-10 -10 money 22G
|
83
|
+
25 27 enemy slime
|
84
|
+
-8 23 money 33G
|
85
|
+
7 14 enemy slime
|
86
|
+
-3 21 money 52G
|
87
|
+
18 33 enemy goblin
|
88
|
+
-3 -32 enemy goblin
|
89
|
+
19 18 enemy goblin
|
90
|
+
21 -5 enemy slime
|
91
|
+
14 -32 enemy slime
|
92
|
+
28 -9 money 95G
|
93
|
+
14 28 money 22G
|
94
|
+
-4 7 money 96G
|
95
|
+
-6 18 money 57G
|
96
|
+
-9 -22 enemy goblin
|
97
|
+
12 -22 enemy slime
|
98
|
+
-6 -6 enemy goblin
|
99
|
+
27 -28 enemy slime
|
100
|
+
3 -4 enemy slime
|
101
|
+
-13 17 money 85G
|
102
|
+
-20 -13 enemy slime
|
103
|
+
-3 14 enemy goblin
|
104
|
+
-26 -11 money 36G
|
105
|
+
22 33 money 13G
|
106
|
+
21 9 money 12G
|
107
|
+
25 32 money 71G
|
108
|
+
10 18 enemy goblin
|
109
|
+
27 -13 enemy slime
|
110
|
+
2 -8 enemy slime
|
111
|
+
-10 29 enemy goblin
|
112
|
+
-24 3 enemy goblin
|
113
|
+
29 -22 money 64G
|
114
|
+
-25 28 money 2G
|
115
|
+
-28 21 money 71G
|
116
|
+
-7 -10 enemy slime
|
117
|
+
9 -9 enemy slime
|
118
|
+
25 -34 money 46G
|
119
|
+
7 -29 money 43G
|
120
|
+
-20 -4 enemy slime
|
121
|
+
19 -16 enemy goblin
|
122
|
+
-3 19 money 65G
|
123
|
+
-7 22 enemy goblin
|
124
|
+
31 24 money 21G
|
125
|
+
-19 24 money 64G
|
126
|
+
23 10 money 3G
|
127
|
+
8 -18 money 4G
|
128
|
+
19 4 enemy goblin
|
129
|
+
24 -25 money 91G
|
130
|
+
-2 -22 money 48G
|
131
|
+
-20 21 enemy slime
|
132
|
+
-11 28 money 29G
|
133
|
+
-4 10 enemy goblin
|
134
|
+
-9 -10 enemy slime
|
135
|
+
12 -25 money 46G
|
136
|
+
-17 10 money 21G
|
137
|
+
27 -6 money 15G
|
138
|
+
11 29 enemy goblin
|
139
|
+
10 -25 money 59G
|
140
|
+
-21 -24 enemy slime
|
141
|
+
16 22 money 5G
|
142
|
+
18 -17 money 4G
|
143
|
+
-24 -6 enemy goblin
|
144
|
+
22 31 money 67G
|
145
|
+
9 11 enemy slime
|
146
|
+
26 -31 enemy goblin
|
147
|
+
23 -13 enemy slime
|
@@ -0,0 +1 @@
|
|
1
|
+
GameClear -1 -1 133G
|
@@ -0,0 +1 @@
|
|
1
|
+
GameClear -2 -8 50G
|
@@ -0,0 +1 @@
|
|
1
|
+
-2 -1 0G goblin
|
@@ -0,0 +1 @@
|
|
1
|
+
1 0 50G slime
|
@@ -0,0 +1 @@
|
|
1
|
+
-7 13 208G slime
|
@@ -0,0 +1 @@
|
|
1
|
+
1 0 50G slime
|
@@ -0,0 +1 @@
|
|
1
|
+
GameClear 2 2 136G
|
@@ -0,0 +1 @@
|
|
1
|
+
GameClear 1 7 141G
|
@@ -0,0 +1,16 @@
|
|
1
|
+
var inputs = readline().split(' ');
|
2
|
+
const S = parseInt(inputs[0]);
|
3
|
+
const P = parseInt(inputs[1]);
|
4
|
+
for (let i = 0; i < S; i++) {
|
5
|
+
const line = readline();
|
6
|
+
}
|
7
|
+
for (let i = 0; i < P; i++) {
|
8
|
+
var inputs = readline().split(' ');
|
9
|
+
const x = parseInt(inputs[0]);
|
10
|
+
const y = parseInt(inputs[1]);
|
11
|
+
}
|
12
|
+
|
13
|
+
// Write an answer using console.log()
|
14
|
+
// To debug: console.error('Debug messages...');
|
15
|
+
|
16
|
+
console.log('answer');
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<?php
|
2
|
+
fscanf(STDIN, "%d %d", $S, $P);
|
3
|
+
for ($i = 0; $i < $S; $i++)
|
4
|
+
{
|
5
|
+
$line = stream_get_line(STDIN, 127 + 1, "\n");
|
6
|
+
}
|
7
|
+
for ($i = 0; $i < $P; $i++)
|
8
|
+
{
|
9
|
+
fscanf(STDIN, "%d %d", $x, $y);
|
10
|
+
}
|
11
|
+
|
12
|
+
// Write an answer using echo(). DON'T FORGET THE TRAILING \n
|
13
|
+
// To debug: error_log(var_export($var, true)); (equivalent to var_dump)
|
14
|
+
|
15
|
+
echo("answer\n");
|
@@ -0,0 +1,33 @@
|
|
1
|
+
{
|
2
|
+
"path": "easy/BlendingColors",
|
3
|
+
"name": "Blending Colors",
|
4
|
+
"alphanumName": "BlendingColors",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/blending-colors",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "RGB",
|
9
|
+
"alphanumName": "RGB",
|
10
|
+
"file": "01 - RGB.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "CMY",
|
14
|
+
"alphanumName": "CMY",
|
15
|
+
"file": "02 - CMY.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "All colors",
|
19
|
+
"alphanumName": "AllColors",
|
20
|
+
"file": "03 - All colors.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "Concentric",
|
24
|
+
"alphanumName": "Concentric",
|
25
|
+
"file": "04 - Concentric.txt"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"name": "Big Canvas",
|
29
|
+
"alphanumName": "Big Canvas",
|
30
|
+
"file": "05 - BigCanvas.txt"
|
31
|
+
}
|
32
|
+
]
|
33
|
+
}
|