@cyrilverloop/codingame-configuration 1.4.1 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- 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,38 @@
|
|
1
|
+
{
|
2
|
+
"path": "easy/PopularityOfEachActivity",
|
3
|
+
"name": "Popularity of each activity",
|
4
|
+
"alphanumName": "PopularityOfEachActivity",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/popularity-of-each-activity",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "Test 1",
|
9
|
+
"alphanumName": "test1",
|
10
|
+
"file": "01 - test 1.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "Test 2 - easy percentages",
|
14
|
+
"alphanumName": "test2EasyPercentages",
|
15
|
+
"file": "02 - test 2 - easy percentages.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "Test 3 - 100 percent",
|
19
|
+
"alphanumName": "test3100Percent",
|
20
|
+
"file": "03 - test 3 - 100 percent.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "Test 4 - simple rounding",
|
24
|
+
"alphanumName": "test4SimpleRounding",
|
25
|
+
"file": "04 - test 4 - simple rounding.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
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
19
|
2
|
+
: * *:
|
3
|
+
* : :*
|
4
|
+
:* * :
|
5
|
+
:** *:
|
6
|
+
---------+----+-
|
7
|
+
** * :* * :
|
8
|
+
* : * *:
|
9
|
+
* ***** :** *:
|
10
|
+
* * * * *: *:*
|
11
|
+
* :** :
|
12
|
+
* :* * :*
|
13
|
+
* * ** *:* :
|
14
|
+
* *:** :
|
15
|
+
* * :** :
|
16
|
+
---------+----+-
|
17
|
+
* * * ** : :
|
18
|
+
** * **: :
|
19
|
+
* ** : :
|
20
|
+
* * * : *:
|
@@ -0,0 +1,43 @@
|
|
1
|
+
42
|
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
|
+
** * * * * :* ** ***: * * ** * *** *
|
32
|
+
* * * * * **: * *** : ** * *** *
|
33
|
+
* * * * * * * : * ***:*** * ** * *** *
|
34
|
+
* * * * : * ** *** :* * ****** ** * *
|
35
|
+
** * * * **:* * * * : *** *** *** *
|
36
|
+
* * * * : ** * * *: *** ** * *** * *
|
37
|
+
* ** ** * : ***:* ** * * * * **
|
38
|
+
* ** * :* * * :* * ****** ** *
|
39
|
+
----------------------------+-----------+---------------------
|
40
|
+
*** ** ** * ** * : * * * * *:** **** * ****
|
41
|
+
* * * ** * ** * **:* * ** :** ***** * **** * *
|
42
|
+
** ** * **** * * **:** ** : * * **** **** *
|
43
|
+
* * ** ***** * : * * * *:**** *** ** *
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?php
|
2
|
+
fscanf(STDIN, "%d", $N);
|
3
|
+
for ($i = 0; $i < $N; $i++)
|
4
|
+
{
|
5
|
+
$FNAME = stream_get_line(STDIN, 500 + 1, "\n");
|
6
|
+
}
|
7
|
+
|
8
|
+
// Write an answer using echo(). DON'T FORGET THE TRAILING \n
|
9
|
+
// To debug: error_log(var_export($var, true)); (equivalent to var_dump)
|
10
|
+
|
11
|
+
echo("answer\n");
|
@@ -0,0 +1,48 @@
|
|
1
|
+
{
|
2
|
+
"path": "easy/RemoveInsertStatements",
|
3
|
+
"name": "Remove insert statements",
|
4
|
+
"alphanumName": "RemoveInsertStatements",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/remove-insert-statements",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "1-1) simple insert statement",
|
9
|
+
"alphanumName": "simpleInsertStatement",
|
10
|
+
"file": "01 - simple insert statement.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "2-1) simple commented statement",
|
14
|
+
"alphanumName": "simpleCommentedStatement",
|
15
|
+
"file": "02 - simple commented statement.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "3-1) insert + comment",
|
19
|
+
"alphanumName": "insertComment",
|
20
|
+
"file": "03 - insert + comment.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "4-1) with function",
|
24
|
+
"alphanumName": "withFunction",
|
25
|
+
"file": "04 - with function.txt"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"name": "5-1) many insert statements",
|
29
|
+
"alphanumName": "manyInsertStatements",
|
30
|
+
"file": "05 - many insert statements.txt"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"name": "6-1) functions + inserts",
|
34
|
+
"alphanumName": "functionsInserts",
|
35
|
+
"file": "06 - functions + inserts.txt"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"name": "7-1) multi-line INSERT instructions",
|
39
|
+
"alphanumName": "multiLineINSERTInstructions",
|
40
|
+
"file": "07 - multi-line INSERT instructions.txt"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"name": "8-1) many insert on same line",
|
44
|
+
"alphanumName": "manyInsertOnSameLine",
|
45
|
+
"file": "08 - many insert on same line.txt"
|
46
|
+
}
|
47
|
+
]
|
48
|
+
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
8
|
2
|
+
CREATE TABLE vendeur (
|
3
|
+
id character integer NOT NULL,
|
4
|
+
date_creation timestamp without time zone,
|
5
|
+
name text,
|
6
|
+
id_createur character varying(32),
|
7
|
+
amount double precision,
|
8
|
+
);
|
9
|
+
insert into vendeur(id,date_creation, name, id_createur, amount) values(1,'12/08/2020','John',1,100);
|
@@ -0,0 +1,9 @@
|
|
1
|
+
8
|
2
|
+
CREATE TABLE acheteur (
|
3
|
+
id character integer NOT NULL,
|
4
|
+
date_creation timestamp without time zone,
|
5
|
+
name text,
|
6
|
+
id_createur character varying(32),
|
7
|
+
amount double precision,
|
8
|
+
);
|
9
|
+
--insert into acheteur(id,date_creation, name, id_createur, amount) values(1,'12/08/2020','John',1,100);
|
@@ -0,0 +1,10 @@
|
|
1
|
+
9
|
2
|
+
CREATE TABLE acheteur (
|
3
|
+
id character integer NOT NULL,
|
4
|
+
date_creation timestamp without time zone,
|
5
|
+
name text,
|
6
|
+
id_createur character varying(32),
|
7
|
+
amount double precision,
|
8
|
+
);
|
9
|
+
--insertion of data
|
10
|
+
insert into acheteur(id,date_creation, name, id_createur, amount) values(2,'12/08/2020','Johnny',2,120);
|
@@ -0,0 +1,13 @@
|
|
1
|
+
12
|
2
|
+
CREATE FUNCTION benchmark.fs_insertcheckmarxactionplan(pid_app integer, nb_object integer, pmetric_id integer, id_snapshot integer, status text) RETURNS integer
|
3
|
+
LANGUAGE plpgsql
|
4
|
+
AS $$
|
5
|
+
declare
|
6
|
+
v_metric_id integer;
|
7
|
+
begin
|
8
|
+
v_metric_id := 0;
|
9
|
+
set search_path=benchmark;
|
10
|
+
Select metric_id into v_metric_id from ref_metric rm where rm.metric_id = pMetric_id;
|
11
|
+
insert into action_plan(id_application, nb_object, id_metric, comment_action, id_snapshot, status, id_outil) values ( pid_app, nb_object, v_metric_id, 'N/A', id_snapshot, status, 2);
|
12
|
+
return 1;
|
13
|
+
end;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
16
|
2
|
+
CREATE TABLE acheteur (
|
3
|
+
id character integer NOT NULL,
|
4
|
+
date_creation timestamp without time zone,
|
5
|
+
name text,
|
6
|
+
id_createur character varying(32),
|
7
|
+
amount double precision,
|
8
|
+
);
|
9
|
+
insert into acheteur(id,date_creation, name, id_createur, amount) values(1,'12/08/2020','John',1,100);
|
10
|
+
Insert INTO benchmark.ticket VALUES (62, 21805, 51, 'SI Quality model empty', '2020-02-12 00:00:00');
|
11
|
+
INSeRt INTO benchmark.snapshot VALUES (1615, 11, 79, '2019-11-18 13:51:20.2641', NULL, '2019-10-22 01:00:00', 1715, 5594, 3909, 0, 0, 0, 0, 3.16, 3.08, 3.22, 3.18, 3.41, 3.70, 3.25, '8.3.12.1', 'v2.5.8', 1, 15, 0, 0, 685, 'ETAT1 - v2.5.8 - dev - aip1 - e', 0);
|
12
|
+
iNSERT INTO benchmark.ticket VALUES (61, 21798, 1, 'false positive for "Avoid unreferenced Classes", due to FacesConverter annotation (21739 suite)', '2020-02-12 00:00:00');-- premier comment OK OK
|
13
|
+
INSERT INTO benchmark.snapshot VALUES (500044, 26, 68, '2014-10-17 00:03:00', 0, '2014-10-17 00:03:00', 1247000, '7.3.0', 'V1.c7 (730 migrees)', 3, 1, 0, 0, 1145, 1145, 14, 194, 4136, 54947, 22, 142, 467, 3765, 0.004, 0.316, 6.9043, 92.6, 0.5, 3.2, 10.612, 85.65);
|
14
|
+
INSERT INTO benchmark.snapshot VALUES (1170, 3, 429, '2019-02-04 00:00:00', NULL, '2019-01-16', 743428, 272, 9, 64, 3585, 1355, 7256, 3.16, 2.991, 2.91, 2.19, 3.14, 3.14, 2.956, '8.3.8.1', 'v6.0.0_reprise', 3, 0, 0, 0, 954, 1, 213, 2213, 309, 823, 1.23, '23 - v6.0 poids 0');
|
15
|
+
INSERT INTO benchmark.ref_metric VALUES (1007248, 'Use sufficient SSL\TLS context (PHP)', 'TQI', 1, 'NOT CRITICAL', NULL);--petit comment qu'il faut garder
|
16
|
+
INSERT INTO benchmark.snapshot VALUES (750000, 4, 489, '2013-11-06 00:00:00', 0, '2013-11-06 00:00:00', 134674, 63542, 300698, 0, 0, 0, 0, 3.22, 3.31, 2.77, 3.5, 2.640012, 2.087, 2.95, '7.0.19.1', 'Partage V1.2 + lib',0);
|
17
|
+
INSERT INTO benchmark.snapshot VALUES (8, 9, 780, '2022-06-29 13:49:11.8066', NULL, '2022-06-29 12:08:00', 400598, 210702, 68729, 0, 0, 0, 0, 3.27, 2.93, 3.27, 2.74, 3.64, 2.79, 3.02, '8.3.30.1', 'V3.1', 1, 12, 'exde 175 PA à la demande du projet', 6, 269, 275, 'backup.zip');
|
@@ -0,0 +1,30 @@
|
|
1
|
+
29
|
2
|
+
--
|
3
|
+
-- TOC entry 49331 (class 1255 OID 11620988)
|
4
|
+
-- Name: fs_insertcheckmarxactionplan(integer, integer, integer, text);
|
5
|
+
--
|
6
|
+
CREATE FUNCTION benchmark.fs_insertcheckmarxactionplan(nb_object integer, pmetric_id integer, id_snapshot integer, status text) RETURNS integer
|
7
|
+
LANGUAGE plpgsql
|
8
|
+
AS $$
|
9
|
+
declare
|
10
|
+
v_metric_id integer;
|
11
|
+
begin
|
12
|
+
v_metric_id := 0;
|
13
|
+
set search_path=benchmark;
|
14
|
+
Select metric_id into v_metric_id from ref_metric rm where rm.metric_id = pMetric_id;
|
15
|
+
insert into action_plan(nb_object, id_metric, comment_action, id_snapshot, status, id_outil) values ( nb_object, v_metric_id, 'N/A', id_snapshot, status, 2);
|
16
|
+
return 1;
|
17
|
+
end;
|
18
|
+
$$;
|
19
|
+
--
|
20
|
+
-- TOC entry 182322 (class 0 OID 11621003)
|
21
|
+
-- Dependencies: 16626
|
22
|
+
-- Data for Name: action_plan; Type: TABLE DATA; Schema: benchmark; Owner: -
|
23
|
+
--
|
24
|
+
INSERT INTO benchmark.action_plan VALUES (8911, 1, 1, 1, 1020810, 'PRESTATAIRE', 1166, 'NEW', 1);
|
25
|
+
INSERT INTO benchmark.action_plan VALUES (100000, 1, 1, 129, 7788, 'PRESTATAIRE', 100001, 'STILL_VIOLATION', 1);
|
26
|
+
INSERT INTO benchmark.action_plan VALUES (100001, 1, 1, 109, 8106, 'PRESTATAIRE', 100001, 'STILL_VIOLATION', 1);
|
27
|
+
INSERT INTO benchmark.action_plan VALUES (100002, 2, 1, 37, 7670, 'PRESTATAIRE', 100001, 'STILL_VIOLATION', 1);
|
28
|
+
INSERT INTO benchmark.action_plan VALUES (100003, 2, 1, 49, 7518, 'PRESTATAIRE', 100001, 'STILL_VIOLATION', 1);
|
29
|
+
INSERT INTO benchmark.action_plan VALUES (100004, 2, 1, 6, 7532, 'PRESTATAIRE', 100001, 'STILL_VIOLATION', 1);
|
30
|
+
-- END Batch
|
@@ -0,0 +1,28 @@
|
|
1
|
+
27
|
2
|
+
CREATE TABLE acheteur (
|
3
|
+
id character integer NOT NULL,
|
4
|
+
date_creation timestamp without time zone,
|
5
|
+
name text,
|
6
|
+
id_createur character varying(32),
|
7
|
+
amount double precision,
|
8
|
+
);
|
9
|
+
INSERT INTO benchmark.snapshot
|
10
|
+
VALUES (2124, 2, 606, '2020-07-03 11:20:51.6388', NULL, '2020-07-02 00:00:00', 14478, 3036, 2570, 0, 0, 0, 0,
|
11
|
+
3.35999999999999988, 3.25, 3.45999999999999996, 3.60000000000000009, 3.70999999999999996, 3.45999999999999996,
|
12
|
+
3.39999999999999991, '8.3.17.1','v0.2.0', 3, 0, 0, 0, 2, NULL, 1, NULL, 104, NULL, 104, NULL, 0);
|
13
|
+
INSERT INTO benchmark.snapshot VALUES (2122, 2, 606, '2020-07-02 15:49:54.3911', NULL, '2020-07-02 00:00:00',
|
14
|
+
14478, 3036, 2570, 0, 0, 0, 0, 3.35999999999999988, 3.25, 3.45999999999999996, 3.60000000000000009, 3.70999999999999996,
|
15
|
+
3.45999999999999996, 3.39999999999999991, '8.3.17.1', 'v0.2.0', 1, 0, 0, 0, 0, NULL, 1, NULL, NULL, NULL, NULL, NULL, 0);
|
16
|
+
INSERT INTO benchmark.snapshot VALUES (2121, 1, 606, '2020-07-02 11:00:08.0201', NULL, '2020-07-01 00:00:00',
|
17
|
+
12450, 2962, 2216, 0, 0, 0, 0,3.33000000000000007, 3.2200000000000002, 3.43000000000000016, 3.58000000000000007,
|
18
|
+
3.72999999999999998, 3.45999999999999996, 3.37999999999999989, '8.3.17.1', 'v0.1.0', 3,
|
19
|
+
0, 0, 0, 0, NULL, 1, NULL, NULL, NULL, NULL, NULL, 0);
|
20
|
+
INSERT INTO benchmark.snapshot VALUES (2206, 7, 523, '2020-09-24 15:01:16.8051', NULL, '2020-09-24 00:00:00',
|
21
|
+
172017, 37835, 27125, 0, 0, 0, 0, 3.10000000000000009, 2.9700000000000002, 3.06999999999999984, 2.93000000000000016,
|
22
|
+
3.4700000000000002, 2.89999999999999991, 2.93999999999999995,'8.3.12.1', 'V1.3.10', 1, 21, 0, 0, 0, NULL, 1, 61,
|
23
|
+
NULL, 434, 495, NULL, NULL, NULL, 0);
|
24
|
+
CREATE TABLE benchmark.prestataire (
|
25
|
+
id integer NOT NULL,
|
26
|
+
name text,
|
27
|
+
insert_date_string_format text
|
28
|
+
);
|
@@ -0,0 +1,8 @@
|
|
1
|
+
CREATE TABLE acheteur (
|
2
|
+
id character integer NOT NULL,
|
3
|
+
date_creation timestamp without time zone,
|
4
|
+
name text,
|
5
|
+
id_createur character varying(32),
|
6
|
+
amount double precision,
|
7
|
+
);
|
8
|
+
--insert into acheteur(id,date_creation, name, id_createur, amount) values(1,'12/08/2020','John',1,100);
|
@@ -0,0 +1,12 @@
|
|
1
|
+
CREATE FUNCTION benchmark.fs_insertcheckmarxactionplan(pid_app integer, nb_object integer, pmetric_id integer, id_snapshot integer, status text) RETURNS integer
|
2
|
+
LANGUAGE plpgsql
|
3
|
+
AS $$
|
4
|
+
declare
|
5
|
+
v_metric_id integer;
|
6
|
+
begin
|
7
|
+
v_metric_id := 0;
|
8
|
+
set search_path=benchmark;
|
9
|
+
Select metric_id into v_metric_id from ref_metric rm where rm.metric_id = pMetric_id;
|
10
|
+
insert into action_plan(id_application, nb_object, id_metric, comment_action, id_snapshot, status, id_outil) values ( pid_app, nb_object, v_metric_id, 'N/A', id_snapshot, status, 2);
|
11
|
+
return 1;
|
12
|
+
end;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
--
|
2
|
+
-- TOC entry 49331 (class 1255 OID 11620988)
|
3
|
+
-- Name: fs_insertcheckmarxactionplan(integer, integer, integer, text);
|
4
|
+
--
|
5
|
+
CREATE FUNCTION benchmark.fs_insertcheckmarxactionplan(nb_object integer, pmetric_id integer, id_snapshot integer, status text) RETURNS integer
|
6
|
+
LANGUAGE plpgsql
|
7
|
+
AS $$
|
8
|
+
declare
|
9
|
+
v_metric_id integer;
|
10
|
+
begin
|
11
|
+
v_metric_id := 0;
|
12
|
+
set search_path=benchmark;
|
13
|
+
Select metric_id into v_metric_id from ref_metric rm where rm.metric_id = pMetric_id;
|
14
|
+
insert into action_plan(nb_object, id_metric, comment_action, id_snapshot, status, id_outil) values ( nb_object, v_metric_id, 'N/A', id_snapshot, status, 2);
|
15
|
+
return 1;
|
16
|
+
end;
|
17
|
+
$$;
|
18
|
+
--
|
19
|
+
-- TOC entry 182322 (class 0 OID 11621003)
|
20
|
+
-- Dependencies: 16626
|
21
|
+
-- Data for Name: action_plan; Type: TABLE DATA; Schema: benchmark; Owner: -
|
22
|
+
--
|
23
|
+
-- END Batch
|
@@ -0,0 +1,12 @@
|
|
1
|
+
CREATE TABLE acheteur (
|
2
|
+
id character integer NOT NULL,
|
3
|
+
date_creation timestamp without time zone,
|
4
|
+
name text,
|
5
|
+
id_createur character varying(32),
|
6
|
+
amount double precision,
|
7
|
+
);
|
8
|
+
CREATE TABLE benchmark.prestataire (
|
9
|
+
id integer NOT NULL,
|
10
|
+
name text,
|
11
|
+
insert_date_string_format text
|
12
|
+
);
|
@@ -0,0 +1 @@
|
|
1
|
+
delete from lk_vendeur_acheteur;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
const n = parseInt(readline());
|
2
|
+
for (let i = 0; i < n; i++) {
|
3
|
+
const swap = readline();
|
4
|
+
}
|
5
|
+
const length = parseInt(readline());
|
6
|
+
const encodedMessage = readline();
|
7
|
+
|
8
|
+
// Write an answer using console.log()
|
9
|
+
// To debug: console.error('Debug messages...');
|
10
|
+
|
11
|
+
console.log('decoded_message');
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<?php
|
2
|
+
fscanf(STDIN, "%d", $n);
|
3
|
+
for ($i = 0; $i < $n; $i++)
|
4
|
+
{
|
5
|
+
$swap = stream_get_line(STDIN, 6 + 1, "\n");
|
6
|
+
}
|
7
|
+
fscanf(STDIN, "%d", $length);
|
8
|
+
$encodedMessage = stream_get_line(STDIN, 10000 + 1, "\n");
|
9
|
+
|
10
|
+
// Write an answer using echo(). DON'T FORGET THE TRAILING \n
|
11
|
+
// To debug: error_log(var_export($var, true)); (equivalent to var_dump)
|
12
|
+
|
13
|
+
echo("decoded_message\n");
|
@@ -0,0 +1,28 @@
|
|
1
|
+
{
|
2
|
+
"path": "easy/SavingSnoopy",
|
3
|
+
"name": "Saving Snoopy",
|
4
|
+
"alphanumName": "SavingSnoopy",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/saving-snoopy",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "Welcome Message",
|
9
|
+
"alphanumName": "WelcomeMessage",
|
10
|
+
"file": "01 - Welcome Message.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "Urgent Message",
|
14
|
+
"alphanumName": "UrgentMessage",
|
15
|
+
"file": "02 - Urgent Message.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "Yet Another Urgent Message",
|
19
|
+
"alphanumName": "YetAnotherUrgentMessage",
|
20
|
+
"file": "03 - Yet Another Urgent Message.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "Final Message",
|
24
|
+
"alphanumName": "Final Message",
|
25
|
+
"file": "04 - Final Message.txt"
|
26
|
+
}
|
27
|
+
]
|
28
|
+
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
13
|
2
|
+
v -> m
|
3
|
+
e -> v
|
4
|
+
g -> e
|
5
|
+
l -> g
|
6
|
+
s -> l
|
7
|
+
f -> h
|
8
|
+
a -> f
|
9
|
+
y -> a
|
10
|
+
z -> y
|
11
|
+
i -> z
|
12
|
+
k -> i
|
13
|
+
m -> s
|
14
|
+
h -> k
|
15
|
+
1419
|
16
|
+
m+g+W+*+*+k+s+*+t+ +g+v+o+c+*+*+*+*+o+t+ +*+*+*+*+*+ +g+f+*+*+*+m+g+r+*+*+*+*+*+s+y+t+*+*+g+g+c+n+*+*+*+u+o+Y+ +!+*+*+*+*+*+f+ +r+*+*+*+*+*+m+k+p+*+ +*+*+*+o+.+y+k+g+r+g+r+l+ +*+*+*+*+s+t+y+*+*+*+z+*+p+p+y+ +*+*+*+*+*+*+c+*+*+*+t+*+d+g+*+*+*+a+n+U+ +*+*+*+*+*+k+n+s+g+n+u+t+r+*+*+*+*+t+y+*+*+*+*+S+ +,+z+*+*+*+*+*+y+l+y+z+p+o+o+*+*+*+*+ +f+ +*+*+o+ +m+y+*+*+*+*+g+c+n+*+*+*+*+*+*+*+*+B+ + +m+ + +n+*+*+n+g+g+b+*+*+*+*+*+*+n+t+o+f+*+*+*+w+o+d+ +*+*+*+*+*+*+g+z+b+*+*+f+t+ +*+*+*+*+R+ +*+*+d+g+*+*+*+*+f+ +r+y+*+*+ +n+o+*+*+*+z+ +d+n+y+*+*+*+*+*+r+u+o+*+*+*+*+*+r+o+d+g+g+k+ +p+s+g+*+*+*+*+*+g+n+ +m+*+*+*+*+*+d+*+*+*+w+g+r+y+W+ +.+*+*+*+ +g+*+*+*+*+*+ +*+*+*+*+p+m+g+d+ +k+h+*+*+l+n+*+*+*+*+*+*+*+g+*+z+s+g+y+r+*+*+t+*+*+*+*+g+d+ +*+o+t+*+*+ +*+*+*+ +y+f+k+v+r+g+t+*+*+*+*+*+ +g+n+*+*+*+*+ +m+k+*+*+s+ +*+*+n+o+k+t+y+c+o+*+*+*+*+*+*+*+*+*+d+n+*+*+*+o+o+c+*+*+*+c+y+ +n+d+r+*+*+y+t+y+n+k+*+*+*+*+ +g+*+*+*+*+*+t+x+g+*+*+*+r+*+*+*+m+o+k+t+*+*+*+o+t+ +d+ +g+p+ +n+*+*+*+W+ +n+y+s+*+*+*+.+*+*+*+*+*+g+g+n+*+*+*+*+*+*+*+o+u+c+m+g+r+ +*+*+*+*+*+*+ +g+*+*+o+n+S+*+*+*+*+s+s+y+r+g+b+ +z+p+*+*+*+*+*+o+a+*+*+*+f+ +g+*+*+*+ +g+*+*+a+*+*+*+*+*+g+g+ +o+t+n+k+ +*+*+*+*+*+*+*+g+h+ +z+v+g+n+*+*+*+*+*+n+y+f+*+*+*+!+m+d+*+*+*+ +y+g+s+P+ +*+*+*+*+*+g+m+*+*+*+*+*+*+v+o+c+ +p+*+*+*+*+v+*+*+o+k+c+k+n+u+*+*+*+*+t+y+*+*+*+*+o+ +n+*+m+*+*+*+p+*+ + + +n+g+*+*+*+d+n+y+*+*+*+*+z+d+ +b+*+g+*+*+y+g+r+*+*+*+*+*+o+t+ +*+*+*+*+!+g+o+v+*+*+e+*+*+*
|
@@ -0,0 +1,15 @@
|
|
1
|
+
12
|
2
|
+
p -> t
|
3
|
+
h -> p
|
4
|
+
l -> h
|
5
|
+
z -> l
|
6
|
+
g -> z
|
7
|
+
v -> q
|
8
|
+
u -> v
|
9
|
+
i -> u
|
10
|
+
s -> i
|
11
|
+
c -> s
|
12
|
+
t -> g
|
13
|
+
q -> c
|
14
|
+
2515
|
15
|
+
q+o+e+n+E+*+*+*+f+ +y+m+*+*+*+*+*+r+*+*+c+e+*+*+o+e+r+a+ +*+*+*+*+m+ +*+*+*+n+e+w+ +u+*+s+*+t+n+*+*+*+*+*+q+ +n+a+ +p+c+*+*+*+*+*+e+ +e+w+ +d+*+*+*+*+*+r+a+*+*+*+*+*+r+e+q+n+o+*+*+*+*+*+ +e+n+*+*+d+*+*+e+e+'+y+h+n+S+*+*+o+o+*+*+*+*+*+b+ +p+s+o+h+ +c+*+*+*+*+c+*+*+*+o+s+*+*+ +n+*+*+c+a+l+*+*+*+*+*+*+*+*+o+q+ +*+*+*+h+m+*+*+n+ +.+d+e+c+s+m+o+r+*+*+*+*+*+*+*+*+*+I+*+*+d+ +*+r+o+*+*+*+f+e+e+o+p+ +r+e+*+*+*+*+*+b+ +*+*+*+*+*+e+c+ +h+i+ +*+*+*+*+*+*+z+y+s+r+i+q+*+*+*+*+p+*+*+ +n+,+*+a+ +*+*+*+*+d+d+a+*+*+*+a+n+o+s+p+s+*+*+*+*+*+*+*+r+ +*+*+ +i+*+e+b+l+ +e+z+*+*+*+*+ +c+a+*+*+*+*+*+d+ +n+e+*+*+*+a+*+*+n+c+o+e+l+e+d+*+*+p+o+p+ +d+*+*+*+*+ +*+*+*+*+q+e+d+ +*+*+*+*+*+b+e+z+ +t+n+s+d+*+*+*+*+*+i+r+*+*+*+*+o+ +h+U+ +.+c+*+*+*+*+*+n+o+*+*+*+*+*+*+s+u+r+e+*+*+*+*+*+l+c+a+ +a+ +t+*+*+*+*+l+*+*+*+*+*+a+a+ +p+*+,+t+a+*+*+*+*+*+r+e+q+ +*+*+*+*+p+*+*+ +d+s+*+r+m+i+n+ +n+*+*+*+*+*+e+b+*+*+*+ +*+l+q+ +f+o+*+*+*+*+*+r+a+*+*+z+o+l+r+e+p+q+a+*+*+*+*+*+c+ +c+*+*+*+*+*+i+*+*+*+*+e+e+b+*+d+ +e+*+*+*+*+e+p+e+z+*+*+*+*+ +d+*+o+r+f+ +*+*+*+*+l+ +m+*+*+p+*+*+p+c+s+ +e+*+*+z+*+*+*+*+*+o+m+ +f+o+*+*+*+*+*+r+ +p+c+*+*+*+*+*+z+p+n+e+q+*+*+*+*+*+u+ +y+*+*+r+e+o+*+c+b+*+*+*+*+*+c+e+*+l+q+d+*+ +*+*+*+p+q+a+r+a+*+*+*+*+*+i+ +(+ +c+r+e+*+*+*+*+*+l+p+*+*+l+ +p+a+*+*+*+*+n+e+u+a+*+*+*+e+e+ +e+y+n+ +*+*+ +p+o+*+*+*+*+*+p+*+*+b+*+*+*+*+*+*+*+d+e+*+*+p+ +r+z+a+s+d+m+.+)+*+*+m+I+ +*+*+*+*+e+*+*+*+*+e+p+*+*+*+f+a+ +y+*+*+*+*+e+p+*+*+*+l+c+l+p+ +*+*+*+a+l+ +e+*+*+*+*+*+*+*+*+ +z+z+s+ +t+a+*+*+*+w+*+*+*+*+e+b+ +*+*+*+*+a+*+t+s+z+c+ +*+*+t+n+s+*+*+*+*+e+*+t+s+d+ +*+*+*+*+*+e+s+ +p+*+*+*+p+n+*+*+*+*+ +r+e+*+*+*+w+p+e+b+*+*+*+*+e+*+ +1+ +n+e+*+*+*+*+*+l+d+n+s+ + +d+n+a+*+*+*+*+9+*+*+*+*+*+ +t+s+*+n+s+p+a+q+*+*+*+*+*+*+*+*+i+c+l+p+ +f+a+m+ +w+o+*+*+*+*+*+ +y+n+*+*+*+o+*+*+*+*+*+e+p+c+o+m+ +e+*+*+*+*+*+*+e+q+e+r+ +*+*+*+*+*+p+n+*+*+ +y+z+*+*+*+a+l+q+o+*+b+*+ +d+e+e+c+*+*+u+r+*+*+*+*+*+*+*+*+p+q+a+r+*+*+*+*+*+ +c+r+*+*+*+*+o+l+*+*+*+(+ +.+ +e+z+*+b+ +d+*+*+*+*+*+d+e+p+e+z+e+d+*+*+*+*+*+*+*+*+*+*+a+l+*+*+t+a+p+ +l+c+*+*+*+*+*+*+m+m+ +1+)+*+*+*+*+r+d+ +c+e+*+n+a+*+*+*+*+*+s+f+p+e+z+e+*+*+*+*+ +e+l+p+ +e+*+*+*+*+*+*+*+*+*+ +p+c+*+*+*+*+ +y+z+p+c+o+*+*+*+p+e+q+e+r+ +*+*+*+*+*+n+*+*+*+*+*+c+b+o+*+*+*+w+ +d+e+u+r+e+*+*+*+*+*+*+(+ +.+r+q+*+e+p+q+a+r+a+l+*+*+*+*+*+*+*+*+*+*+*+ +2+c+a+l+*+*+*+)+t+a+p+l+*+ +*+*+*+*+*+*+*+a+e+m+*+*+*+p+d+ +c+n+*+*+*+*+e+l+p+e+z+e+*+*+*+*+p+ +e+*+*+*+*+*+ +*+*+*+o+*+o+m+ +*+*+*+.+q+e+r+ +p+c+*+*+*+*+*+e+e+q+*+*+u+r+e+z+p+n+*+*+*+c+b+y+*+o+ +*+*+*+*+*+*+*+*+ +d+*+*+*+c+r+q+a+r+a+l+*+*+*+*+*+e+p+*+*+*+*+*
|
@@ -0,0 +1,17 @@
|
|
1
|
+
14
|
2
|
+
e -> h
|
3
|
+
p -> e
|
4
|
+
w -> p
|
5
|
+
y -> w
|
6
|
+
c -> y
|
7
|
+
n -> c
|
8
|
+
v -> b
|
9
|
+
z -> v
|
10
|
+
k -> z
|
11
|
+
t -> k
|
12
|
+
u -> t
|
13
|
+
f -> u
|
14
|
+
h -> n
|
15
|
+
b -> f
|
16
|
+
3789
|
17
|
+
+q+#1+n+s+#2+h+O+i+#1+*+*+g+r+ +h+p+ +u+ +p+v+s+#2+*+*+s+a+l+*+*+*+*+*+ +c+p+d+k+o+h+#3+p+b+l+#5+p+s+e+x+#2+*+*+u+i+r+f+n+b+v+t+#3+*+*+*+*+*+*+*+p+v+ +s+a+e+ +p+c+g+#2+r+f+s+i+a+p+m+*+*+*+g+x+i+#4+*+*+*+*+*+*+*+*+*+*+*+*+*+*+f+d+a+*+*+o+ +d+p+d+i+#1+*+*+x+#1+*+o+ +*+u+*+*+*+*+*+*+h+i+d+o+n+h+p+ +t+j+#2+*+*+*+*+*+g+t+t+f+n+#5+*+*+*+*+*+a+n+s+*+*+e+p+m+q+p+e+*+*+c+#2+*+*+u+ +m+#1+*+*+*+*+u+j+b+u+e+l+#5+*+ +m+ +d+n+#2+*+*+p+z+v+ +u+s+f+t+n+i+#3+*+*+*+*+*+#1+*+*+d+h+i+v+b+t+#3+*+*+f+l+n+p+o+m+o+#4+*+*+*+*+d+d+p+*+*+ +r+c+ +h+i+ +i+n+h+n+s+#5+*+*+*+*+*+f+o+*+*+*+*+*+i+d+o+n+p+t+c+j+#3+*+*+*+*+*+r+ +h+j+v+z+o+#4+*+g+*+*+w+l+f+r+l+g+e+#3+*+*+*+U+ +p+g+h+j+q+y+#5+*+.+s+p+f+#2+*+*+*+*+*+o+ +h+o+*+*+*+*+p+s+v+*+*+*+*+.+z+*+r+a+ +i+*+g+h+q+#1+*+*+*+*+w+ +*+*+p+t+#1+*+*+z+r+n+p+u+h+p+n+*+*+*+*+e+u+ +,+g+i+s+ +*+*+*+*+h+*+*+*+*+*+r+ +p+p+#1+*+*+*+*+*+o+ +c+l+h+p+k+#1+*+*+u+*+*+*+*+*+p+s+v+i+p+o+c+v+#5+*+*+*+*+*+p+ +e+n+ +d+p+p+z+q+#3+*+*+*+*+*+s+r+n+a+r+a+r+o+#2+*+*+*+*+p+u+*+*+*+*+*+h+f+#1+*+*+d+d+p+u+i+#2+*+*+v+ +o+u+ +*+*+*+*+*+p+l+b+s+b+f+p+*+e+s+ +a+b+a+s+j+#5+*+*+*+*+*+w+j+#3+*+*+*+*+*+f+T+ +*+*+a+n+ +p+f+e+s+ +o+*+*+*+*+*+e+ +p+l+b+b+*+*+*+*+*+u+*+*+*+*+*+r+a+e+c+x+g+e+#4+*+*+*+*+s+ +,+s+r+p+u+n+k+#1+*+*+*+*+r+e+#2+*+*+*+*+#1+a+u+p+q+i+c+#4+*+*+ +u+r+*+*+*+k+k+#2+u+i+y+*+*+o+ + +e+u+*+*+*+p+e+u+i+#1+*+*+*+*+*+e+s+a+#1+p+d+l+*+*+*+*+n+ +u+*+*+*+*+i+x+s+#4+s+u+a+*+u+ + +r+n+a+r+*+*+*+u+l+a+t+c+#4+*+p+k+f+b+g+k+#5+*+*+*+u+s+p+y+l+g+x+e+u+(+*+r+f+b+*+*+*+*+*+#4+*+*+*+*+*+ +o+*+*+*+x+l+ +p+e+*+*+*+*+#1+i+i+ +u+b+p+*+*+*+*+*+ +h+t+#1+*+f+p+e+u+ +*+*+*+*+g+#2+*+l+*+*+b+z+#2+*+d+ +)+u+o+y+r+e+r+#5+*+*+*+h+a+*+*+*+l+n+r+a+d+ +d+d+a+ +*+*+*+*+*+h+2+c+r+p+z+p+*+u+q+b+t+#4+*+*+*+*+ +v+q+#2+*+*+*+*+e+n+ +*+*+*+*+*+p+u+n+a+*+*+*+*+t+n+#4+e+r+*+z+j+g+l+b+#5+u+ +l+i+u+h+f+ +*+*+*+*+*+*+*+*+*+i+p+ +p+*+*+o+j+t+l+#4+*+ +a+h+ +d+h+*+*+*+i+#3+p+b+o+*+*+e+u+ +a+a+#2+*+*+*+*+*+l+*+*+p+e+u+T+ +.+u+s+*+*+*+*+*+d+h+p+e+g+x+i+m+w+#5+*+*+*+d+a+ +*+*+*+*+ +*+*+*+o+d+h+2+ +p+*+*+*+*+*+ +r+s+#2+*+*+t+r+v+a+j+#4+ +p+e+u+ +p+m+ +b+u+s+p+d+l+b+#1+*+*+*+*+*+o+ +j+n+p+a+f+#5+*+ +d+u+h+z+f+n+*+ +j+a+h+a+n+a+r+a+e+*+*+*+*+*+x+p+u+k+#1+*+*+l+j+p+o+#5+ +r+r+i+d+j+s+#5+*+*+*+*+ +d+*+*+*+d+h+x+j+k+o+o+n+z+r+#4+r+d+d+*+*+p+z+p+ +*+*+*+*+*+d+s+m+j+#5+#3+2+ +c+n+g+#2+*+*+*+*+*+l+p+h+r+m+v+o+k+a+#5+a+e+n+ +*+*+*+*+*+r+p+u+n+a+*+*+*+*+*+u+#5+*+*+l+j+i+g+#1+#4+*+*+h+u+ +i+z+f+d+w+j+#5+*+l+*+*+*+n+#1+p+ +p+e+a+c+g+j+i+#5+*+*+*+*+*+*+*+*+*+*+ +p+e+u+*+*+*+*+f+l+j+s+u+s+i+l+*+*+*+*+s+A+ +.+*+*+*+*+*+i+k+#4+*+*+*+*+*+u+v+#2+*+*+*+s+i+l+*+*+*+n+u+y+#1+*+r+ +o+ +j+h+i+#3+*+*+b+z+b+h+#3+*+*+*+p+*+*+z+r+p+s+v+c+l+p+*+u+h+*+*+*+*+o+ +*+r+z+q+p+e+#5+*+*+*+*+*+*+#1+*+o+s+u+r+d+*+a+e+n+ +e+x+o+v+#4+*+*+*+*+*+ +s+r+p+u+n+a+r+f+e+#3+*+*+*+*+*+*+*+*+#1+*+v+ +*+*+ +,+ +,+a+ +p+*+*+*+*+*+v+h+b+h+e+s+#5+*+*+*+ + +,+n+j+e+b+q+#4+*+*+*+e+l+u+p+b+ +p+ +,+d+*+*+*+*+,+*+*+*+r+p+e+y+ +g+ +,+j+#1+*+*+*+*+*+l+k+#2+*+q+o+c+r+m+#5+*+*+*+g+ +*+*+r+d+p+l+#4+#3+*+i+*+p+s+t+#1+*+n+ +p+e+u+ +*+*+*+*+*+p+r+ +u+m+f+q+w+m+#5+s+o+m+b+p+z+g+#4+*+*+*+*+*+*+*+*+*+h+*+o+b+y+p+h+ +l+u+*+*+ +d+h+s+c+*+ +p+s+v+o+ +*+*+*+*+*+b+a+ +r+ +d+p+z+r+*+*+*+*+*+p+n+a+i+p+c+k+r+a+e+n+o+q+#2+*+*+*+*+#4+*+*+u+c+g+l+h+g+v+#3+b+#4+*+*+*+*+*+ +d+h+*+*+*+*+*+i+*+*+2+y+ +p+s+e+ +a+#1+*+u+p+y+#2+*+*+t+n+#3+*+*+l+y+x+#4+*+*+*+*+p+ +.+r+p+u+u+n+o+ +h+s+o+m+g+#1+*+*+*+ +u+*+*+p+r+f+r+h+#3+*+*+p+n+p+j+#2+*+*+*+p+c+l+u+t+k+d+h+#4+*+*+*+#1+*+*+g+z+r+v+f+q+#2+*+p+s+o+#1+*+*+*+c+#1+*+g+a+n+ +d+p+d+d+o+j+#4+*+*+*+*+r+a+e+*+*+*+*+z+s+#4+*+#1+*+*+*+*+*+n+t+g+e+T+c+m+b+c+m+#5+*+*+s+#4+*+*+*+*+*+b+f+o+n+e+s+ +b+#1+*+*+*+e+s+#4+*+*+*+y+ +u+s+l+y+#1+*+i+l+ +d+p+*+*+*+*+*+*+*+*+*+*+ +p+v+ +d+l+f+o+n+z+#3+*+*+*+*+*+*+*+,+n+q+b+ +,+a+*+*+*+#2+*+*+i+p+ +o+u+x+#3+*+*+e+s+g+ +,+f+#1+*+*+*+#2+f+,+v+ +,+t+#1+*+*+*+*+,+d+ +a+c+v+a+#4+*+*+*+o+#3+.+b+ +*+*+*
|
@@ -0,0 +1,14 @@
|
|
1
|
+
11
|
2
|
+
g -> o
|
3
|
+
b -> g
|
4
|
+
x -> b
|
5
|
+
q -> x
|
6
|
+
k -> z
|
7
|
+
i -> k
|
8
|
+
w -> i
|
9
|
+
d -> w
|
10
|
+
p -> d
|
11
|
+
o -> q
|
12
|
+
z -> p
|
13
|
+
1885
|
14
|
+
e+n+%+w+g+l+C+b+%+*+*+*+*+u+t+a+r+*+*+*+*+*+t+a+u+h+z+#1+#2+*+*+*+w+h+g+*+x+T+g+!+s+n+g+l+#2+*+*+*+l+Y+x+ +a+p+v+q+n+q+ +s+n+#2+l+d+n+k+%+#5+*+*+*+u+n+e+e+h+ +r+u+*+*+n+n+u+#3+*+*+s+l+e+k+#1+*+*+a+h+ +z+p+l+m+v+#4+*+*+*+*+*+x+ +*+*+*+*+*+#5+*+w+y+o+c+i+n+#5+*+*+*+*+a+u+l+*+*+*+*+*+ +.+e+g+w+r+e+#4+*+*+*+z+s+s+#3+*+*+*+t+p+e+e+ +R+g+ +g+%+b+u+#2+*+*+*+*+r+a+B+ +s+j+q+z+#4+*+*+*+*+*+v+y+k+m+d+d+#5+a+ +t+s+a+h+ +n+*+*+*+*+*+m+#2+*+*+e+r+b+j+#1+*+*+*+t+ +p+e+*+*+*+*+i+t+x+x+#5+h+m+n+e+#4+*+*+e+m+*+*+*+*+C+y+S+w+d+ +*+*+*+h+t+*+*+ +*+*+c+z+t+g+e+g+n+*+a+b+p+j+u+e+p+%+#3+*+*+*+*+n+g+c+v+y+ +g+t+ +*+*+*+*+m+#3+*+*+*+*+*+%+z+c+ +%+#2+*+*+n+n+p+#3+*+*+*+e+t+h+ +r+e+c+a+*+*+e+%+*+*+*+*+G+n+a+i+l+*+*+ +s+o+s+#2+*+*+*+*+ +r+e+t+x+t+ +p+d+c+m+r+f+#5+*+*+*+v+s+k+r+ +e+h+z+u+#2+*+*+*+g+t+i+a+b+%+#4+#3+*+*+*+*+*+u+P+ +*+*+*+n+w+i+z+m+v+s+#2+*+*+*+*+*+a+%+#2+*+*+*+*+x+ +*+*+*+*+u+d+a+#3+s+s+a+ + +q+n+c+%+*+*+*+*+o+e+i+f+#1+*+*+a+%+#5+t+x+r+d+o+p+w+q+i+#3+*+f+v+b+#5+g+f+ +*+*+*+*+ +g+a+r+%+#3+d+e+i+n+ +a+ +p+b+l+#3+*+*+*+*+#1+*+*+*+ +x+e+%+*+*+*+l+t+*+*+*+*+.+n+a+l+z+*+*+*+*+*+*+*+g+l+a+e+p+z+a+m+r+h+*+*+t+s+h+w+e+f+m+r+v+#5+*+t+d+m+m+#5+*+*+*+*+l+p+s+v+x+ +s+*+*+*+l+%+#3+*+*+*+*+f+x+#4+r+v+n+m+ +e+ +s+ +,+*+*+g+h+t+*+*+*+*+e+f+u+#2+*+*+d+w+s+r+ +C+%+*+h+u+h+n+#3+*+*+*+t+b+s+x+m+o+z+j+#3+%+#1+*+*+*+*+s+v+b+z+l+d+l+h+y+b+%+#4+*+*+*+*+,+o+v+s+l+l+*+*+*+x+%+#1+*+b+b+n+w+r+ +y+f+q+p+#4+*+*+*+w+p+l+j+#2+b+t+b+l+p+o+p+f+ +%+#5+*+%+#5+*+*+*+*+*+h+t+*+*+*+l+z+b+o+l+#4+n+ +n+d+w+ +h+b+u+g+*+*+*+*+e+h+t+ +*+*+*+*+*+a+b+g+p+n+a+l+j+b+c+#3+*+*+*+*+f+x+t+,+m+l+z+ +y+ +B+g+ +e+.+%+*+*+*+n+w+r+p+g+a+r+#4+*+*+*+#5+*+*+%+*+*+*+*+*+a+r+v+r+l+ +c+a+*+*+i+ +g+t+ +e+*+*+*+*+*+o+l+%+#4+*+*+l+a+x+k+c+t+i+l+*+o+w+q+y+l+n+p+t+%+#5+ +e+h+t+ +s+#1+*+*+*+*+*+b+#5+*+*+t+y+p+%+#2+*+l+i+o+x+n+#4+*+*+*+#5+*+p+a+g+%+*+v+r+#3+*+*+*+*+w+#5+*+*+*+*+*+o+p+#5+*+*+*+*+%+t+*+*+h+!+n+i+b+v+#3+a+m+ +*+*+*+*+*+#1
|
@@ -0,0 +1,5 @@
|
|
1
|
+
Welcome to the resistance! Your help is greatly appreciated. Unfortunately,
|
2
|
+
Snoopy has once again been shot down by the Red Baron and your help is
|
3
|
+
needed. We are working desperately to determine his location and coordinate
|
4
|
+
an extraction plan. We need to rescue Snoopy before he falls into enemy
|
5
|
+
hands! Please keep communications open and be ready to move!
|