@cyrilverloop/codingame-configuration 1.4.0 → 1.5.1
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 +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,31 @@
|
|
|
1
|
+
10 20
|
|
2
|
+
CIRCLE 60 99 42 255 0 255
|
|
3
|
+
SQUARE 40 9 26 255 255 0
|
|
4
|
+
CIRCLE 33 2 25 255 0 255
|
|
5
|
+
CIRCLE 53 88 25 255 255 0
|
|
6
|
+
CIRCLE 0 27 69 255 255 0
|
|
7
|
+
SQUARE 15 13 58 255 0 255
|
|
8
|
+
SQUARE 68 25 95 0 255 255
|
|
9
|
+
SQUARE 21 69 55 255 0 255
|
|
10
|
+
CIRCLE 13 32 86 255 255 0
|
|
11
|
+
SQUARE 25 77 40 0 255 255
|
|
12
|
+
34 38
|
|
13
|
+
21 55
|
|
14
|
+
92 16
|
|
15
|
+
77 67
|
|
16
|
+
90 51
|
|
17
|
+
8 41
|
|
18
|
+
73 17
|
|
19
|
+
93 67
|
|
20
|
+
83 90
|
|
21
|
+
66 50
|
|
22
|
+
42 77
|
|
23
|
+
31 55
|
|
24
|
+
33 91
|
|
25
|
+
88 30
|
|
26
|
+
12 9
|
|
27
|
+
41 78
|
|
28
|
+
77 54
|
|
29
|
+
19 24
|
|
30
|
+
40 96
|
|
31
|
+
51 22
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
10 50
|
|
2
|
+
SQUARE 78 56 96 0 255 0
|
|
3
|
+
CIRCLE 41 5 52 255 255 0
|
|
4
|
+
CIRCLE 81 0 32 255 0 0
|
|
5
|
+
SQUARE 29 53 82 255 0 0
|
|
6
|
+
CIRCLE 72 45 74 0 0 255
|
|
7
|
+
CIRCLE 91 62 60 255 0 0
|
|
8
|
+
CIRCLE 39 53 47 255 0 255
|
|
9
|
+
SQUARE 54 89 82 255 0 0
|
|
10
|
+
SQUARE 32 75 75 0 255 0
|
|
11
|
+
SQUARE 86 1 90 0 255 255
|
|
12
|
+
40 87
|
|
13
|
+
134 70
|
|
14
|
+
141 8
|
|
15
|
+
81 18
|
|
16
|
+
50 110
|
|
17
|
+
5 6
|
|
18
|
+
159 41
|
|
19
|
+
60 94
|
|
20
|
+
44 106
|
|
21
|
+
48 80
|
|
22
|
+
8 70
|
|
23
|
+
116 77
|
|
24
|
+
109 19
|
|
25
|
+
135 23
|
|
26
|
+
72 44
|
|
27
|
+
154 37
|
|
28
|
+
67 167
|
|
29
|
+
42 27
|
|
30
|
+
41 67
|
|
31
|
+
29 18
|
|
32
|
+
53 148
|
|
33
|
+
50 119
|
|
34
|
+
69 117
|
|
35
|
+
160 16
|
|
36
|
+
135 162
|
|
37
|
+
60 79
|
|
38
|
+
0 29
|
|
39
|
+
99 127
|
|
40
|
+
110 27
|
|
41
|
+
43 42
|
|
42
|
+
116 17
|
|
43
|
+
137 10
|
|
44
|
+
101 26
|
|
45
|
+
87 165
|
|
46
|
+
122 22
|
|
47
|
+
76 136
|
|
48
|
+
127 25
|
|
49
|
+
59 99
|
|
50
|
+
42 41
|
|
51
|
+
101 156
|
|
52
|
+
143 137
|
|
53
|
+
159 46
|
|
54
|
+
95 14
|
|
55
|
+
104 30
|
|
56
|
+
157 86
|
|
57
|
+
48 140
|
|
58
|
+
165 134
|
|
59
|
+
123 29
|
|
60
|
+
83 1
|
|
61
|
+
65 165
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
6 8
|
|
2
|
+
CIRCLE 500 500 500 255 255 0
|
|
3
|
+
CIRCLE 500 500 300 255 0 255
|
|
4
|
+
CIRCLE 500 500 100 255 255 0
|
|
5
|
+
CIRCLE 500 500 70 0 255 0
|
|
6
|
+
CIRCLE 500 500 13 0 255 255
|
|
7
|
+
CIRCLE 500 500 13 0 255 255
|
|
8
|
+
500 500
|
|
9
|
+
500 510
|
|
10
|
+
500 550
|
|
11
|
+
500 590
|
|
12
|
+
500 600
|
|
13
|
+
500 700
|
|
14
|
+
500 1000
|
|
15
|
+
1000 1000
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
50 50
|
|
2
|
+
CIRCLE 733 830 266 255 0 0
|
|
3
|
+
SQUARE 494 228 33 0 255 255
|
|
4
|
+
CIRCLE 938 272 3 0 0 255
|
|
5
|
+
SQUARE 201 570 7 0 255 0
|
|
6
|
+
SQUARE 260 936 24 255 0 0
|
|
7
|
+
CIRCLE 177 120 206 0 0 255
|
|
8
|
+
SQUARE 412 725 114 0 255 0
|
|
9
|
+
SQUARE 40 559 208 255 0 0
|
|
10
|
+
CIRCLE 810 84 98 255 0 0
|
|
11
|
+
CIRCLE 867 613 6 255 255 0
|
|
12
|
+
CIRCLE 845 531 146 255 0 0
|
|
13
|
+
SQUARE 975 325 172 0 0 255
|
|
14
|
+
SQUARE 489 485 69 255 0 0
|
|
15
|
+
SQUARE 421 758 12 255 0 0
|
|
16
|
+
CIRCLE 877 315 217 255 255 0
|
|
17
|
+
SQUARE 740 941 216 255 0 0
|
|
18
|
+
CIRCLE 531 794 286 0 255 255
|
|
19
|
+
SQUARE 280 783 76 0 255 255
|
|
20
|
+
CIRCLE 780 89 42 255 0 255
|
|
21
|
+
SQUARE 98 100 112 0 255 0
|
|
22
|
+
CIRCLE 91 189 128 255 0 0
|
|
23
|
+
CIRCLE 219 216 42 255 255 0
|
|
24
|
+
CIRCLE 440 784 83 255 0 255
|
|
25
|
+
SQUARE 276 203 199 0 255 0
|
|
26
|
+
SQUARE 688 278 198 0 255 0
|
|
27
|
+
CIRCLE 363 820 25 255 0 0
|
|
28
|
+
SQUARE 342 153 35 255 255 0
|
|
29
|
+
CIRCLE 384 734 35 255 0 0
|
|
30
|
+
SQUARE 608 938 5 255 0 0
|
|
31
|
+
SQUARE 558 97 57 255 255 0
|
|
32
|
+
SQUARE 627 793 200 0 0 255
|
|
33
|
+
SQUARE 489 501 205 0 255 255
|
|
34
|
+
CIRCLE 910 407 299 0 255 0
|
|
35
|
+
CIRCLE 764 914 282 0 255 255
|
|
36
|
+
SQUARE 843 358 10 255 0 255
|
|
37
|
+
CIRCLE 402 229 210 255 0 255
|
|
38
|
+
SQUARE 373 802 205 255 255 0
|
|
39
|
+
CIRCLE 452 601 249 255 0 0
|
|
40
|
+
CIRCLE 185 736 230 255 255 0
|
|
41
|
+
SQUARE 860 897 236 0 255 255
|
|
42
|
+
SQUARE 875 432 57 0 255 255
|
|
43
|
+
SQUARE 140 998 162 0 0 255
|
|
44
|
+
SQUARE 897 383 154 255 0 0
|
|
45
|
+
SQUARE 162 1 168 0 255 0
|
|
46
|
+
SQUARE 748 876 63 0 255 255
|
|
47
|
+
SQUARE 255 959 180 255 0 255
|
|
48
|
+
CIRCLE 443 541 159 0 255 255
|
|
49
|
+
CIRCLE 116 17 13 0 0 255
|
|
50
|
+
SQUARE 973 559 262 255 0 0
|
|
51
|
+
CIRCLE 644 786 121 255 0 255
|
|
52
|
+
32 618
|
|
53
|
+
427 62
|
|
54
|
+
783 207
|
|
55
|
+
227 835
|
|
56
|
+
769 464
|
|
57
|
+
971 283
|
|
58
|
+
198 763
|
|
59
|
+
551 636
|
|
60
|
+
480 46
|
|
61
|
+
977 124
|
|
62
|
+
925 119
|
|
63
|
+
528 275
|
|
64
|
+
884 922
|
|
65
|
+
402 442
|
|
66
|
+
687 398
|
|
67
|
+
906 201
|
|
68
|
+
463 847
|
|
69
|
+
119 290
|
|
70
|
+
137 156
|
|
71
|
+
713 978
|
|
72
|
+
207 4
|
|
73
|
+
770 270
|
|
74
|
+
762 455
|
|
75
|
+
464 78
|
|
76
|
+
419 139
|
|
77
|
+
576 188
|
|
78
|
+
324 704
|
|
79
|
+
107 82
|
|
80
|
+
424 382
|
|
81
|
+
780 931
|
|
82
|
+
226 13
|
|
83
|
+
952 647
|
|
84
|
+
349 176
|
|
85
|
+
569 227
|
|
86
|
+
139 943
|
|
87
|
+
562 991
|
|
88
|
+
85 801
|
|
89
|
+
947 171
|
|
90
|
+
944 948
|
|
91
|
+
641 810
|
|
92
|
+
834 871
|
|
93
|
+
585 105
|
|
94
|
+
267 141
|
|
95
|
+
580 328
|
|
96
|
+
368 963
|
|
97
|
+
335 948
|
|
98
|
+
434 831
|
|
99
|
+
894 87
|
|
100
|
+
319 997
|
|
101
|
+
650 639
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
(255, 170, 85)
|
|
2
|
+
(255, 170, 85)
|
|
3
|
+
(255, 255, 0)
|
|
4
|
+
(170, 170, 170)
|
|
5
|
+
(128, 255, 128)
|
|
6
|
+
(255, 255, 0)
|
|
7
|
+
(0, 0, 0)
|
|
8
|
+
(0, 255, 255)
|
|
9
|
+
(128, 128, 255)
|
|
10
|
+
(255, 128, 128)
|
|
11
|
+
(0, 0, 0)
|
|
12
|
+
(255, 170, 85)
|
|
13
|
+
(204, 153, 153)
|
|
14
|
+
(128, 255, 128)
|
|
15
|
+
(255, 170, 85)
|
|
16
|
+
(213, 170, 128)
|
|
17
|
+
(128, 255, 128)
|
|
18
|
+
(255, 170, 85)
|
|
19
|
+
(204, 153, 153)
|
|
20
|
+
(255, 191, 64)
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
(153, 51, 102)
|
|
2
|
+
(64, 128, 128)
|
|
3
|
+
(0, 255, 255)
|
|
4
|
+
(191, 64, 64)
|
|
5
|
+
(85, 85, 85)
|
|
6
|
+
(255, 255, 0)
|
|
7
|
+
(0, 255, 255)
|
|
8
|
+
(170, 43, 85)
|
|
9
|
+
(85, 85, 85)
|
|
10
|
+
(153, 51, 102)
|
|
11
|
+
(128, 0, 255)
|
|
12
|
+
(64, 128, 128)
|
|
13
|
+
(85, 85, 170)
|
|
14
|
+
(85, 85, 170)
|
|
15
|
+
(191, 64, 128)
|
|
16
|
+
(0, 255, 255)
|
|
17
|
+
(255, 0, 0)
|
|
18
|
+
(170, 85, 170)
|
|
19
|
+
(191, 0, 128)
|
|
20
|
+
(170, 85, 170)
|
|
21
|
+
(0, 255, 0)
|
|
22
|
+
(128, 128, 0)
|
|
23
|
+
(153, 51, 51)
|
|
24
|
+
(0, 255, 255)
|
|
25
|
+
(255, 0, 0)
|
|
26
|
+
(153, 51, 102)
|
|
27
|
+
(170, 85, 170)
|
|
28
|
+
(128, 128, 0)
|
|
29
|
+
(85, 85, 170)
|
|
30
|
+
(191, 64, 128)
|
|
31
|
+
(85, 85, 170)
|
|
32
|
+
(0, 128, 255)
|
|
33
|
+
(85, 85, 170)
|
|
34
|
+
(255, 0, 0)
|
|
35
|
+
(85, 85, 170)
|
|
36
|
+
(128, 128, 0)
|
|
37
|
+
(85, 85, 170)
|
|
38
|
+
(153, 51, 51)
|
|
39
|
+
(191, 64, 128)
|
|
40
|
+
(255, 0, 0)
|
|
41
|
+
(0, 255, 0)
|
|
42
|
+
(0, 255, 255)
|
|
43
|
+
(128, 64, 128)
|
|
44
|
+
(85, 85, 170)
|
|
45
|
+
(0, 255, 128)
|
|
46
|
+
(0, 255, 0)
|
|
47
|
+
(0, 255, 0)
|
|
48
|
+
(85, 85, 170)
|
|
49
|
+
(170, 85, 85)
|
|
50
|
+
(255, 0, 0)
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
(255, 255, 0)
|
|
2
|
+
(255, 0, 255)
|
|
3
|
+
(128, 255, 0)
|
|
4
|
+
(255, 255, 0)
|
|
5
|
+
(128, 191, 0)
|
|
6
|
+
(128, 255, 0)
|
|
7
|
+
(255, 128, 0)
|
|
8
|
+
(64, 191, 191)
|
|
9
|
+
(255, 0, 255)
|
|
10
|
+
(128, 255, 0)
|
|
11
|
+
(128, 255, 0)
|
|
12
|
+
(255, 0, 255)
|
|
13
|
+
(85, 170, 170)
|
|
14
|
+
(128, 128, 128)
|
|
15
|
+
(128, 255, 0)
|
|
16
|
+
(128, 255, 0)
|
|
17
|
+
(191, 128, 128)
|
|
18
|
+
(128, 0, 128)
|
|
19
|
+
(85, 85, 85)
|
|
20
|
+
(64, 128, 191)
|
|
21
|
+
(0, 128, 128)
|
|
22
|
+
(128, 255, 0)
|
|
23
|
+
(128, 191, 0)
|
|
24
|
+
(255, 0, 255)
|
|
25
|
+
(255, 0, 255)
|
|
26
|
+
(255, 0, 255)
|
|
27
|
+
(170, 170, 85)
|
|
28
|
+
(128, 0, 128)
|
|
29
|
+
(170, 85, 85)
|
|
30
|
+
(51, 153, 204)
|
|
31
|
+
(0, 128, 128)
|
|
32
|
+
(0, 255, 0)
|
|
33
|
+
(170, 85, 170)
|
|
34
|
+
(255, 0, 255)
|
|
35
|
+
(255, 255, 0)
|
|
36
|
+
(128, 191, 128)
|
|
37
|
+
(255, 255, 0)
|
|
38
|
+
(128, 255, 0)
|
|
39
|
+
(128, 128, 128)
|
|
40
|
+
(102, 102, 204)
|
|
41
|
+
(128, 128, 128)
|
|
42
|
+
(255, 255, 0)
|
|
43
|
+
(85, 85, 170)
|
|
44
|
+
(255, 0, 255)
|
|
45
|
+
(128, 128, 255)
|
|
46
|
+
(0, 255, 255)
|
|
47
|
+
(153, 153, 102)
|
|
48
|
+
(255, 0, 0)
|
|
49
|
+
(255, 0, 255)
|
|
50
|
+
(128, 128, 128)
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
$s = stream_get_line(STDIN, 29 + 1, "\n");
|
|
3
|
+
fscanf(STDIN, "%d", $n);
|
|
4
|
+
for ($i = 0; $i < $n; $i++)
|
|
5
|
+
{
|
|
6
|
+
fscanf(STDIN, "%s", $m);
|
|
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("The final figure or ERROR\n");
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"path": "easy/CharacterReplacementProblem",
|
|
3
|
+
"name": "Character replacement problem",
|
|
4
|
+
"alphanumName": "CharacterReplacementProblem",
|
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/character-replacement-problem",
|
|
6
|
+
"tests": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Test 1",
|
|
9
|
+
"alphanumName": "test1",
|
|
10
|
+
"file": "01 - test 1.txt"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "Test 2",
|
|
14
|
+
"alphanumName": "test2",
|
|
15
|
+
"file": "02 - test 2.txt"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "Test 3",
|
|
19
|
+
"alphanumName": "test3",
|
|
20
|
+
"file": "03 - test 3.txt"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "Test 4",
|
|
24
|
+
"alphanumName": "test4",
|
|
25
|
+
"file": "04 - test 4.txt"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "Test 5",
|
|
29
|
+
"alphanumName": "test5",
|
|
30
|
+
"file": "05 - test 5.txt"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "Test 6",
|
|
34
|
+
"alphanumName": "test6",
|
|
35
|
+
"file": "06 - test 6.txt"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "Test 7",
|
|
39
|
+
"alphanumName": "test7",
|
|
40
|
+
"file": "07 - test 7.txt"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Test 8",
|
|
44
|
+
"alphanumName": "test8",
|
|
45
|
+
"file": "08 - test 8.txt"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ERROR
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ERROR
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
$wife = stream_get_line(STDIN, 25 + 1, "\n");
|
|
3
|
+
$husband = stream_get_line(STDIN, 25 + 1, "\n");
|
|
4
|
+
|
|
5
|
+
// Write an answer using echo(). DON'T FORGET THE TRAILING \n
|
|
6
|
+
// To debug: error_log(var_export($var, true)); (equivalent to var_dump)
|
|
7
|
+
|
|
8
|
+
echo("The Picture Frame\n");
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
{
|
|
2
|
+
"path": "easy/CouplesPictureFrame",
|
|
3
|
+
"name": "Couple’s Picture-Frame",
|
|
4
|
+
"alphanumName": "CouplesPictureFrame",
|
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/couples-picture-frame",
|
|
6
|
+
"tests": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Same Length - Test 1",
|
|
9
|
+
"alphanumName": "SameLengthTest1",
|
|
10
|
+
"file": "01 - Same Length.txt"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "wife is twice husband - Test 2",
|
|
14
|
+
"alphanumName": "wifeIsTwiceHusbandTest2",
|
|
15
|
+
"file": "02 - wife is twice husband.txt"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "husband is twice wife - Test 3",
|
|
19
|
+
"alphanumName": "husbandIsTwiceWifeTest3",
|
|
20
|
+
"file": "03 - husband is twice wife.txt"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "husband is 3x wife - Test 4",
|
|
24
|
+
"alphanumName": "husbandIs3xWifeTest4",
|
|
25
|
+
"file": "04 - husband is 3x wife.txt"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "wife is 3x husband - Test 5",
|
|
29
|
+
"alphanumName": "wifeIs3xHusbandTest5",
|
|
30
|
+
"file": "05 - wife is 3x husband.txt"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "gcf is 1 - Test 6",
|
|
34
|
+
"alphanumName": "gcfIs1Test6",
|
|
35
|
+
"file": "06 - gcf is 1.txt"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "gcf is 2, wife is longer - Test 7",
|
|
39
|
+
"alphanumName": "gcfIs2WifeIsLongerTest7",
|
|
40
|
+
"file": "07 - gcf is 2, wife is longer.txt"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "gcf is 2, wife is shorter - Test 8",
|
|
44
|
+
"alphanumName": "gcfIs2WifeIsShorterTest8",
|
|
45
|
+
"file": "08 - gcf is 2, wife is shorter.txt"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "multiples of 3, wife is longer - Test 9",
|
|
49
|
+
"alphanumName": "multiplesOf3WifeIsLongerTest9",
|
|
50
|
+
"file": "09 - multiples of 3, wife is longer.txt"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "multiples of 3, wife is shorter - Test 10",
|
|
54
|
+
"alphanumName": "multiplesOf3WifeIsShorterTest10",
|
|
55
|
+
"file": "10 - multiples of 3, wife is shorter.txt"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "more random cases - Test 11",
|
|
59
|
+
"alphanumName": "moreRandomCasesTest11",
|
|
60
|
+
"file": "11 - more random cases.txt"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "Test 12",
|
|
64
|
+
"alphanumName": "Test12",
|
|
65
|
+
"file": "12 - test 12.txt"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "Test 13",
|
|
69
|
+
"alphanumName": "test13",
|
|
70
|
+
"file": "13 - test 13.txt"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "Test 14",
|
|
74
|
+
"alphanumName": "test14",
|
|
75
|
+
"file": "14 - test 14.txt"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "Test 15",
|
|
79
|
+
"alphanumName": "test15",
|
|
80
|
+
"file": "15 - test 15.txt"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "Test 16",
|
|
84
|
+
"alphanumName": "test16",
|
|
85
|
+
"file": "16 - test 16.txt"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "Test 17",
|
|
89
|
+
"alphanumName": "test17",
|
|
90
|
+
"file": "17 - test 17.txt"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "Test 18",
|
|
94
|
+
"alphanumName": "test18",
|
|
95
|
+
"file": "18 - test 18.txt"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "Test 19",
|
|
99
|
+
"alphanumName": "test19",
|
|
100
|
+
"file": "19 - test 19.txt"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "Test 20",
|
|
104
|
+
"alphanumName": "test20",
|
|
105
|
+
"file": "20 - test 20.txt"
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
}
|