@cyrilverloop/codingame-configuration 1.4.1 β 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 +39 -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/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/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/02 - No Match.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/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/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
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
+----------+----------+
|
|
2
|
+
| q\ /p | q\ /p |
|
|
3
|
+
|qq \/ pp|qq \/ pp|
|
|
4
|
+
| \ \/ / | \ \/ / |
|
|
5
|
+
|: \\\/// :|: \\\/// :|
|
|
6
|
+
| \ :: / | \ :: / |
|
|
7
|
+
| / :: \ | / :: \ |
|
|
8
|
+
|: ///\\\ :|: ///\\\ :|
|
|
9
|
+
| / /\ \ | / /\ \ |
|
|
10
|
+
|dd /\ bb|dd /\ bb|
|
|
11
|
+
| d/ \b | d/ \b |
|
|
12
|
+
+----------+----------+
|
|
13
|
+
| q\ /p | q\ /p |
|
|
14
|
+
|qq \/ pp|qq \/ pp|
|
|
15
|
+
| \ \/ / | \ \/ / |
|
|
16
|
+
|: \\\/// :|: \\\/// :|
|
|
17
|
+
| \ :: / | \ :: / |
|
|
18
|
+
| / :: \ | / :: \ |
|
|
19
|
+
|: ///\\\ :|: ///\\\ :|
|
|
20
|
+
| / /\ \ | / /\ \ |
|
|
21
|
+
|dd /\ bb|dd /\ bb|
|
|
22
|
+
| d/ \b | d/ \b |
|
|
23
|
+
+----------+----------+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
+--------------+--------------+
|
|
2
|
+
|///|~//\\~|\\\|///|~//\\~|\\\|
|
|
3
|
+
|// | || | \\|// | || | \\|
|
|
4
|
+
| / /|~/\~|\ \ | / /|~/\~|\ \ |
|
|
5
|
+
| //||/ \||\\ | //||/ \||\\ |
|
|
6
|
+
| /|~/~~\~|\ | /|~/~~\~|\ |
|
|
7
|
+
|~ /~~/\~~\ ~|~ /~~/\~~\ ~|
|
|
8
|
+
| ~ |//\\| ~ | ~ |//\\| ~ |
|
|
9
|
+
| ~ |\\//| ~ | ~ |\\//| ~ |
|
|
10
|
+
|~ \~~\/~~/ ~|~ \~~\/~~/ ~|
|
|
11
|
+
| \|~\~~/~|/ | \|~\~~/~|/ |
|
|
12
|
+
| \\||\ /||// | \\||\ /||// |
|
|
13
|
+
| \ \|~\/~|/ / | \ \|~\/~|/ / |
|
|
14
|
+
|\\ | || | //|\\ | || | //|
|
|
15
|
+
|\\\|~\\//~|///|\\\|~\\//~|///|
|
|
16
|
+
+--------------+--------------+
|
|
17
|
+
|///|~//\\~|\\\|///|~//\\~|\\\|
|
|
18
|
+
|// | || | \\|// | || | \\|
|
|
19
|
+
| / /|~/\~|\ \ | / /|~/\~|\ \ |
|
|
20
|
+
| //||/ \||\\ | //||/ \||\\ |
|
|
21
|
+
| /|~/~~\~|\ | /|~/~~\~|\ |
|
|
22
|
+
|~ /~~/\~~\ ~|~ /~~/\~~\ ~|
|
|
23
|
+
| ~ |//\\| ~ | ~ |//\\| ~ |
|
|
24
|
+
| ~ |\\//| ~ | ~ |\\//| ~ |
|
|
25
|
+
|~ \~~\/~~/ ~|~ \~~\/~~/ ~|
|
|
26
|
+
| \|~\~~/~|/ | \|~\~~/~|/ |
|
|
27
|
+
| \\||\ /||// | \\||\ /||// |
|
|
28
|
+
| \ \|~\/~|/ / | \ \|~\/~|/ / |
|
|
29
|
+
|\\ | || | //|\\ | || | //|
|
|
30
|
+
|\\\|~\\//~|///|\\\|~\\//~|///|
|
|
31
|
+
+--------------+--------------+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
+------------+------------+
|
|
2
|
+
||||d b|||||||d b||||
|
|
3
|
+
| |ddbb| | |ddbb| |
|
|
4
|
+
| d || b | d || b |
|
|
5
|
+
||||||db|||||||||||db||||||
|
|
6
|
+
| dd| |bb | dd| |bb |
|
|
7
|
+
| d| |b | d| |b |
|
|
8
|
+
| q| |p | q| |p |
|
|
9
|
+
| qq| |pp | qq| |pp |
|
|
10
|
+
||||||qp|||||||||||qp||||||
|
|
11
|
+
| q || p | q || p |
|
|
12
|
+
| |qqpp| | |qqpp| |
|
|
13
|
+
||||q p|||||||q p||||
|
|
14
|
+
+------------+------------+
|
|
15
|
+
||||d b|||||||d b||||
|
|
16
|
+
| |ddbb| | |ddbb| |
|
|
17
|
+
| d || b | d || b |
|
|
18
|
+
||||||db|||||||||||db||||||
|
|
19
|
+
| dd| |bb | dd| |bb |
|
|
20
|
+
| d| |b | d| |b |
|
|
21
|
+
| q| |p | q| |p |
|
|
22
|
+
| qq| |pp | qq| |pp |
|
|
23
|
+
||||||qp|||||||||||qp||||||
|
|
24
|
+
| q || p | q || p |
|
|
25
|
+
| |qqpp| | |qqpp| |
|
|
26
|
+
||||q p|||||||q p||||
|
|
27
|
+
+------------+------------+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
+------+------+
|
|
2
|
+
|q\||/p|q\||/p|
|
|
3
|
+
|q\||/p|q\||/p|
|
|
4
|
+
|\|\/|/|\|\/|/|
|
|
5
|
+
|/|/\|\|/|/\|\|
|
|
6
|
+
|d/||\b|d/||\b|
|
|
7
|
+
|d/||\b|d/||\b|
|
|
8
|
+
+------+------+
|
|
9
|
+
|q\||/p|q\||/p|
|
|
10
|
+
|q\||/p|q\||/p|
|
|
11
|
+
|\|\/|/|\|\/|/|
|
|
12
|
+
|/|/\|\|/|/\|\|
|
|
13
|
+
|d/||\b|d/||\b|
|
|
14
|
+
|d/||\b|d/||\b|
|
|
15
|
+
+------+------+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
+------------+------------+
|
|
2
|
+
|//p q\\|//p q\\|
|
|
3
|
+
| ::// \\:: | ::// \\:: |
|
|
4
|
+
| /pppqqq\ | /pppqqq\ |
|
|
5
|
+
|bp: :: :qd|bp: :: :qd|
|
|
6
|
+
|/::: pq :::\|/::: pq :::\|
|
|
7
|
+
| : :/\: : | : :/\: : |
|
|
8
|
+
| : :\/: : | : :\/: : |
|
|
9
|
+
|\::: bd :::/|\::: bd :::/|
|
|
10
|
+
|pb: :: :dq|pb: :: :dq|
|
|
11
|
+
| \bbbddd/ | \bbbddd/ |
|
|
12
|
+
| ::\\ //:: | ::\\ //:: |
|
|
13
|
+
|\\b d//|\\b d//|
|
|
14
|
+
+------------+------------+
|
|
15
|
+
|//p q\\|//p q\\|
|
|
16
|
+
| ::// \\:: | ::// \\:: |
|
|
17
|
+
| /pppqqq\ | /pppqqq\ |
|
|
18
|
+
|bp: :: :qd|bp: :: :qd|
|
|
19
|
+
|/::: pq :::\|/::: pq :::\|
|
|
20
|
+
| : :/\: : | : :/\: : |
|
|
21
|
+
| : :\/: : | : :\/: : |
|
|
22
|
+
|\::: bd :::/|\::: bd :::/|
|
|
23
|
+
|pb: :: :dq|pb: :: :dq|
|
|
24
|
+
| \bbbddd/ | \bbbddd/ |
|
|
25
|
+
| ::\\ //:: | ::\\ //:: |
|
|
26
|
+
|\\b d//|\\b d//|
|
|
27
|
+
+------------+------------+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
+------------+------------+
|
|
2
|
+
|b bpXqpXqd d|b bpXqpXqd d|
|
|
3
|
+
| b \bbdd/ d | b \bbdd/ d |
|
|
4
|
+
|pp \/ qq|pp \/ qq|
|
|
5
|
+
| X X | X X |
|
|
6
|
+
| \ / | \ / |
|
|
7
|
+
| p pqpq q | p pqpq q |
|
|
8
|
+
| b bdbd d | b bdbd d |
|
|
9
|
+
| / \ | / \ |
|
|
10
|
+
| X X | X X |
|
|
11
|
+
|bb /\ dd|bb /\ dd|
|
|
12
|
+
| p /ppqq\ q | p /ppqq\ q |
|
|
13
|
+
|p pbXdbXdq q|p pbXdbXdq q|
|
|
14
|
+
+------------+------------+
|
|
15
|
+
|b bpXqpXqd d|b bpXqpXqd d|
|
|
16
|
+
| b \bbdd/ d | b \bbdd/ d |
|
|
17
|
+
|pp \/ qq|pp \/ qq|
|
|
18
|
+
| X X | X X |
|
|
19
|
+
| \ / | \ / |
|
|
20
|
+
| p pqpq q | p pqpq q |
|
|
21
|
+
| b bdbd d | b bdbd d |
|
|
22
|
+
| / \ | / \ |
|
|
23
|
+
| X X | X X |
|
|
24
|
+
|bb /\ dd|bb /\ dd|
|
|
25
|
+
| p /ppqq\ q | p /ppqq\ q |
|
|
26
|
+
|p pbXdbXdq q|p pbXdbXdq q|
|
|
27
|
+
+------------+------------+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
+--------+--------+
|
|
2
|
+
| \/ | \/ |
|
|
3
|
+
| q p | q p |
|
|
4
|
+
|d b|d b|
|
|
5
|
+
| | |
|
|
6
|
+
| | |
|
|
7
|
+
|q p|q p|
|
|
8
|
+
| d b | d b |
|
|
9
|
+
| /\ | /\ |
|
|
10
|
+
+--------+--------+
|
|
11
|
+
| \/ | \/ |
|
|
12
|
+
| q p | q p |
|
|
13
|
+
|d b|d b|
|
|
14
|
+
| | |
|
|
15
|
+
| | |
|
|
16
|
+
|q p|q p|
|
|
17
|
+
| d b | d b |
|
|
18
|
+
| /\ | /\ |
|
|
19
|
+
+--------+--------+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
+------------+------------+
|
|
2
|
+
| / \ | / \ |
|
|
3
|
+
| | |
|
|
4
|
+
|\ /\ /|\ /\ /|
|
|
5
|
+
|\ /q p\ /|\ /q p\ /|
|
|
6
|
+
| \ / | \ / |
|
|
7
|
+
| // / \ \\ | // / \ \\ |
|
|
8
|
+
| \\ \ / // | \\ \ / // |
|
|
9
|
+
| / \ | / \ |
|
|
10
|
+
|/ \d b/ \|/ \d b/ \|
|
|
11
|
+
|/ \/ \|/ \/ \|
|
|
12
|
+
| | |
|
|
13
|
+
| \ / | \ / |
|
|
14
|
+
+------------+------------+
|
|
15
|
+
| / \ | / \ |
|
|
16
|
+
| | |
|
|
17
|
+
|\ /\ /|\ /\ /|
|
|
18
|
+
|\ /q p\ /|\ /q p\ /|
|
|
19
|
+
| \ / | \ / |
|
|
20
|
+
| // / \ \\ | // / \ \\ |
|
|
21
|
+
| \\ \ / // | \\ \ / // |
|
|
22
|
+
| / \ | / \ |
|
|
23
|
+
|/ \d b/ \|/ \d b/ \|
|
|
24
|
+
|/ \/ \|/ \/ \|
|
|
25
|
+
| | |
|
|
26
|
+
| \ / | \ / |
|
|
27
|
+
+------------+------------+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
+----------+----------+
|
|
2
|
+
|/|X/||\X|\|/|X/||\X|\|
|
|
3
|
+
||/ qp \|||/ qp \||
|
|
4
|
+
||qX||||Xp|||qX||||Xp||
|
|
5
|
+
| / || \ | / || \ |
|
|
6
|
+
|X /||\ X|X /||\ X|
|
|
7
|
+
|X \||/ X|X \||/ X|
|
|
8
|
+
| \ || / | \ || / |
|
|
9
|
+
||dX||||Xb|||dX||||Xb||
|
|
10
|
+
||\ db /|||\ db /||
|
|
11
|
+
|\|X\||/X|/|\|X\||/X|/|
|
|
12
|
+
+----------+----------+
|
|
13
|
+
|/|X/||\X|\|/|X/||\X|\|
|
|
14
|
+
||/ qp \|||/ qp \||
|
|
15
|
+
||qX||||Xp|||qX||||Xp||
|
|
16
|
+
| / || \ | / || \ |
|
|
17
|
+
|X /||\ X|X /||\ X|
|
|
18
|
+
|X \||/ X|X \||/ X|
|
|
19
|
+
| \ || / | \ || / |
|
|
20
|
+
||dX||||Xb|||dX||||Xb||
|
|
21
|
+
||\ db /|||\ db /||
|
|
22
|
+
|\|X\||/X|/|\|X\||/X|/|
|
|
23
|
+
+----------+----------+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"path": "easy/WW2MortarWarfare",
|
|
3
|
+
"name": "WW2 Mortar Warfare",
|
|
4
|
+
"alphanumName": "WW2MortarWarfare",
|
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/ww2-mortar-warfare",
|
|
6
|
+
"tests": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Easy Calculation",
|
|
9
|
+
"alphanumName": "EasyCalculation",
|
|
10
|
+
"file": "01 - Easy Calculation.txt"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "More Precise",
|
|
14
|
+
"alphanumName": "MorePrecise",
|
|
15
|
+
"file": "02 - More Precise.txt"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "Too Far",
|
|
19
|
+
"alphanumName": "TooFar",
|
|
20
|
+
"file": "03 - Too Far.txt"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "Too Close",
|
|
24
|
+
"alphanumName": "TooClose",
|
|
25
|
+
"file": "04 - Too Close.txt"
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
-+500+--
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
+777+--
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
+1850+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
--+300+-
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
OUT OF RANGE
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
OUT OF RANGE
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const numOfLinesOfOfferingStatement = parseInt(readline());
|
|
2
|
+
for (let i = 0; i < numOfLinesOfOfferingStatement; i++) {
|
|
3
|
+
const offer = readline();
|
|
4
|
+
}
|
|
5
|
+
const gardenHeight = parseInt(readline());
|
|
6
|
+
for (let i = 0; i < gardenHeight; i++) {
|
|
7
|
+
const gardenRow = readline();
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
// Write an answer using console.log()
|
|
11
|
+
// To debug: console.error('Debug messages...');
|
|
12
|
+
|
|
13
|
+
console.log('worth');
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
fscanf(STDIN, "%d", $numOfLinesOfOfferingStatement);
|
|
3
|
+
for ($i = 0; $i < $numOfLinesOfOfferingStatement; $i++)
|
|
4
|
+
{
|
|
5
|
+
$offer = stream_get_line(STDIN, 500 + 1, "\n");
|
|
6
|
+
}
|
|
7
|
+
fscanf(STDIN, "%d", $gardenHeight);
|
|
8
|
+
for ($i = 0; $i < $gardenHeight; $i++)
|
|
9
|
+
{
|
|
10
|
+
$gardenRow = stream_get_line(STDIN, 500 + 1, "\n");
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
// Write an answer using echo(). DON'T FORGET THE TRAILING \n
|
|
14
|
+
// To debug: error_log(var_export($var, true)); (equivalent to var_dump)
|
|
15
|
+
|
|
16
|
+
echo("worth\n");
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"path": "easy/WhatIsYourGardenWorth",
|
|
3
|
+
"name": "What πΌ is π· your πΈ garden π worth?",
|
|
4
|
+
"alphanumName": "WhatIsYourGardenWorth",
|
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/what-is-your-garden-worth",
|
|
6
|
+
"tests": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Test 1 - 1 of value",
|
|
9
|
+
"alphanumName": "oneOfValue",
|
|
10
|
+
"file": "01 - 1 of value.txt"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "Test 2 - 2 of value",
|
|
14
|
+
"alphanumName": "twoOfValue",
|
|
15
|
+
"file": "02 - 2 of value.txt"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "Test 3 - several of value",
|
|
19
|
+
"alphanumName": "severalOfValue",
|
|
20
|
+
"file": "03 - several of value.txt"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "Test 4 - multiples of same plant",
|
|
24
|
+
"alphanumName": "multiplesOfSamePlant",
|
|
25
|
+
"file": "04 - multiples of same plant.txt"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "Test 5 - big garden",
|
|
29
|
+
"alphanumName": "bigGarden",
|
|
30
|
+
"file": "05 - big garden.txt"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "Test 6 - giant garden",
|
|
34
|
+
"alphanumName": "giantGarden",
|
|
35
|
+
"file": "06 - giant garden.txt"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "Test 7 - profitable",
|
|
39
|
+
"alphanumName": "profitable",
|
|
40
|
+
"file": "07 - profitable.txt"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Test 8 - well kept and profitable",
|
|
44
|
+
"alphanumName": "wellKeptAndProfitable",
|
|
45
|
+
"file": "08 - well kept and profitable.txt"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "Test 9 - no weeds and lots of offers",
|
|
49
|
+
"alphanumName": "noWeedsAndLotsOfOffers",
|
|
50
|
+
"file": "09 - no weeds and lots of offers.txt"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
3
|
|
2
|
+
$12 = π₯π΅πΌπ₯ππ
|
|
3
|
+
$5 = ππ΄π₯πππ²π₯¦π
|
|
4
|
+
$2 = ππ±π₯πΏπ₯π
|
|
5
|
+
10
|
|
6
|
+
):π ~ π₯
|
|
7
|
+
& }%-@#
|
|
8
|
+
π΅*ππ·πΈ
|
|
9
|
+
ππ -}? +
|
|
10
|
+
π %π>+;
|
|
11
|
+
$+π' #
|
|
12
|
+
=%π₯ )
|
|
13
|
+
ππ π
&!
|
|
14
|
+
π₯¬? π !π₯
|
|
15
|
+
~ '{ +=-
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
3
|
|
2
|
+
$7 = πΊ
|
|
3
|
+
$4 = πΏπ₯π
|
|
4
|
+
$3 = π
|
|
5
|
+
37
|
|
6
|
+
: :-( + = π
π.
|
|
7
|
+
π @# & π; π΄
|
|
8
|
+
# < ( $ : <
|
|
9
|
+
ππ»> π΄ } , }π₯¦
|
|
10
|
+
+ : πΈ ~ + ',
|
|
11
|
+
( π₯¬ * & π»
|
|
12
|
+
- ; + > #πΏ ? !@. :, &
|
|
13
|
+
π₯¦) πΌ π , % '
|
|
14
|
+
πΏ> ( πΈ } )π₯ π
|
|
15
|
+
.( + #
|
|
16
|
+
π₯ ,~ + : ,,
|
|
17
|
+
$ + (= π± π₯$ ? @
|
|
18
|
+
π³* : !! $! ,
|
|
19
|
+
' π { π²$ ? ! ) (
|
|
20
|
+
} π . - ,+ &π₯
|
|
21
|
+
=' πΌ< π; = !
|
|
22
|
+
πΈ 'π == ( π
|
|
23
|
+
~ <π₯ π π₯ '* ' =
|
|
24
|
+
< ~π@ $ < + π
|
|
25
|
+
π % } π .&&$ #
|
|
26
|
+
< π
π» ,?
|
|
27
|
+
π± π π ; < < )
|
|
28
|
+
? , π΅ ' π
|
|
29
|
+
< ,~*πΏ < ~ <
|
|
30
|
+
π ? π΄ < π
|
|
31
|
+
. { π }? πΉ π π
|
|
32
|
+
?π³ -π₯¬
|
|
33
|
+
π π₯πΈ - &#
|
|
34
|
+
;# > π π΅ π
|
|
35
|
+
<π )π± π πΊ π
|
|
36
|
+
# < π₯¬ + π = ) @ =
|
|
37
|
+
! : π
|
|
38
|
+
%π΄)(π>< <π ( ;π
|
|
39
|
+
π ? π $ , π₯¬
|
|
40
|
+
π ?π π₯;; (
|
|
41
|
+
< + πΉ πΉπ π΄ π»~
|
|
42
|
+
π» - πΉπ΅π π πΈ
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
3
|
|
2
|
+
$3 = πΌπ³πππππ₯¦ππ·
|
|
3
|
+
$2 = ππΈππΉ
|
|
4
|
+
$1 = ππ
ππ²ππ
|
|
5
|
+
72
|
|
6
|
+
<πΉ # π, { π
ππ ? ~πΊ > π !{ &. > π² '
|
|
7
|
+
π $ :π₯ ! ;π·( ,'π ? = > ! π₯ = ; '
|
|
8
|
+
& #π π π + π΅ > ) : ππ₯¦= ?π²} π &{ π·@
|
|
9
|
+
; > π +, π
- ππ < ' ~ π ( π~ )
|
|
10
|
+
*. (π π + π₯ ; -}(
|
|
11
|
+
&= π₯¬ π- )*% ; ) ( > π₯ π {
|
|
12
|
+
< < π₯ { < , , ~π₯¦π³πΉ ( < %π
* π >
|
|
13
|
+
& }> π₯ π₯ , * ( ~ π # , π ? ) π» *
|
|
14
|
+
$ π = & * $ π
π
)π ! ' '
|
|
15
|
+
* ; πΉ+ π΄& + π₯ * π π { @ = πΊ <
|
|
16
|
+
π± π΅: ? ; ~ & π π + }( . = π²<
|
|
17
|
+
&.π
= ! πΊ - π #' ?π
#
|
|
18
|
+
π₯¬ πΈ' πΌπ₯ & π₯@ : { π₯ π@} ?
|
|
19
|
+
' -% π :πΊπ²! - -π₯$ ' ' π» { πΊ,! π' π
|
|
20
|
+
$ π₯ < ,} (} = *}& *$ ' π»π₯ ππ π·
|
|
21
|
+
( {>> π π΅ π π·- ( { { & ; $ π₯π!
|
|
22
|
+
= ' = = π + =π:{π$ *πΉ !; π '
|
|
23
|
+
* <ππ± π΄ π π ; π * @ πΌ =π₯{( πΏ π$
|
|
24
|
+
π ~ +)* ~ π π₯ . π ππ
& π
|
|
25
|
+
< + π $* * π» < π΅, >
|
|
26
|
+
$π΄ $ . + @ = , π₯¦ ; π π₯ πΉπ π πΉ *
|
|
27
|
+
,- <π π π± πΌ <π
~ : .π < π + π?
|
|
28
|
+
& (π· $π₯? * * +-) @' { , @
|
|
29
|
+
πΉ ? π₯}&= @# . { π
π π @ $ < !
|
|
30
|
+
π ? - π
π - - ( πΌ$ , { πΌ : π.) π
π·
|
|
31
|
+
π΅ , π₯¬ ) πΉ < π· π $ π π* }< $ < πΌ }
|
|
32
|
+
= ? > π³ !( @ π π !: πΉ '} ,
|
|
33
|
+
#+π π $π₯¦ π² π₯ - % * >!π», ~ =
|
|
34
|
+
π ; ! = πΌ π }( π΅ >} -π) $π·
|
|
35
|
+
π₯~# π (π % @ π =% πΌ ,π π΅$ π³ {$
|
|
36
|
+
} π π₯ ; ' # π #π₯¦ ; ~(π π² (*ππ =@
|
|
37
|
+
-π
~ * @ . } π + π
|
|
38
|
+
π
< π @' ; % π π @
|
|
39
|
+
&*#% π΅ %π₯ π³ ~π³( ? π₯ < { &:. =
|
|
40
|
+
π@< @ π π΄ . & = < @ ; ~ π &{
|
|
41
|
+
π ) π π π. ( ~~: - π & {>π }? = πΊ
|
|
42
|
+
π
: π₯ π ! π π»πΈ; π π& ~. < $ ππ·,
|
|
43
|
+
* π ! ; π₯ π ( . π· ; ? ?π
|
|
44
|
+
. :> = % + ( πΊ π = ; π+ π
|
|
45
|
+
πΏ ππ· π₯ { ) π· <π₯ - π} , -=
|
|
46
|
+
%π πΌ π· π
<, π₯ { #' π ?π
-~ +πΌ =
|
|
47
|
+
} ' # π? ) π { % <}
|
|
48
|
+
# π
- ! ( , ( π π π₯ = π₯ π· ({ ? πΉ +
|
|
49
|
+
~ ; &+πΏ πππ₯ } π₯(π₯¬ . π₯¦ ~π ) ;
|
|
50
|
+
π ( #π₯ π+%# ?π π
~ } π < π₯ +
|
|
51
|
+
π π; ,* ) < ? ' π = πΏ π@ = πΏ
|
|
52
|
+
; π , ( } ππ~ π < $ * < + ;
|
|
53
|
+
{ > ? $ π₯? ~ ~ & , ( $ π --
|
|
54
|
+
, ): ? & $% $% π π = π₯ π΅+ $ ' &π
|
|
55
|
+
{) πΉ ? ; πΊ ? π πΌ = π³
|
|
56
|
+
&( π³&π» π -> # { π @ ~ <{ ! π₯¬ $ π΅
|
|
57
|
+
!π΅ = - ><{ π ; ) > . ~' , } π₯{
|
|
58
|
+
+ ? '. &@< - . ' ' ) }: %π πΏ< >
|
|
59
|
+
> ! π΄ % *π # ! - %π ( ? ~ πΈ ** πΌ
|
|
60
|
+
< π₯¬π π * ! π΄π· & % π₯¦π! : < >
|
|
61
|
+
π π₯ π ( π΄ ' π₯¦ ~ $π΅ π΄
|
|
62
|
+
: , . !% π± : ! ; (ππ( ; + + πΏ & &
|
|
63
|
+
! < π΅ π» $π·+ } ! π
π» : > >
|
|
64
|
+
!# # π= ( * <- ~? # π΅ * : π π₯¦ πΏ π₯
|
|
65
|
+
π$& }# π * π %?: π ) + }
|
|
66
|
+
π₯ , π { ; ππ? # π $ π² ,
|
|
67
|
+
πΊ πΌ *π₯ % - . @
|
|
68
|
+
% π. @ > ( ~ + π₯ π΅ ' , π @ ) {π~? ? =
|
|
69
|
+
π² & πΌ π₯ ! < ;π π + { @
|
|
70
|
+
( ? $ --! π > π
!! @ $ $ ! πΉ ;
|
|
71
|
+
~ - ~ ~: * =π π& $ ' π
|
|
72
|
+
' @ π > % : ) = & ! . { ) ? π $ -<π₯¦
|
|
73
|
+
(π , #-< } } ? % -(- ) - πΊ
|
|
74
|
+
' π { ($ π΄ = < πΉ +- {{ ~ + π
)< }
|
|
75
|
+
' & : $ - ' , ? < * (! πΈ &{}π₯¦ *
|
|
76
|
+
( { # ( π₯ } π + . # , !π> ; '
|
|
77
|
+
) *= & ,{ ! πππ ~@ ; π % } π π'
|