@cyrilverloop/codingame-configuration 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
 - package/config/easy/AMountainOfAMoleHill/config.json +1 -1
 - package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/code/CGCode.js +6 -0
 - package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/code/CGCode.php +7 -0
 - package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/config.json +33 -0
 - package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/01 - test 1.txt +1 -0
 - package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/02 - test 2.txt +1 -0
 - package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/03 - test 3.txt +1 -0
 - package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/04 - test 4.txt +1 -0
 - package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/05 - test 5.txt +1 -0
 - package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/01 - test 1.txt +11 -0
 - package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/02 - test 2.txt +11 -0
 - package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/03 - test 3.txt +11 -0
 - package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/04 - test 4.txt +11 -0
 - package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/05 - test 5.txt +11 -0
 - package/config/easy/Abcdefghijklmnopqrstuvwxyz/code/CGCode.js +9 -0
 - package/config/easy/Abcdefghijklmnopqrstuvwxyz/code/CGCode.php +11 -0
 - package/config/easy/Abcdefghijklmnopqrstuvwxyz/config.json +33 -0
 - package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/01 - test 1.txt +11 -0
 - package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/02 - test 2.txt +16 -0
 - package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/03 - test 3.txt +16 -0
 - package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/04 - test 4.txt +21 -0
 - package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/05 - test 5.txt +31 -0
 - package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/01 - test 1.txt +10 -0
 - package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/02 - test 2.txt +15 -0
 - package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/03 - test 3.txt +15 -0
 - package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/04 - test 4.txt +20 -0
 - package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/05 - test 5.txt +30 -0
 - package/config/easy/AddEmUp/config.json +1 -1
 - package/config/easy/Annihilation/config.json +1 -1
 - package/config/easy/AreTheClumpsNormal/config.json +1 -1
 - package/config/easy/ArtificialEmotionalIntelligence/config.json +1 -1
 - package/config/easy/Asteroids/config.json +1 -1
 - package/config/easy/AutoPickup/config.json +1 -1
 - package/config/easy/BalancedTernaryComputerEncode/config.json +1 -1
 - package/config/easy/BankRobbers/config.json +1 -1
 - package/config/easy/BenfordsLaw/config.json +1 -1
 - package/config/easy/BinaryImage/config.json +1 -1
 - package/config/easy/BlowingFuse/config.json +1 -1
 - package/config/easy/BodyWeightIsAGirlsSecret/config.json +1 -1
 - package/config/easy/BracketsExtremeEdition/config.json +3 -3
 - package/config/easy/BrickInTheWall/config.json +2 -2
 - package/config/easy/BulkEmailGenerator/config.json +1 -1
 - package/config/easy/Buzzle/config.json +1 -1
 - package/config/easy/ByTrainOrByCar/config.json +1 -1
 - package/config/easy/CaesarIsTheChief/config.json +1 -1
 - package/config/easy/Calculator/config.json +1 -1
 - package/config/easy/CardCountingwhenEasilyDistracted/code/CGCode.js +7 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/code/CGCode.php +8 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/config.json +133 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/01 - test 1.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/02 - test 2.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/03 - test 3.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/04 - test 4.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/05 - test 5.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/06 - test 6.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/07 - test 7.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/08 - test 8.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/09 - test 9.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/10 - test 10.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/11 - test 11.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/12 - test 12.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/13 - test 13 Not a chance.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/14 - test 14.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/15 - test 15.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/16 - test 16 For sure.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/17 - test 17.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/18 - test 18.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/19 - test 19.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/20 - test 20 Anything but 10.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/21 - test 21.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/22 - test 22.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/23 - test 23.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/24 - test 24.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/input/25 - test 25.txt +2 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/01 - test 1.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/02 - test 2.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/03 - test 3.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/04 - test 4.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/05 - test 5.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/06 - test 6.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/07 - test 7.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/08 - test 8.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/09 - test 9.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/10 - test 10.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/11 - test 11.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/12 - test 12.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/13 - test 13 Not a chance.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/14 - test 14.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/15 - test 15.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/16 - test 16 For sure.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/17 - test 17.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/18 - test 18.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/19 - test 19.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/20 - test 20 Anything but 10.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/21 - test 21.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/22 - test 22.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/23 - test 23.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/24 - test 24.txt +1 -0
 - package/config/easy/CardCountingwhenEasilyDistracted/output/25 - test 25.txt +1 -0
 - package/config/easy/ContainerTerminal/config.json +1 -1
 - package/config/easy/CosmicLove/config.json +1 -1
 - package/config/easy/CountAsICount/config.json +1 -1
 - package/config/easy/CountYourCoins/code/CGCode.js +15 -0
 - package/config/easy/CountYourCoins/code/CGCode.php +18 -0
 - package/config/easy/CountYourCoins/config.json +43 -0
 - package/config/easy/CountYourCoins/input/01 - Easy !.txt +4 -0
 - package/config/easy/CountYourCoins/input/02 - It/342/200/231s obviously way too much !.txt" +4 -0
 - package/config/easy/CountYourCoins/input/03 - It/342/200/231s way too much.. But less obvious.txt" +4 -0
 - package/config/easy/CountYourCoins/input/04 - Two coin types.txt +4 -0
 - package/config/easy/CountYourCoins/input/05 - That/342/200/231s hard to evaluate....txt" +4 -0
 - package/config/easy/CountYourCoins/input/06 - Why do I have so many different coins.txt +4 -0
 - package/config/easy/CountYourCoins/input/07 - How does this even fit in my pocket.txt +4 -0
 - package/config/easy/CountYourCoins/output/01 - Easy !.txt +1 -0
 - package/config/easy/CountYourCoins/output/02 - It/342/200/231s obviously way too much !.txt" +1 -0
 - package/config/easy/CountYourCoins/output/03 - It/342/200/231s way too much.. But less obvious.txt" +1 -0
 - package/config/easy/CountYourCoins/output/04 - Two coin types.txt +1 -0
 - package/config/easy/CountYourCoins/output/05 - That/342/200/231s hard to evaluate....txt" +1 -0
 - package/config/easy/CountYourCoins/output/06 - Why do I have so many different coins.txt +1 -0
 - package/config/easy/CountYourCoins/output/07 - How does this even fit in my pocket.txt +1 -0
 - package/config/easy/CreateTheLongestSequenceOf1s/config.json +1 -1
 - package/config/easy/CreateTurnHereSigns/code/CGCode.js +6 -0
 - package/config/easy/CreateTurnHereSigns/code/CGCode.php +7 -0
 - package/config/easy/CreateTurnHereSigns/config.json +73 -0
 - package/config/easy/CreateTurnHereSigns/input/01 - test 1.txt +1 -0
 - package/config/easy/CreateTurnHereSigns/input/02 - test 2.txt +1 -0
 - package/config/easy/CreateTurnHereSigns/input/03 - test 3.txt +1 -0
 - package/config/easy/CreateTurnHereSigns/input/04 - test 4.txt +1 -0
 - package/config/easy/CreateTurnHereSigns/input/05 - test 5.txt +1 -0
 - package/config/easy/CreateTurnHereSigns/input/06 - test 6.txt +1 -0
 - package/config/easy/CreateTurnHereSigns/input/07 - test 7.txt +1 -0
 - package/config/easy/CreateTurnHereSigns/input/08 - test 8.txt +1 -0
 - package/config/easy/CreateTurnHereSigns/input/09 - test 9.txt +1 -0
 - package/config/easy/CreateTurnHereSigns/input/10 - test 10.txt +1 -0
 - package/config/easy/CreateTurnHereSigns/input/11 - test 11.txt +1 -0
 - package/config/easy/CreateTurnHereSigns/input/12 - test 12.txt +1 -0
 - package/config/easy/CreateTurnHereSigns/input/13 - test 13.txt +1 -0
 - package/config/easy/CreateTurnHereSigns/output/01 - test 1.txt +9 -0
 - package/config/easy/CreateTurnHereSigns/output/02 - test 2.txt +11 -0
 - package/config/easy/CreateTurnHereSigns/output/03 - test 3.txt +13 -0
 - package/config/easy/CreateTurnHereSigns/output/04 - test 4.txt +7 -0
 - package/config/easy/CreateTurnHereSigns/output/05 - test 5.txt +19 -0
 - package/config/easy/CreateTurnHereSigns/output/06 - test 6.txt +27 -0
 - package/config/easy/CreateTurnHereSigns/output/07 - test 7.txt +21 -0
 - package/config/easy/CreateTurnHereSigns/output/08 - test 8.txt +11 -0
 - package/config/easy/CreateTurnHereSigns/output/09 - test 9.txt +17 -0
 - package/config/easy/CreateTurnHereSigns/output/10 - test 10.txt +5 -0
 - package/config/easy/CreateTurnHereSigns/output/11 - test 11.txt +7 -0
 - package/config/easy/CreateTurnHereSigns/output/12 - test 12.txt +5 -0
 - package/config/easy/CreateTurnHereSigns/output/13 - test 13.txt +7 -0
 - package/config/easy/CreditCardVerifier/config.json +1 -1
 - package/config/easy/CropCircles/config.json +1 -1
 - package/config/easy/CubicBezierCurves/config.json +1 -1
 - package/config/easy/Darts/config.json +1 -1
 - package/config/easy/DeadMensShot/config.json +1 -1
 - package/config/easy/DecodeTheMessage/config.json +1 -1
 - package/config/easy/DetectiveGeek/config.json +1 -1
 - package/config/easy/DieHandedness/config.json +1 -1
 - package/config/easy/DigitalScoreboard/code/CGCode.js +8 -0
 - package/config/easy/DigitalScoreboard/code/CGCode.php +10 -0
 - package/config/easy/DigitalScoreboard/config.json +48 -0
 - package/config/easy/DigitalScoreboard/input/01 - Addition Only - Test 1.txt +23 -0
 - package/config/easy/DigitalScoreboard/input/02 - Subtraction Only - Test 2.txt +23 -0
 - package/config/easy/DigitalScoreboard/input/03 - test 3.txt +23 -0
 - package/config/easy/DigitalScoreboard/input/04 - test 4.txt +23 -0
 - package/config/easy/DigitalScoreboard/input/05 - test 5.txt +23 -0
 - package/config/easy/DigitalScoreboard/input/06 - Nothing ever changes - Test 6.txt +23 -0
 - package/config/easy/DigitalScoreboard/input/07 - test 7.txt +23 -0
 - package/config/easy/DigitalScoreboard/input/08 - For Rafarafa - Test 8.txt +23 -0
 - package/config/easy/DigitalScoreboard/output/01 - Addition Only - Test 1.txt +1 -0
 - package/config/easy/DigitalScoreboard/output/02 - Subtraction Only - Test 2.txt +1 -0
 - package/config/easy/DigitalScoreboard/output/03 - test 3.txt +1 -0
 - package/config/easy/DigitalScoreboard/output/04 - test 4.txt +1 -0
 - package/config/easy/DigitalScoreboard/output/05 - test 5.txt +1 -0
 - package/config/easy/DigitalScoreboard/output/06 - Nothing ever changes - Test 6.txt +1 -0
 - package/config/easy/DigitalScoreboard/output/07 - test 7.txt +1 -0
 - package/config/easy/DigitalScoreboard/output/08 - For Rafarafa - Test 8.txt +1 -0
 - package/config/easy/DisorderedFirstContact/config.json +2 -2
 - package/config/easy/DistributingCandy/config.json +1 -1
 - package/config/easy/DolbearsLaw/config.json +1 -1
 - package/config/easy/DungeonsAndMaps/config.json +1 -1
 - package/config/easy/EncryptionDecryptionOfEnigmaMachine/config.json +1 -1
 - package/config/easy/EquivalentResistanceCircuitBuilding/config.json +1 -1
 - package/config/easy/EscapeTheMadness/code/CGCode.js +6 -0
 - package/config/easy/EscapeTheMadness/code/CGCode.php +7 -0
 - package/config/easy/EscapeTheMadness/config.json +58 -0
 - package/config/easy/EscapeTheMadness/input/01 - Only C-style trigraphs.txt +1 -0
 - package/config/easy/EscapeTheMadness/input/02 - C-style trigraphs with unsupported characters.txt +1 -0
 - package/config/easy/EscapeTheMadness/input/03 - Only backslash escape sequences.txt +1 -0
 - package/config/easy/EscapeTheMadness/input/04 - Combined trigraphs and backslash escape sequences.txt +1 -0
 - package/config/easy/EscapeTheMadness/input/05 - No double backslash escape sequence evaluation.txt +1 -0
 - package/config/easy/EscapeTheMadness/input/06 - Only HTML entities.txt +1 -0
 - package/config/easy/EscapeTheMadness/input/07 - Only known HTML entities.txt +1 -0
 - package/config/easy/EscapeTheMadness/input/08 - No double evaluation of HTML entities.txt +1 -0
 - package/config/easy/EscapeTheMadness/input/09 - HTML entities must be rendered after backslash escape sequences.txt +1 -0
 - package/config/easy/EscapeTheMadness/input/10 - All together now!.txt +1 -0
 - package/config/easy/EscapeTheMadness/output/01 - Only C-style trigraphs.txt +1 -0
 - package/config/easy/EscapeTheMadness/output/02 - C-style trigraphs with unsupported characters.txt +1 -0
 - package/config/easy/EscapeTheMadness/output/03 - Only backslash escape sequences.txt +1 -0
 - package/config/easy/EscapeTheMadness/output/04 - Combined trigraphs and backslash escape sequences.txt +1 -0
 - package/config/easy/EscapeTheMadness/output/05 - No double backslash escape sequence evaluation.txt +1 -0
 - package/config/easy/EscapeTheMadness/output/06 - Only HTML entities.txt +1 -0
 - package/config/easy/EscapeTheMadness/output/07 - Only known HTML entities.txt +1 -0
 - package/config/easy/EscapeTheMadness/output/08 - No double evaluation of HTML entities.txt +1 -0
 - package/config/easy/EscapeTheMadness/output/09 - HTML entities must be rendered after backslash escape sequences.txt +1 -0
 - package/config/easy/EscapeTheMadness/output/10 - All together now!.txt +1 -0
 - package/config/easy/EuclidsAlgorithm/code/CGCode.js +8 -0
 - package/config/easy/EuclidsAlgorithm/code/CGCode.php +7 -0
 - package/config/easy/EuclidsAlgorithm/config.json +28 -0
 - package/config/easy/EuclidsAlgorithm/input/01 - 25 3.txt +1 -0
 - package/config/easy/EuclidsAlgorithm/input/02 - 50 14.txt +1 -0
 - package/config/easy/EuclidsAlgorithm/input/03 - 115 47.txt +1 -0
 - package/config/easy/EuclidsAlgorithm/input/04 - 4857 147.txt +1 -0
 - package/config/easy/EuclidsAlgorithm/output/01 - 25 3.txt +3 -0
 - package/config/easy/EuclidsAlgorithm/output/02 - 50 14.txt +5 -0
 - package/config/easy/EuclidsAlgorithm/output/03 - 115 47.txt +5 -0
 - package/config/easy/EuclidsAlgorithm/output/04 - 4857 147.txt +4 -0
 - package/config/easy/ExtendedHammingCodes/config.json +1 -1
 - package/config/easy/FaroShuffle/config.json +1 -1
 - package/config/easy/FaxMachine/config.json +1 -1
 - package/config/easy/FeatureExtraction/config.json +1 -1
 - package/config/easy/FireControl/config.json +1 -1
 - package/config/easy/FlipTheSign/config.json +1 -1
 - package/config/easy/FoldingPaper/code/CGCode.js +7 -0
 - package/config/easy/FoldingPaper/code/CGCode.php +8 -0
 - package/config/easy/FoldingPaper/config.json +33 -0
 - package/config/easy/FoldingPaper/input/01 - 2 ply.txt +2 -0
 - package/config/easy/FoldingPaper/input/02 - 4 ply.txt +2 -0
 - package/config/easy/FoldingPaper/input/03 - 6 ply.txt +2 -0
 - package/config/easy/FoldingPaper/input/04 - 8 ply easy.txt +2 -0
 - package/config/easy/FoldingPaper/input/05 - 8 ply.txt +2 -0
 - package/config/easy/FoldingPaper/output/02 - 4 ply.txt +1 -0
 - package/config/easy/FoldingPaper/output/03 - 6 ply.txt +1 -0
 - package/config/easy/FoldingPaper/output/05 - 8 ply.txt +1 -0
 - package/config/easy/FrameThePicture/config.json +1 -1
 - package/config/easy/GDQBinaryCodedDecimalClock/code/CGCode.js +8 -0
 - package/config/easy/GDQBinaryCodedDecimalClock/code/CGCode.php +10 -0
 - package/config/easy/GDQBinaryCodedDecimalClock/config.json +28 -0
 - package/config/easy/GDQBinaryCodedDecimalClock/input/01 - Single Digits.txt +1 -0
 - package/config/easy/GDQBinaryCodedDecimalClock/input/02 - Double Digits.txt +1 -0
 - package/config/easy/GDQBinaryCodedDecimalClock/input/03 - Tunic - Any% Unrestricted (21 42).txt +1 -0
 - package/config/easy/GDQBinaryCodedDecimalClock/input/04 - Donkey Kong 64 - No Levels Early (02 04 09).txt +1 -0
 - package/config/easy/GDQBinaryCodedDecimalClock/output/01 - Single Digits.txt +4 -0
 - package/config/easy/GDQBinaryCodedDecimalClock/output/02 - Double Digits.txt +4 -0
 - package/config/easy/GDQBinaryCodedDecimalClock/output/03 - Tunic - Any% Unrestricted (21 42).txt +4 -0
 - package/config/easy/GDQBinaryCodedDecimalClock/output/04 - Donkey Kong 64 - No Levels Early (02 04 09).txt +4 -0
 - package/config/easy/GeneticsAndComputers/config.json +1 -1
 - package/config/easy/GhostLegs/config.json +1 -1
 - package/config/easy/GoldPacking/config.json +1 -1
 - package/config/easy/GraffitiOnTheFence/config.json +1 -1
 - package/config/easy/HappyNumbers/config.json +1 -1
 - package/config/easy/HelloWorld/config.json +1 -1
 - package/config/easy/HiddenMessagesInImages/config.json +1 -1
 - package/config/easy/HoochClash/config.json +1 -1
 - package/config/easy/HorseRacingHyperduals/config.json +1 -1
 - package/config/easy/HowTimeFlies/config.json +1 -1
 - package/config/easy/IPv6Shortener/config.json +1 -1
 - package/config/easy/ISBNCheckDigit/config.json +1 -1
 - package/config/easy/InStereo/config.json +1 -1
 - package/config/easy/IsThatAPossibleWord/config.json +1 -1
 - package/config/easy/IsTheKingInCheckPart1/config.json +1 -1
 - package/config/easy/JackSilverTheCasino/config.json +1 -1
 - package/config/easy/KangarooWords/code/CGCode.js +9 -0
 - package/config/easy/KangarooWords/code/CGCode.php +11 -0
 - package/config/easy/KangarooWords/config.json +48 -0
 - package/config/easy/KangarooWords/input/01 - Action.txt +2 -0
 - package/config/easy/KangarooWords/input/02 - Fire.txt +2 -0
 - package/config/easy/KangarooWords/input/03 - Not alone.txt +2 -0
 - package/config/easy/KangarooWords/input/04 - Example.txt +3 -0
 - package/config/easy/KangarooWords/input/05 - Screams.txt +3 -0
 - package/config/easy/KangarooWords/input/06 - Pointless.txt +6 -0
 - package/config/easy/KangarooWords/input/07 - CodingGame.txt +3 -0
 - package/config/easy/KangarooWords/input/08 - Pointless.txt +6 -0
 - package/config/easy/KangarooWords/output/01 - Action.txt +1 -0
 - package/config/easy/KangarooWords/output/02 - Fire.txt +1 -0
 - package/config/easy/KangarooWords/output/03 - Not alone.txt +2 -0
 - package/config/easy/KangarooWords/output/04 - Example.txt +2 -0
 - package/config/easy/KangarooWords/output/05 - Screams.txt +6 -0
 - package/config/easy/KangarooWords/output/06 - Pointless.txt +1 -0
 - package/config/easy/KangarooWords/output/07 - CodingGame.txt +2 -0
 - package/config/easy/KangarooWords/output/08 - Pointless.txt +1 -0
 - package/config/easy/KissTheGirls/config.json +1 -1
 - package/config/easy/LargestNumber/config.json +1 -1
 - package/config/easy/LogicGates/config.json +1 -1
 - package/config/easy/LogicallyReasonableInequalities/config.json +1 -1
 - package/config/easy/LongestCoast/code/CGCode.js +9 -0
 - package/config/easy/LongestCoast/code/CGCode.php +11 -0
 - package/config/easy/LongestCoast/config.json +43 -0
 - package/config/easy/LongestCoast/input/01 - Simple start.txt +4 -0
 - package/config/easy/LongestCoast/input/02 - Multiple islands.txt +7 -0
 - package/config/easy/LongestCoast/input/03 - Checkerboard.txt +6 -0
 - package/config/easy/LongestCoast/input/04 - Weird shaped island.txt +9 -0
 - package/config/easy/LongestCoast/input/05 - Linked islands.txt +11 -0
 - package/config/easy/LongestCoast/input/06 - No water.txt +9 -0
 - package/config/easy/LongestCoast/input/07 - Large Archipelago.txt +51 -0
 - package/config/easy/LongestCoast/output/01 - Simple start.txt +1 -0
 - package/config/easy/LongestCoast/output/02 - Multiple islands.txt +1 -0
 - package/config/easy/LongestCoast/output/03 - Checkerboard.txt +1 -0
 - package/config/easy/LongestCoast/output/04 - Weird shaped island.txt +1 -0
 - package/config/easy/LongestCoast/output/05 - Linked islands.txt +1 -0
 - package/config/easy/LongestCoast/output/06 - No water.txt +1 -0
 - package/config/easy/LongestCoast/output/07 - Large Archipelago.txt +1 -0
 - package/config/easy/LowResolutionWhatsTheShape/config.json +1 -1
 - package/config/easy/Lumen/config.json +1 -1
 - package/config/easy/MagicString/config.json +1 -1
 - package/config/easy/MarkovTextGeneration/config.json +1 -1
 - package/config/easy/MasterOfMayhem/config.json +1 -1
 - package/config/easy/MayTheTriforceBeWithYou/config.json +1 -1
 - package/config/{medium → easy}/MerlinsMagicSquare/config.json +2 -2
 - package/config/easy/MerlinsMagicSquare/output/23 - test 23.txt +1 -0
 - package/config/easy/MerlinsMagicSquare/output/24 - test 24.txt +1 -0
 - package/config/easy/MinesweeperLevelGenerator/config.json +1 -1
 - package/config/easy/MondayTuesdayHappyDays/config.json +1 -1
 - package/config/easy/MorelletsRandomLines/config.json +1 -1
 - package/config/easy/MountainMap/config.json +1 -1
 - package/config/easy/MountainMapConvergence/config.json +1 -1
 - package/config/easy/MovesInMaze/config.json +1 -1
 - package/config/easy/MurderInTheVillage/config.json +1 -1
 - package/config/easy/NATOAlphabetsOddUncles/code/CGCode.js +6 -0
 - package/config/easy/NATOAlphabetsOddUncles/code/CGCode.php +7 -0
 - package/config/easy/NATOAlphabetsOddUncles/config.json +83 -0
 - package/config/easy/NATOAlphabetsOddUncles/input/01 - Starting with oldest - Test 1.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/input/02 - Then next oldest - Test 2.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/input/03 - Almost current - Test 3.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/input/04 - Let/342/200/231s Regress - Test 4.txt" +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/input/05 - Rest are random - Test 5.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/input/06 - test 6.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/input/07 - test 7.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/input/08 - test 8.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/input/09 - test 9.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/input/10 - Charlie is here - Test 10.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/input/11 - Charlie is here too - Test 11.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/input/12 - Is it This Quebec or ... - Test 12.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/input/13 - ... or That Quebec - Test 13.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/input/14 - Which alphabet has both - Test 14.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/output/01 - Starting with oldest - Test 1.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/output/02 - Then next oldest - Test 2.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/output/03 - Almost current - Test 3.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/output/04 - Let/342/200/231s Regress - Test 4.txt" +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/output/05 - Rest are random - Test 5.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/output/06 - test 6.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/output/07 - test 7.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/output/08 - test 8.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/output/09 - test 9.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/output/10 - Charlie is here - Test 10.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/output/11 - Charlie is here too - Test 11.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/output/12 - Is it This Quebec or ... - Test 12.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/output/13 - ... or That Quebec - Test 13.txt +1 -0
 - package/config/easy/NATOAlphabetsOddUncles/output/14 - Which alphabet has both - Test 14.txt +1 -0
 - package/config/easy/NGRBasicRadar/config.json +1 -1
 - package/config/easy/NatureOfQuadrilaterals/config.json +1 -1
 - package/config/easy/NatureOfTriangles/config.json +1 -1
 - package/config/easy/NextCarLicensePlate/config.json +1 -1
 - package/config/easy/NextGrowingNumber/config.json +1 -1
 - package/config/easy/NicholasBreakspeareAndHughOfEvesham/config.json +1 -1
 - package/config/easy/NoMorePythonsPlease/config.json +1 -1
 - package/config/easy/NumberDerivation/config.json +1 -1
 - package/config/easy/ObjectInsertion/config.json +1 -1
 - package/config/easy/OffsetArrays/config.json +1 -1
 - package/config/easy/OneBillionDWorld/config.json +1 -1
 - package/config/easy/OneByOneByOneRubiksCubeMovements/config.json +1 -1
 - package/config/easy/OneDBushFire/config.json +1 -1
 - package/config/easy/OneDSpreadsheet/config.json +1 -1
 - package/config/easy/OrderOfSuccession/config.json +1 -1
 - package/config/easy/OrganicCompounds/config.json +1 -1
 - package/config/easy/ParkPilot/config.json +1 -1
 - package/config/easy/ParseSQLQueries/config.json +1 -1
 - package/config/easy/PersonalBest/config.json +1 -1
 - package/config/easy/PiratesTreasure/config.json +1 -1
 - package/config/easy/PrefixCode/config.json +1 -1
 - package/config/easy/ProbabilityForDummies/config.json +1 -1
 - package/config/easy/QueenControl/code/CGCode.js +9 -0
 - package/config/easy/QueenControl/code/CGCode.php +11 -0
 - package/config/easy/QueenControl/config.json +83 -0
 - package/config/easy/QueenControl/input/01 - Corner.txt +9 -0
 - package/config/easy/QueenControl/input/02 - Center.txt +9 -0
 - package/config/easy/QueenControl/input/03 - White ally down right.txt +9 -0
 - package/config/easy/QueenControl/input/04 - White ally up left.txt +9 -0
 - package/config/easy/QueenControl/input/05 - White ally diagonal.txt +9 -0
 - package/config/easy/QueenControl/input/06 - Black ally down right.txt +9 -0
 - package/config/easy/QueenControl/input/07 - Black ally up left.txt +9 -0
 - package/config/easy/QueenControl/input/08 - Black ally diagonal.txt +9 -0
 - package/config/easy/QueenControl/input/09 - Black enemy.txt +9 -0
 - package/config/easy/QueenControl/input/10 - White enemy.txt +9 -0
 - package/config/easy/QueenControl/input/11 - Surrounded by allies.txt +9 -0
 - package/config/easy/QueenControl/input/12 - Surrounded by enemies.txt +9 -0
 - package/config/easy/QueenControl/input/13 - Advanced test 1.txt +9 -0
 - package/config/easy/QueenControl/input/14 - Advanced test 2.txt +9 -0
 - package/config/easy/QueenControl/input/15 - Advanced test 3.txt +9 -0
 - package/config/easy/QueenControl/output/01 - Corner.txt +1 -0
 - package/config/easy/QueenControl/output/02 - Center.txt +1 -0
 - package/config/easy/QueenControl/output/03 - White ally down right.txt +1 -0
 - package/config/easy/QueenControl/output/04 - White ally up left.txt +1 -0
 - package/config/easy/QueenControl/output/05 - White ally diagonal.txt +1 -0
 - package/config/easy/QueenControl/output/06 - Black ally down right.txt +1 -0
 - package/config/easy/QueenControl/output/07 - Black ally up left.txt +1 -0
 - package/config/easy/QueenControl/output/08 - Black ally diagonal.txt +1 -0
 - package/config/easy/QueenControl/output/09 - Black enemy.txt +1 -0
 - package/config/easy/QueenControl/output/10 - White enemy.txt +1 -0
 - package/config/easy/QueenControl/output/11 - Surrounded by allies.txt +1 -0
 - package/config/easy/QueenControl/output/12 - Surrounded by enemies.txt +1 -0
 - package/config/easy/QueenControl/output/13 - Advanced test 1.txt +1 -0
 - package/config/easy/QueenControl/output/14 - Advanced test 2.txt +1 -0
 - package/config/easy/QueenControl/output/15 - Advanced test 3.txt +1 -0
 - package/config/easy/RandomWalk/config.json +1 -1
 - package/config/easy/RectanglePartition/config.json +1 -1
 - package/config/easy/RectangularBlockSpinner/config.json +1 -1
 - package/config/easy/RetainingWater/config.json +1 -1
 - package/config/easy/RetroTypewriterArt/config.json +1 -1
 - package/config/easy/ReverseFizzBuzz/config.json +1 -1
 - package/config/easy/ReverseMinesweeper/config.json +1 -1
 - package/config/easy/RobotReach/config.json +1 -1
 - package/config/easy/RobotShow/config.json +1 -1
 - package/config/easy/RockPaperScissorsLizardSpock/config.json +1 -1
 - package/config/easy/RooksMovements/config.json +1 -1
 - package/config/easy/RotatingArrows/config.json +1 -1
 - package/config/easy/RugbyScore/config.json +1 -1
 - package/config/easy/ScrabbleScore/code/CGCode.js +24 -0
 - package/config/easy/ScrabbleScore/code/CGCode.php +26 -0
 - package/config/easy/ScrabbleScore/config.json +78 -0
 - package/config/easy/ScrabbleScore/input/01 - Easy.txt +41 -0
 - package/config/easy/ScrabbleScore/input/02 - Double letter score.txt +41 -0
 - package/config/easy/ScrabbleScore/input/03 - Triple letter score.txt +41 -0
 - package/config/easy/ScrabbleScore/input/04 - Double word score.txt +41 -0
 - package/config/easy/ScrabbleScore/input/05 - Triple word score.txt +53 -0
 - package/config/easy/ScrabbleScore/input/06 - Multiple multiplicator.txt +49 -0
 - package/config/easy/ScrabbleScore/input/07 - Count the 2 words.txt +50 -0
 - package/config/easy/ScrabbleScore/input/08 - Special cell on 2 words.txt +74 -0
 - package/config/easy/ScrabbleScore/input/09 - Special cell on 2 words.txt +74 -0
 - package/config/easy/ScrabbleScore/input/10 - Combo.txt +74 -0
 - package/config/easy/ScrabbleScore/input/11 - Blank is important.txt +74 -0
 - package/config/easy/ScrabbleScore/input/12 - Multiple multiplicator 2.txt +73 -0
 - package/config/easy/ScrabbleScore/input/13 - First word.txt +74 -0
 - package/config/easy/ScrabbleScore/input/14 - First word.txt +49 -0
 - package/config/easy/ScrabbleScore/output/01 - Easy.txt +2 -0
 - package/config/easy/ScrabbleScore/output/02 - Double letter score.txt +2 -0
 - package/config/easy/ScrabbleScore/output/03 - Triple letter score.txt +2 -0
 - package/config/easy/ScrabbleScore/output/04 - Double word score.txt +2 -0
 - package/config/easy/ScrabbleScore/output/05 - Triple word score.txt +3 -0
 - package/config/easy/ScrabbleScore/output/06 - Multiple multiplicator.txt +2 -0
 - package/config/easy/ScrabbleScore/output/07 - Count the 2 words.txt +3 -0
 - package/config/easy/ScrabbleScore/output/08 - Special cell on 2 words.txt +3 -0
 - package/config/easy/ScrabbleScore/output/09 - Special cell on 2 words.txt +2 -0
 - package/config/easy/ScrabbleScore/output/10 - Combo.txt +5 -0
 - package/config/easy/ScrabbleScore/output/11 - Blank is important.txt +2 -0
 - package/config/easy/ScrabbleScore/output/12 - Multiple multiplicator 2.txt +3 -0
 - package/config/easy/ScrabbleScore/output/13 - First word.txt +3 -0
 - package/config/easy/ScrabbleScore/output/14 - First word.txt +7 -0
 - package/config/easy/SecondDegreePolynomialSimpleAnalysis/config.json +1 -1
 - package/config/easy/SelfDrivingCarTesting/config.json +1 -1
 - package/config/easy/SevenSegmentScanner/config.json +1 -1
 - package/config/easy/ShadowCasting/config.json +1 -1
 - package/config/easy/ShootEnemyAircraft/code/CGCode.js +10 -0
 - package/config/easy/ShootEnemyAircraft/code/CGCode.php +12 -0
 - package/config/easy/ShootEnemyAircraft/config.json +28 -0
 - package/config/easy/ShootEnemyAircraft/input/01 - One aircraft on each side.txt +7 -0
 - package/config/easy/ShootEnemyAircraft/input/02 - Three on the same side.txt +7 -0
 - package/config/easy/ShootEnemyAircraft/input/03 - Hold the line.txt +3 -0
 - package/config/easy/ShootEnemyAircraft/input/04 - Don/342/200/231t panic.txt" +11 -0
 - package/config/easy/ShootEnemyAircraft/output/01 - One aircraft on each side.txt +7 -0
 - package/config/easy/ShootEnemyAircraft/output/02 - Three on the same side.txt +6 -0
 - package/config/easy/ShootEnemyAircraft/output/03 - Hold the line.txt +29 -0
 - package/config/easy/ShootEnemyAircraft/output/04 - Don/342/200/231t panic.txt" +29 -0
 - package/config/easy/ShouldBakersBeFrugal/code/CGCode.js +8 -0
 - package/config/easy/ShouldBakersBeFrugal/code/CGCode.php +7 -0
 - package/config/easy/ShouldBakersBeFrugal/config.json +78 -0
 - package/config/easy/ShouldBakersBeFrugal/input/01 - Basic.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/input/02 - Another Basic.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/input/03 - What IS the benefit.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/input/04 - Not perfectly divisible.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/input/05 - Real Biscuits.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/input/06 - So wasteful.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/input/07 - Squeeze out the extras.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/input/08 - So many biscuits.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/input/09 - Who kneads that.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/input/10 - Them Biscuits are Big.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/input/11 - Big Payoff.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/input/12 - Now my hand hurts.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/input/13 - Micro World.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/input/14 - A gazillion micro-biscuits.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/output/01 - Basic.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/output/02 - Another Basic.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/output/03 - What IS the benefit.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/output/04 - Not perfectly divisible.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/output/05 - Real Biscuits.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/output/06 - So wasteful.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/output/07 - Squeeze out the extras.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/output/08 - So many biscuits.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/output/09 - Who kneads that.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/output/10 - Them Biscuits are Big.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/output/11 - Big Payoff.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/output/12 - Now my hand hurts.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/output/13 - Micro World.txt +1 -0
 - package/config/easy/ShouldBakersBeFrugal/output/14 - A gazillion micro-biscuits.txt +1 -0
 - package/config/easy/SimpleAIDuels/config.json +1 -1
 - package/config/easy/SimpleAutoScaling/config.json +1 -1
 - package/config/easy/SimpleAwale/config.json +1 -1
 - package/config/easy/SimpleLoadBalancing/config.json +1 -1
 - package/config/easy/SixDegreesOfKevinBacon/code/CGCode.js +10 -0
 - package/config/easy/SixDegreesOfKevinBacon/code/CGCode.php +12 -0
 - package/config/easy/SixDegreesOfKevinBacon/config.json +38 -0
 - package/config/easy/SixDegreesOfKevinBacon/input/01 - 2 Degrees of Kevin Bacon.txt +5 -0
 - package/config/easy/SixDegreesOfKevinBacon/input/02 - One Degree of Kevin Bacon.txt +5 -0
 - package/config/easy/SixDegreesOfKevinBacon/input/03 - 3 Degrees of Kevin Bacon.txt +7 -0
 - package/config/easy/SixDegreesOfKevinBacon/input/04 - Kevin Bacon Himself!.txt +6 -0
 - package/config/easy/SixDegreesOfKevinBacon/input/05 - Going big!.txt +12 -0
 - package/config/easy/SixDegreesOfKevinBacon/input/06 - The Biggest.txt +42 -0
 - package/config/easy/SixDegreesOfKevinBacon/output/01 - 2 Degrees of Kevin Bacon.txt +1 -0
 - package/config/easy/SixDegreesOfKevinBacon/output/02 - One Degree of Kevin Bacon.txt +1 -0
 - package/config/easy/SixDegreesOfKevinBacon/output/03 - 3 Degrees of Kevin Bacon.txt +1 -0
 - package/config/easy/SixDegreesOfKevinBacon/output/04 - Kevin Bacon Himself!.txt +1 -0
 - package/config/easy/SixDegreesOfKevinBacon/output/05 - Going big!.txt +1 -0
 - package/config/easy/SixDegreesOfKevinBacon/output/06 - The Biggest.txt +1 -0
 - package/config/easy/Smooth/config.json +1 -1
 - package/config/easy/SnailRun/config.json +1 -1
 - package/config/easy/SomeonesActingSus/config.json +1 -1
 - package/config/easy/SquareSpiralForAlienContact/code/CGCode.js +6 -0
 - package/config/easy/SquareSpiralForAlienContact/code/CGCode.php +7 -0
 - package/config/easy/SquareSpiralForAlienContact/config.json +128 -0
 - package/config/easy/SquareSpiralForAlienContact/input/01 - Test 1 = letter+ and #same, cw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/02 - Test 2 = letter+ and #same, ccw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/03 - Test 3 = letter++ and #same, cw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/04 - Test 4 = letter++ and #same, ccw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/05 - Test 5 = letter+ and #+, cw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/06 - Test 6 = letter+ and #+, ccw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/07 - Test 7 = letter+ and #++, cw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/08 - Test 8 = letter+ and #++, ccw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/09 - Test 9 = letter++ and #+, cw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/10 - Test 10 = letter++ and #+, ccw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/11 - Test 11 = letter++ and #++, cw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/12 - Test 12 = letter++ and #++, ccw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/13 - Test 13 = letter- and #+, cw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/14 - Test 14 = letter- and #+, ccw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/15 - Test 15 = letter-- and #++, cw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/16 - Test 16 = letter-- and #++, ccw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/17 - Test 17 = letter+ and #-, cw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/18 - Test 18 = letter+ and #-, ccw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/19 - Test 19 = letter-- and #--, cw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/20 - Test 20 = letter-- and #--, ccw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/21 - Test 21 = whoa, that/342/200/231s not enough material, cw.txt" +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/22 - Test 22 - whoa, that's not enough material, ccw.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/23 - Test 23 = oversized.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/input/24 - Test 24 = very oversized.txt +1 -0
 - package/config/easy/SquareSpiralForAlienContact/output/01 - Test 1 = letter+ and #same, cw.txt +9 -0
 - package/config/easy/SquareSpiralForAlienContact/output/02 - Test 2 = letter+ and #same, ccw.txt +11 -0
 - package/config/easy/SquareSpiralForAlienContact/output/03 - Test 3 = letter++ and #same, cw.txt +19 -0
 - package/config/easy/SquareSpiralForAlienContact/output/04 - Test 4 = letter++ and #same, ccw.txt +9 -0
 - package/config/easy/SquareSpiralForAlienContact/output/05 - Test 5 = letter+ and #+, cw.txt +19 -0
 - package/config/easy/SquareSpiralForAlienContact/output/06 - Test 6 = letter+ and #+, ccw.txt +15 -0
 - package/config/easy/SquareSpiralForAlienContact/output/07 - Test 7 = letter+ and #++, cw.txt +15 -0
 - package/config/easy/SquareSpiralForAlienContact/output/08 - Test 8 = letter+ and #++, ccw.txt +11 -0
 - package/config/easy/SquareSpiralForAlienContact/output/09 - Test 9 = letter++ and #+, cw.txt +9 -0
 - package/config/easy/SquareSpiralForAlienContact/output/10 - Test 10 = letter++ and #+, ccw.txt +25 -0
 - package/config/easy/SquareSpiralForAlienContact/output/11 - Test 11 = letter++ and #++, cw.txt +7 -0
 - package/config/easy/SquareSpiralForAlienContact/output/12 - Test 12 = letter++ and #++, ccw.txt +21 -0
 - package/config/easy/SquareSpiralForAlienContact/output/13 - Test 13 = letter- and #+, cw.txt +21 -0
 - package/config/easy/SquareSpiralForAlienContact/output/14 - Test 14 = letter- and #+, ccw.txt +25 -0
 - package/config/easy/SquareSpiralForAlienContact/output/15 - Test 15 = letter-- and #++, cw.txt +19 -0
 - package/config/easy/SquareSpiralForAlienContact/output/16 - Test 16 = letter-- and #++, ccw.txt +11 -0
 - package/config/easy/SquareSpiralForAlienContact/output/17 - Test 17 = letter+ and #-, cw.txt +17 -0
 - package/config/easy/SquareSpiralForAlienContact/output/18 - Test 18 = letter+ and #-, ccw.txt +21 -0
 - package/config/easy/SquareSpiralForAlienContact/output/19 - Test 19 = letter-- and #--, cw.txt +5 -0
 - package/config/easy/SquareSpiralForAlienContact/output/20 - Test 20 = letter-- and #--, ccw.txt +29 -0
 - package/config/easy/SquareSpiralForAlienContact/output/21 - Test 21 = whoa, that/342/200/231s not enough material, cw.txt" +29 -0
 - package/config/easy/SquareSpiralForAlienContact/output/22 - Test 22 - whoa, that's not enough material, ccw.txt +25 -0
 - package/config/easy/SquareSpiralForAlienContact/output/23 - Test 23 = oversized.txt +31 -0
 - package/config/easy/SquareSpiralForAlienContact/output/24 - Test 24 = very oversized.txt +31 -0
 - package/config/easy/StallTilt/config.json +1 -1
 - package/config/easy/SubstitutionEncoding/config.json +1 -1
 - package/config/easy/SudokuValidator/config.json +1 -1
 - package/config/easy/SumOfSpiralsDiagonals/config.json +1 -1
 - package/config/easy/SurveyPrediction/config.json +4 -4
 - package/config/easy/SweetSpot/config.json +1 -1
 - package/config/easy/TableOfContents/code/CGCode.js +10 -0
 - package/config/easy/TableOfContents/code/CGCode.php +12 -0
 - package/config/easy/TableOfContents/config.json +28 -0
 - package/config/easy/TableOfContents/input/01 - Test.txt +7 -0
 - package/config/easy/TableOfContents/input/02 - Numbers.txt +12 -0
 - package/config/easy/TableOfContents/input/03 - Hell of subsections.txt +20 -0
 - package/config/easy/TableOfContents/input/04 - World book.txt +15 -0
 - package/config/easy/TableOfContents/output/01 - Test.txt +5 -0
 - package/config/easy/TableOfContents/output/02 - Numbers.txt +10 -0
 - package/config/easy/TableOfContents/output/03 - Hell of subsections.txt +18 -0
 - package/config/easy/TableOfContents/output/04 - World book.txt +13 -0
 - package/config/easy/TedsCompiler/config.json +1 -1
 - package/config/easy/TenPinBowlingScores/config.json +2 -2
 - package/config/easy/TextFormatting/config.json +1 -1
 - package/config/easy/TheBrokenEditor/config.json +1 -1
 - package/config/easy/TheDart101/config.json +1 -1
 - package/config/easy/TheElectricianApprentice/config.json +1 -1
 - package/config/easy/TheLogoBeyondCppAndCs/code/CGCode.js +11 -0
 - package/config/easy/TheLogoBeyondCppAndCs/code/CGCode.php +13 -0
 - package/config/easy/TheLogoBeyondCppAndCs/config.json +123 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/01 - C Sharp Plus Test 1.txt +5 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/02 - C Venn Test 2.txt +6 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/03 - C Plus Plus and Plus Test 3.txt +6 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/04 - C-hi Test 4.txt +6 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/05 - C Climb Test 5.txt +6 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/06 - C-Cliff Test 6.txt +6 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/07 - C-X Test 7.txt +6 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/08 - Tic Tac C Test 8.txt +6 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/09 - C-Check Test 9.txt +7 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/10 - C-Checkers Test 10.txt +7 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/11 - C Sharp Sharp Test 11.txt +5 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/12 - C Sharp Plus Sharp Test 12.txt +6 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/13 - C Pyramid Test 13.txt +6 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/14 - Greater Than C Test 14.txt +8 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/15 - Giant C Test 15.txt +4 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/16 - One Thick C Test 16.txt +4 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/17 - C-U Test 17.txt +8 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/18 - You can C forever Test 18.txt +23 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/19 - I C U Test 19.txt +14 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/20 - C-Nake (Snake) Test 20.txt +14 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/21 - C-Legs Test 21.txt +7 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/22 - C You Tuesday Test 22.txt +8 -0
 - package/config/easy/TheLogoBeyondCppAndCs/input/23 - C-Man Test 23.txt +7 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/01 - C Sharp Plus Test 1.txt +26 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/02 - C Venn Test 2.txt +33 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/03 - C Plus Plus and Plus Test 3.txt +36 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/04 - C-hi Test 4.txt +27 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/05 - C Climb Test 5.txt +39 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/06 - C-Cliff Test 6.txt +30 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/07 - C-X Test 7.txt +21 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/08 - Tic Tac C Test 8.txt +30 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/09 - C-Check Test 9.txt +32 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/10 - C-Checkers Test 10.txt +36 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/11 - C Sharp Sharp Test 11.txt +18 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/12 - C Sharp Plus Sharp Test 12.txt +27 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/13 - C Pyramid Test 13.txt +24 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/14 - Greater Than C Test 14.txt +50 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/15 - Giant C Test 15.txt +31 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/16 - One Thick C Test 16.txt +30 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/17 - C-U Test 17.txt +35 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/18 - You can C forever Test 18.txt +140 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/19 - I C U Test 19.txt +15 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/20 - C-Nake (Snake) Test 20.txt +77 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/21 - C-Legs Test 21.txt +28 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/22 - C You Tuesday Test 22.txt +40 -0
 - package/config/easy/TheLogoBeyondCppAndCs/output/23 - C-Man Test 23.txt +28 -0
 - package/config/easy/TheMichelangeloCode/config.json +1 -1
 - package/config/easy/TheMysticRectangle/config.json +1 -1
 - package/config/easy/TheRiverI/config.json +1 -1
 - package/config/easy/TheRiverII/config.json +1 -1
 - package/config/easy/TheTravellingSalesmanProblem/config.json +1 -1
 - package/config/easy/TicTacToe/config.json +1 -1
 - package/config/easy/TileAFloor/code/CGCode.js +9 -0
 - package/config/easy/TileAFloor/code/CGCode.php +11 -0
 - package/config/easy/TileAFloor/config.json +133 -0
 - package/config/easy/TileAFloor/input/01 - No special mirrors Test 1.txt +4 -0
 - package/config/easy/TileAFloor/input/02 - WM Test 2.txt +5 -0
 - package/config/easy/TileAFloor/input/03 - test 3.txt +5 -0
 - package/config/easy/TileAFloor/input/04 - Diags Test 4.txt +6 -0
 - package/config/easy/TileAFloor/input/05 - nu and ][ Test 5.txt +4 -0
 - package/config/easy/TileAFloor/input/06 - AV and slashes Test 6.txt +5 -0
 - package/config/easy/TileAFloor/input/07 - (()) and slashes Test 7.txt +5 -0
 - package/config/easy/TileAFloor/input/08 - Everything Test 8.txt +7 -0
 - package/config/easy/TileAFloor/input/09 - test 9.txt +6 -0
 - package/config/easy/TileAFloor/input/10 - test 10.txt +8 -0
 - package/config/easy/TileAFloor/input/11 - test 11.txt +7 -0
 - package/config/easy/TileAFloor/input/12 - test 12.txt +7 -0
 - package/config/easy/TileAFloor/input/13 - test 13.txt +7 -0
 - package/config/easy/TileAFloor/input/14 - test 14.txt +8 -0
 - package/config/easy/TileAFloor/input/15 - test 15.txt +6 -0
 - package/config/easy/TileAFloor/input/16 - test 16.txt +7 -0
 - package/config/easy/TileAFloor/input/17 - test 17.txt +5 -0
 - package/config/easy/TileAFloor/input/18 - test 18.txt +6 -0
 - package/config/easy/TileAFloor/input/19 - test 19.txt +6 -0
 - package/config/easy/TileAFloor/input/20 - test 20.txt +4 -0
 - package/config/easy/TileAFloor/input/21 - test 21.txt +8 -0
 - package/config/easy/TileAFloor/input/22 - test 22.txt +4 -0
 - package/config/easy/TileAFloor/input/23 - test 23.txt +6 -0
 - package/config/easy/TileAFloor/input/24 - test 24.txt +5 -0
 - package/config/easy/TileAFloor/input/25 - test 25.txt +5 -0
 - package/config/easy/TileAFloor/output/01 - No special mirrors Test 1.txt +13 -0
 - package/config/easy/TileAFloor/output/02 - WM Test 2.txt +17 -0
 - package/config/easy/TileAFloor/output/03 - test 3.txt +17 -0
 - package/config/easy/TileAFloor/output/04 - Diags Test 4.txt +21 -0
 - package/config/easy/TileAFloor/output/05 - nu and ][ Test 5.txt +13 -0
 - package/config/easy/TileAFloor/output/06 - AV and slashes Test 6.txt +17 -0
 - package/config/easy/TileAFloor/output/07 - (()) and slashes Test 7.txt +17 -0
 - package/config/easy/TileAFloor/output/08 - Everything Test 8.txt +25 -0
 - package/config/easy/TileAFloor/output/09 - test 9.txt +21 -0
 - package/config/easy/TileAFloor/output/10 - test 10.txt +29 -0
 - package/config/easy/TileAFloor/output/11 - test 11.txt +25 -0
 - package/config/easy/TileAFloor/output/12 - test 12.txt +25 -0
 - package/config/easy/TileAFloor/output/13 - test 13.txt +25 -0
 - package/config/easy/TileAFloor/output/14 - test 14.txt +29 -0
 - package/config/easy/TileAFloor/output/15 - test 15.txt +21 -0
 - package/config/easy/TileAFloor/output/16 - test 16.txt +25 -0
 - package/config/easy/TileAFloor/output/17 - test 17.txt +17 -0
 - package/config/easy/TileAFloor/output/18 - test 18.txt +21 -0
 - package/config/easy/TileAFloor/output/19 - test 19.txt +21 -0
 - package/config/easy/TileAFloor/output/20 - test 20.txt +13 -0
 - package/config/easy/TileAFloor/output/21 - test 21.txt +29 -0
 - package/config/easy/TileAFloor/output/22 - test 22.txt +13 -0
 - package/config/easy/TileAFloor/output/23 - test 23.txt +21 -0
 - package/config/easy/TileAFloor/output/24 - test 24.txt +17 -0
 - package/config/easy/TileAFloor/output/25 - test 25.txt +17 -0
 - package/config/easy/TreasureHunt/config.json +1 -1
 - package/config/easy/TreePaths/config.json +1 -1
 - package/config/easy/TriangleToggle/code/CGCode.js +19 -0
 - package/config/easy/TriangleToggle/code/CGCode.php +13 -0
 - package/config/easy/TriangleToggle/config.json +68 -0
 - package/config/easy/TriangleToggle/input/01 - one right.txt +4 -0
 - package/config/easy/TriangleToggle/input/02 - one isosceles.txt +4 -0
 - package/config/easy/TriangleToggle/input/03 - two triangles, sailboat.txt +5 -0
 - package/config/easy/TriangleToggle/input/04 - condensed.txt +7 -0
 - package/config/easy/TriangleToggle/input/05 - overlap (tree).txt +6 -0
 - package/config/easy/TriangleToggle/input/06 - overlap expanded star of david.txt +5 -0
 - package/config/easy/TriangleToggle/input/07 - overlap condensed star of david.txt +5 -0
 - package/config/easy/TriangleToggle/input/08 - triangles inside of triangles.txt +9 -0
 - package/config/easy/TriangleToggle/input/09 - yoga, partial triangles.txt +7 -0
 - package/config/easy/TriangleToggle/input/10 - tesla truck, partial triangles.txt +6 -0
 - package/config/easy/TriangleToggle/input/11 - misc.txt +8 -0
 - package/config/easy/TriangleToggle/input/12 - overflowing everywhere.txt +5 -0
 - package/config/easy/TriangleToggle/output/01 - one right.txt +12 -0
 - package/config/easy/TriangleToggle/output/02 - one isosceles.txt +12 -0
 - package/config/easy/TriangleToggle/output/03 - two triangles, sailboat.txt +20 -0
 - package/config/easy/TriangleToggle/output/04 - condensed.txt +17 -0
 - package/config/easy/TriangleToggle/output/05 - overlap (tree).txt +17 -0
 - package/config/easy/TriangleToggle/output/07 - overlap condensed star of david.txt +22 -0
 - package/config/easy/TriangleToggle/output/08 - triangles inside of triangles.txt +20 -0
 - package/config/easy/TriangleToggle/output/09 - yoga, partial triangles.txt +19 -0
 - package/config/easy/TriangleToggle/output/10 - tesla truck, partial triangles.txt +9 -0
 - package/config/easy/TriangleToggle/output/11 - misc.txt +19 -0
 - package/config/easy/TriangleToggle/output/12 - overflowing everywhere.txt +29 -0
 - package/config/easy/TrickyNumberVerifier/config.json +1 -1
 - package/config/easy/UniquePrefixes/config.json +1 -1
 - package/config/easy/UnitFractions/config.json +1 -1
 - package/config/easy/VanEcksSequence/config.json +1 -1
 - package/config/easy/VideoComments/code/CGCode.js +9 -0
 - package/config/easy/VideoComments/code/CGCode.php +11 -0
 - package/config/easy/VideoComments/config.json +38 -0
 - package/config/easy/VideoComments/input/01 - Time example.txt +4 -0
 - package/config/easy/VideoComments/input/02 - Likes count.txt +4 -0
 - package/config/easy/VideoComments/input/03 - Tie - Followed.txt +6 -0
 - package/config/easy/VideoComments/input/04 - Pinned - All priorities.txt +4 -0
 - package/config/easy/VideoComments/input/05 - Replies.txt +8 -0
 - package/config/easy/VideoComments/input/06 - Followed in replies.txt +8 -0
 - package/config/easy/VideoComments/output/01 - Time example.txt +3 -0
 - package/config/easy/VideoComments/output/02 - Likes count.txt +3 -0
 - package/config/easy/VideoComments/output/03 - Tie - Followed.txt +5 -0
 - package/config/easy/VideoComments/output/04 - Pinned - All priorities.txt +3 -0
 - package/config/easy/VideoComments/output/05 - Replies.txt +7 -0
 - package/config/easy/VideoComments/output/06 - Followed in replies.txt +7 -0
 - package/config/easy/WalkOnADie/config.json +1 -1
 - package/config/easy/WhatsSoComplexAboutMandelbrot/config.json +1 -1
 - package/config/easy/WhereAmIGoing/code/CGCode.js +10 -0
 - package/config/easy/WhereAmIGoing/code/CGCode.php +12 -0
 - package/config/easy/WhereAmIGoing/config.json +28 -0
 - package/config/easy/WhereAmIGoing/input/01 - Example.txt +3 -0
 - package/config/easy/WhereAmIGoing/input/02 - Simple.txt +5 -0
 - package/config/easy/WhereAmIGoing/input/03 - Spiral.txt +12 -0
 - package/config/easy/WhereAmIGoing/input/04 - Hard.txt +17 -0
 - package/config/easy/WhereAmIGoing/output/01 - Example.txt +1 -0
 - package/config/easy/WhereAmIGoing/output/02 - Simple.txt +1 -0
 - package/config/easy/WhereAmIGoing/output/03 - Spiral.txt +1 -0
 - package/config/easy/WhereAmIGoing/output/04 - Hard.txt +1 -0
 - package/config/easy/WheresWally/config.json +1 -1
 - package/config/easy/WordSearchForProgrammers/code/CGCode.js +10 -0
 - package/config/easy/WordSearchForProgrammers/code/CGCode.php +12 -0
 - package/config/easy/WordSearchForProgrammers/config.json +38 -0
 - package/config/easy/WordSearchForProgrammers/input/01 - The Simpsons (Test 1).txt +12 -0
 - package/config/easy/WordSearchForProgrammers/input/02 - Famous Animals (Test 2).txt +17 -0
 - package/config/easy/WordSearchForProgrammers/input/03 - US Presidents (Test 3).txt +17 -0
 - package/config/easy/WordSearchForProgrammers/input/04 - Populous Countries (Test 4).txt +17 -0
 - package/config/easy/WordSearchForProgrammers/input/05 - Many people with one name (Test 5).txt +17 -0
 - package/config/easy/WordSearchForProgrammers/input/06 - Older Countries Median age over 40 (Test 6).txt +32 -0
 - package/config/easy/WordSearchForProgrammers/output/01 - The Simpsons (Test 1).txt +10 -0
 - package/config/easy/WordSearchForProgrammers/output/02 - Famous Animals (Test 2).txt +15 -0
 - package/config/easy/WordSearchForProgrammers/output/03 - US Presidents (Test 3).txt +15 -0
 - package/config/easy/WordSearchForProgrammers/output/04 - Populous Countries (Test 4).txt +15 -0
 - package/config/easy/WordSearchForProgrammers/output/05 - Many people with one name (Test 5).txt +15 -0
 - package/config/easy/WordSearchForProgrammers/output/06 - Older Countries Median age over 40 (Test 6).txt +30 -0
 - package/config/easy/XMLMDF2016/config.json +1 -1
 - package/config/easy/YouAreTheFatherMauryPovichStyle/code/CGCode.js +11 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/code/CGCode.php +13 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/config.json +53 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/input/01 - test 1.txt +8 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/input/02 - test 2.txt +6 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/input/03 - test 3.txt +8 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/input/04 - test 4.txt +7 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/input/05 - test 5.txt +9 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/input/06 - That was close.txt +11 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/input/07 - so close for so many.txt +7 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/input/08 - - everything from Mother in some pairs.txt +10 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/input/09 - they/342/200/231re all 95%+ matches.txt" +11 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/output/01 - test 1.txt +1 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/output/02 - test 2.txt +1 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/output/03 - test 3.txt +1 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/output/04 - test 4.txt +1 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/output/05 - test 5.txt +1 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/output/06 - That was close.txt +1 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/output/07 - so close for so many.txt +1 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/output/08 - - everything from Mother in some pairs.txt +1 -0
 - package/config/easy/YouAreTheFatherMauryPovichStyle/output/09 - they/342/200/231re all 95%+ matches.txt" +1 -0
 - package/config/easy/ZeckendorfRepresentationPartI/code/CGCode.js +6 -0
 - package/config/easy/ZeckendorfRepresentationPartI/code/CGCode.php +7 -0
 - package/config/easy/ZeckendorfRepresentationPartI/config.json +28 -0
 - package/config/easy/ZeckendorfRepresentationPartI/input/01 - test 1.txt +1 -0
 - package/config/easy/ZeckendorfRepresentationPartI/input/02 - test 2.txt +1 -0
 - package/config/easy/ZeckendorfRepresentationPartI/input/03 - test 3.txt +1 -0
 - package/config/easy/ZeckendorfRepresentationPartI/input/04 - test 4.txt +1 -0
 - package/config/easy/ZeckendorfRepresentationPartI/output/01 - test 1.txt +1 -0
 - package/config/easy/ZeckendorfRepresentationPartI/output/02 - test 2.txt +1 -0
 - package/config/easy/ZeckendorfRepresentationPartI/output/03 - test 3.txt +1 -0
 - package/config/easy/ZeckendorfRepresentationPartI/output/04 - test 4.txt +1 -0
 - package/config/easy/ZhiweiSunSquares/config.json +1 -1
 - package/config/hard/Surface/config.json +1 -1
 - package/config/medium/ACoinGuessingGame/config.json +1 -1
 - package/config/medium/ASCIIArtGlassStacking/config.json +1 -1
 - package/config/medium/AStarExercise/config.json +1 -1
 - package/config/medium/AdvancedTree/config.json +1 -1
 - package/config/medium/AllOperationsAreEqual/config.json +1 -1
 - package/config/medium/Anagrams/config.json +1 -1
 - package/config/medium/AncestorsAndDescendants/config.json +1 -1
 - package/config/medium/AsciiGraph/config.json +1 -1
 - package/config/medium/BarcodeScanner/config.json +1 -1
 - package/config/medium/BattleTower/config.json +1 -1
 - package/config/medium/Battleship/config.json +1 -1
 - package/config/medium/BijectiveNumeration/config.json +1 -1
 - package/config/medium/BinarySearchTreeTraversal/config.json +1 -1
 - package/config/medium/Bingo/config.json +2 -2
 - package/config/medium/BitCountToLimit/config.json +1 -1
 - package/config/medium/BloodTypes/config.json +1 -1
 - package/config/medium/BouncingBarry/config.json +1 -1
 - package/config/medium/BoxOfCigars/config.json +1 -1
 - package/config/medium/BracketsEnhancedEdition/config.json +1 -1
 - package/config/medium/BracketsExtendedEdition/config.json +1 -1
 - package/config/medium/BracketsUltimateEdition/config.json +1 -1
 - package/config/medium/BruceLee/config.json +1 -1
 - package/config/medium/BulgarianSolitaire/config.json +1 -1
 - package/config/medium/BullsAndCows/config.json +1 -1
 - package/config/medium/BustSpeedingVehicles/config.json +1 -1
 - package/config/medium/BytePairEncoding/config.json +1 -1
 - package/config/medium/CGFungeInterpreter/config.json +1 -1
 - package/config/medium/CGSMinifier/config.json +1 -1
 - package/config/medium/CardsCastle/config.json +1 -1
 - package/config/medium/ChainedMatrixProducts/config.json +1 -1
 - package/config/medium/CircularAutomationThePeriodOfChaos/config.json +1 -1
 - package/config/medium/ConditionOvershadowing/config.json +1 -1
 - package/config/medium/ConnectTheHyperDots/config.json +1 -1
 - package/config/medium/ConsecutiveBalancedSubstrings/config.json +1 -1
 - package/config/medium/ConstrainedLatinSquares/config.json +1 -1
 - package/config/medium/ContinuedFractions/config.json +1 -1
 - package/config/medium/CountOfPrimesInANumberGrid/config.json +1 -1
 - package/config/medium/CountingSquaresOnPegs/config.json +1 -1
 - package/config/medium/Crossword/config.json +1 -1
 - package/config/medium/Cylinders/config.json +1 -1
 - package/config/medium/DDCGMapper/config.json +1 -1
 - package/config/medium/DeFizzBuzzer/config.json +1 -1
 - package/config/medium/DepotOrganization/config.json +1 -1
 - package/config/medium/DerivativeTimePart1/config.json +1 -1
 - package/config/medium/DiceProbabilityCalculator/config.json +1 -1
 - package/config/medium/DigitSumSuccessor/config.json +1 -1
 - package/config/medium/DivideTheFactorial/config.json +1 -1
 - package/config/medium/Divine/config.json +1 -1
 - package/config/medium/DominoPuzzle/config.json +1 -1
 - package/config/medium/DominoesPath/config.json +1 -1
 - package/config/medium/DrugInteractions/config.json +1 -1
 - package/config/medium/DuckHunt/config.json +1 -1
 - package/config/medium/Dungeon3D/config.json +1 -1
 - package/config/medium/DynamicSorting/config.json +1 -1
 - package/config/medium/ElementaryCellularAutomaton/config.json +1 -1
 - package/config/medium/EllipticCurveCryptography/config.json +1 -1
 - package/config/medium/EnglishLengthUnitsConversion/config.json +1 -1
 - package/config/medium/EntryCode/config.json +1 -1
 - package/config/medium/EqualizingArrays/config.json +1 -1
 - package/config/medium/FactorialVsExponential/config.json +1 -1
 - package/config/medium/FairNumbering/config.json +1 -1
 - package/config/medium/FindTheMissingPlusSignsInAddition/config.json +1 -1
 - package/config/medium/FindTheReplacement/config.json +1 -1
 - package/config/medium/FiveDChests/config.json +1 -1
 - package/config/medium/FloodFillExample/config.json +1 -1
 - package/config/medium/FoldingANote/config.json +1 -1
 - package/config/medium/FrogExchange/config.json +1 -1
 - package/config/medium/FunWithSetTheory/config.json +1 -1
 - package/config/medium/FutoshikiSolver/config.json +1 -1
 - package/config/medium/GameOfLife/config.json +1 -1
 - package/config/medium/GoldbachsConjecture/config.json +1 -1
 - package/config/medium/GoroWantChocolate/config.json +1 -1
 - package/config/medium/Gravity/config.json +1 -1
 - package/config/medium/GravityCentrifuge/config.json +1 -1
 - package/config/medium/GravityCentrifugeTuning/config.json +1 -1
 - package/config/medium/GravityTumbler/config.json +1 -1
 - package/config/medium/GreenValleys/config.json +1 -1
 - package/config/medium/HackingAtRobberCity/config.json +1 -1
 - package/config/medium/HexagonalMaze/config.json +1 -1
 - package/config/medium/HexagonalMazePart2/config.json +1 -1
 - package/config/medium/HiddenWord/config.json +1 -1
 - package/config/medium/HoleyTimes/config.json +1 -1
 - package/config/medium/HorseHyperracingHyperduals/config.json +1 -1
 - package/config/medium/HuffmanCode/config.json +1 -1
 - package/config/medium/IPMaskCalculating/config.json +1 -1
 - package/config/medium/IdentifyingDataStructure/config.json +1 -1
 - package/config/medium/IfThenElse/config.json +1 -1
 - package/config/medium/IsTheKingInCheckPart2/config.json +1 -1
 - package/config/medium/JoinTheDots/config.json +1 -1
 - package/config/medium/JumpingFrogs/config.json +1 -1
 - package/config/medium/KaprekarsRoutine/config.json +1 -1
 - package/config/medium/KillerSudokuSolver/config.json +1 -1
 - package/config/medium/KnightsJam/config.json +1 -1
 - package/config/medium/LTriominoes/config.json +1 -1
 - package/config/medium/LangtonsAnt/config.json +1 -1
 - package/config/medium/LengthOfSyracuseConjectureSequence/config.json +1 -1
 - package/config/medium/LetsGoToTheCinema/config.json +1 -1
 - package/config/medium/LevelOfNestedParentheses/config.json +1 -1
 - package/config/medium/LightBulbs/config.json +1 -1
 - package/config/medium/LockedInGear/config.json +1 -1
 - package/config/medium/LongestIncreasingSubsequence/config.json +1 -1
 - package/config/medium/LongestRoad/config.json +1 -1
 - package/config/medium/LunarLockout/config.json +1 -1
 - package/config/medium/MCxxxxMicrocontrollerSimulation/config.json +1 -1
 - package/config/medium/MagicStones/config.json +1 -1
 - package/config/medium/MaximumSubSequence/config.json +1 -1
 - package/config/medium/Maze/config.json +1 -1
 - package/config/medium/MazeForTheChampions/config.json +1 -1
 - package/config/medium/MazeWithTeleportersAndJumps/config.json +1 -1
 - package/config/medium/MicroAssembly/config.json +1 -1
 - package/config/medium/Minesweeper/config.json +1 -1
 - package/config/medium/MinimalNumberOfSwaps/config.json +1 -1
 - package/config/medium/MinimaxExercise/config.json +1 -1
 - package/config/medium/MitosisMayhem/config.json +1 -1
 - package/config/medium/NearPalindromes/config.json +1 -1
 - package/config/medium/NumberOfLettersInANumberBinary/config.json +1 -1
 - package/config/medium/NumberOfPathsBetween2Points/config.json +1 -1
 - package/config/medium/NumeralSystem/config.json +1 -1
 - package/config/medium/One0One0One/config.json +1 -1
 - package/config/medium/OneWayCity/config.json +1 -1
 - package/config/medium/Othello/config.json +1 -1
 - package/config/medium/PalindromicDecomposition/config.json +1 -1
 - package/config/medium/PaperLabyrinth/config.json +1 -1
 - package/config/medium/PavingWithBricks/config.json +1 -1
 - package/config/medium/PhotoBoothTransformation/config.json +1 -1
 - package/config/medium/PlagueJr/config.json +1 -1
 - package/config/medium/PlayfairCipher/config.json +1 -1
 - package/config/medium/PlightOfTheFellowshipOfTheRing/config.json +1 -1
 - package/config/medium/PorcupineFever/config.json +1 -1
 - package/config/medium/PropositionsInFregesIdeography/config.json +1 -1
 - package/config/medium/QuaternionMultiplication/config.json +1 -1
 - package/config/medium/QueneauNumbers/config.json +1 -1
 - package/config/medium/RationalNumberTree/config.json +1 -1
 - package/config/medium/RearrangeStringToTwoNumbers/config.json +1 -1
 - package/config/medium/RegularPolygons/config.json +1 -1
 - package/config/medium/RemainderFantasy/config.json +1 -1
 - package/config/medium/RemainingCard/config.json +1 -1
 - package/config/medium/ReversedLookAndSay/config.json +1 -1
 - package/config/medium/RiverCrossing/config.json +1 -1
 - package/config/medium/RoadTrip/config.json +1 -1
 - package/config/medium/RobberyOptimisation/config.json +1 -1
 - package/config/medium/RockPaperScissorsWar/config.json +1 -1
 - package/config/medium/RodCuttingProblem/config.json +1 -1
 - package/config/medium/SandpileAddition/config.json +1 -1
 - package/config/medium/SeamCarving/config.json +1 -1
 - package/config/medium/ShikakuSolver/config.json +1 -1
 - package/config/medium/ShortAccountsMakeLongFriends/config.json +1 -1
 - package/config/medium/SimpleFractionToMixedNumber/config.json +1 -1
 - package/config/medium/SimplifiedMonopolyTurnsPrediction/config.json +1 -1
 - package/config/medium/SmoothFactory/config.json +1 -1
 - package/config/medium/SnakeEncoding/config.json +1 -1
 - package/config/medium/SolidInteger/config.json +1 -1
 - package/config/medium/SourceCodeAnalyser/config.json +1 -1
 - package/config/medium/StickyKeyboard/config.json +1 -1
 - package/config/medium/SudokuSolver/config.json +1 -1
 - package/config/medium/SuguruSolver/config.json +1 -1
 - package/config/medium/SumOfDivisors/config.json +1 -1
 - package/config/medium/Surakarta/config.json +1 -1
 - package/config/medium/TargetFiring/config.json +1 -1
 - package/config/medium/TexasHoldem/config.json +1 -1
 - package/config/medium/TextAlignment/config.json +1 -1
 - package/config/medium/TheGrandFestivalI/config.json +1 -1
 - package/config/medium/TheGrandFestivalII/config.json +1 -1
 - package/config/medium/TheLostChildEpisode1/config.json +1 -1
 - package/config/medium/TheLostFiles/config.json +1 -1
 - package/config/medium/TheOptimalUrinalProblem/config.json +1 -1
 - package/config/medium/ThePolishDictionary/config.json +1 -1
 - package/config/medium/TheStonemason/config.json +1 -1
 - package/config/medium/TheUrinalProblem/config.json +1 -1
 - package/config/medium/TheVoucher/config.json +2 -2
 - package/config/medium/TheseRomansAreCrazy/config.json +1 -1
 - package/config/medium/ThreeByNTiling/config.json +1 -1
 - package/config/medium/ThreeDPrinter/config.json +1 -1
 - package/config/medium/TrainPassenger/config.json +1 -1
 - package/config/medium/Trits/config.json +1 -1
 - package/config/medium/TwoByTwoByTwoRubiksCubeMovements/config.json +1 -1
 - package/config/medium/TwoPlayerGameOnACalculator/config.json +1 -1
 - package/config/medium/TwoPointFiveDMaze/config.json +1 -1
 - package/config/medium/TwoThousandFortyEightScores/config.json +1 -1
 - package/config/medium/ValidBracketsInCode/config.json +1 -1
 - package/config/medium/VirusSpreadingAndClustering/config.json +1 -1
 - package/config/medium/VoteCounting/config.json +1 -1
 - package/config/medium/WaysToMakeChange/config.json +1 -1
 - package/config/medium/WeAreGoingInCircles/config.json +1 -1
 - package/config/medium/WhatTheBrainfuck/config.json +1 -1
 - package/config/medium/WindmillProblem/config.json +1 -1
 - package/config/medium/WineFromKalbodiaEpisode1/config.json +1 -1
 - package/package.json +1 -1
 - /package/config/{medium/MerlinsMagicSquare/output/14 - test 14.txt → easy/FoldingPaper/output/01 - 2 ply.txt} +0 -0
 - /package/config/{medium/MerlinsMagicSquare/output/12 - now you/342/200/231re just messing around.txt" → easy/FoldingPaper/output/04 - 8 ply easy.txt} +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/code/CGCode.js +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/code/CGCode.php +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/01 - simple.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/02 - test 2.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/03 - test 3.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/04 - test 4.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/05 - test 5.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/06 - test 6.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/07 - test 7.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/08 - test 8.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/09 - test 9.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/10 - lizzo is making this too hard.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/11 - one button.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/12 - now you/342/200/231re just messing around.txt" +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/13 - test 13.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/14 - test 14.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/15 - test 15.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/16 - test 16.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/17 - test 17.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/18 - test 18.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/19 - test 19.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/20 - test 20.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/21 - test 21.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/22 - test 22.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/23 - test 23.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/24 - test 24.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/input/25 - test 25.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/01 - simple.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/02 - test 2.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/03 - test 3.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/04 - test 4.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/05 - test 5.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/06 - test 6.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/07 - test 7.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/08 - test 8.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/09 - test 9.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/10 - lizzo is making this too hard.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/11 - one button.txt +0 -0
 - /package/config/{medium/MerlinsMagicSquare/output/23 - test 23.txt → easy/MerlinsMagicSquare/output/12 - now you/342/200/231re just messing around.txt"} +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/13 - test 13.txt +0 -0
 - /package/config/{medium/MerlinsMagicSquare/output/16 - test 16.txt → easy/MerlinsMagicSquare/output/14 - test 14.txt} +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/15 - test 15.txt +0 -0
 - /package/config/{medium/MerlinsMagicSquare/output/24 - test 24.txt → easy/MerlinsMagicSquare/output/16 - test 16.txt} +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/17 - test 17.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/18 - test 18.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/19 - test 19.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/20 - test 20.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/21 - test 21.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/22 - test 22.txt +0 -0
 - /package/config/{medium → easy}/MerlinsMagicSquare/output/25 - test 25.txt +0 -0
 
| 
         @@ -0,0 +1,17 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            15
         
     | 
| 
      
 2 
     | 
    
         
            +
            17
         
     | 
| 
      
 3 
     | 
    
         
            +
            ###..............
         
     | 
| 
      
 4 
     | 
    
         
            +
            ..#..####........
         
     | 
| 
      
 5 
     | 
    
         
            +
            ..####..#........
         
     | 
| 
      
 6 
     | 
    
         
            +
            ##......#........
         
     | 
| 
      
 7 
     | 
    
         
            +
            .#.###.##........
         
     | 
| 
      
 8 
     | 
    
         
            +
            .#.#.###..###....
         
     | 
| 
      
 9 
     | 
    
         
            +
            .#.#....###.#....
         
     | 
| 
      
 10 
     | 
    
         
            +
            .#.####.#...#....
         
     | 
| 
      
 11 
     | 
    
         
            +
            .#....#.###.#....
         
     | 
| 
      
 12 
     | 
    
         
            +
            .#..###...#.#....
         
     | 
| 
      
 13 
     | 
    
         
            +
            .#..#.....#.#....
         
     | 
| 
      
 14 
     | 
    
         
            +
            .#..#######.#....
         
     | 
| 
      
 15 
     | 
    
         
            +
            .#..........#....
         
     | 
| 
      
 16 
     | 
    
         
            +
            .############....
         
     | 
| 
      
 17 
     | 
    
         
            +
            .................
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            2
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            3R2R1
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            10R9R9R7R7R5R5R3R3R1
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            3R2L3L1R3R3R1L1R2R1L2L3L3R2R2L2L6L3L2R2R2L1R2R8R11R10L1
         
     | 
| 
         @@ -0,0 +1,10 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            const size = parseInt(readline());
         
     | 
| 
      
 2 
     | 
    
         
            +
            for (let i = 0; i < size; i++) {
         
     | 
| 
      
 3 
     | 
    
         
            +
                const ROW = readline();
         
     | 
| 
      
 4 
     | 
    
         
            +
            }
         
     | 
| 
      
 5 
     | 
    
         
            +
            const clues = readline();
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            // Write an answer using console.log()
         
     | 
| 
      
 8 
     | 
    
         
            +
            // To debug: console.error('Debug messages...');
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
            console.log('grid with unused letters hidden');
         
     | 
| 
         @@ -0,0 +1,12 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            <?php
         
     | 
| 
      
 2 
     | 
    
         
            +
            fscanf(STDIN, "%d", $size);
         
     | 
| 
      
 3 
     | 
    
         
            +
            for ($i = 0; $i < $size; $i++)
         
     | 
| 
      
 4 
     | 
    
         
            +
            {
         
     | 
| 
      
 5 
     | 
    
         
            +
                $ROW = stream_get_line(STDIN, 40 + 1, "\n");
         
     | 
| 
      
 6 
     | 
    
         
            +
            }
         
     | 
| 
      
 7 
     | 
    
         
            +
            $clues = stream_get_line(STDIN, 1024 + 1, "\n");
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            // Write an answer using echo(). DON'T FORGET THE TRAILING \n
         
     | 
| 
      
 10 
     | 
    
         
            +
            // To debug: error_log(var_export($var, true)); (equivalent to var_dump)
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            echo("grid with unused letters hidden\n");
         
     | 
| 
         @@ -0,0 +1,38 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {
         
     | 
| 
      
 2 
     | 
    
         
            +
                "path": "easy/WordSearchForProgrammers",
         
     | 
| 
      
 3 
     | 
    
         
            +
                "name": "Word Search for Programmers",
         
     | 
| 
      
 4 
     | 
    
         
            +
                "alphanumName": "wordSearchForProgrammers",
         
     | 
| 
      
 5 
     | 
    
         
            +
                "link": "https://www.codingame.com/ide/puzzle/word-search-for-programmers",
         
     | 
| 
      
 6 
     | 
    
         
            +
                "tests": [
         
     | 
| 
      
 7 
     | 
    
         
            +
                    {
         
     | 
| 
      
 8 
     | 
    
         
            +
                        "name": "The Simpsons (Test 1)",
         
     | 
| 
      
 9 
     | 
    
         
            +
                        "alphanumName": "TheSimpsonsTest1",
         
     | 
| 
      
 10 
     | 
    
         
            +
                        "file": "01 - The Simpsons (Test 1).txt"
         
     | 
| 
      
 11 
     | 
    
         
            +
                    },
         
     | 
| 
      
 12 
     | 
    
         
            +
                    {
         
     | 
| 
      
 13 
     | 
    
         
            +
                        "name": "Famous Animals (Test 2)",
         
     | 
| 
      
 14 
     | 
    
         
            +
                        "alphanumName": "FamousAnimalsTest2",
         
     | 
| 
      
 15 
     | 
    
         
            +
                        "file": "02 - Famous Animals (Test 2).txt"
         
     | 
| 
      
 16 
     | 
    
         
            +
                    },
         
     | 
| 
      
 17 
     | 
    
         
            +
                    {
         
     | 
| 
      
 18 
     | 
    
         
            +
                        "name": "US Presidents (Test 3)",
         
     | 
| 
      
 19 
     | 
    
         
            +
                        "alphanumName": "USPresidentsTest3",
         
     | 
| 
      
 20 
     | 
    
         
            +
                        "file": "03 - US Presidents (Test 3).txt"
         
     | 
| 
      
 21 
     | 
    
         
            +
                    },
         
     | 
| 
      
 22 
     | 
    
         
            +
                    {
         
     | 
| 
      
 23 
     | 
    
         
            +
                        "name": "Populous Countries (Test 4)",
         
     | 
| 
      
 24 
     | 
    
         
            +
                        "alphanumName": "PopulousCountriesTest4",
         
     | 
| 
      
 25 
     | 
    
         
            +
                        "file": "04 - Populous Countries (Test 4).txt"
         
     | 
| 
      
 26 
     | 
    
         
            +
                    },
         
     | 
| 
      
 27 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28 
     | 
    
         
            +
                        "name": "Many people with one name (Test 5)",
         
     | 
| 
      
 29 
     | 
    
         
            +
                        "alphanumName": "ManyPeopleWithOneNameTest5",
         
     | 
| 
      
 30 
     | 
    
         
            +
                        "file": "05 - Many people with one name (Test 5).txt"
         
     | 
| 
      
 31 
     | 
    
         
            +
                    },
         
     | 
| 
      
 32 
     | 
    
         
            +
                    {
         
     | 
| 
      
 33 
     | 
    
         
            +
                        "name": "Older Countries: Median age over 40 (Test 6)",
         
     | 
| 
      
 34 
     | 
    
         
            +
                        "alphanumName": "OlderCountriesMedianAgeOver40Test6",
         
     | 
| 
      
 35 
     | 
    
         
            +
                        "file": "06 - Older Countries Median age over 40 (Test 6).txt"
         
     | 
| 
      
 36 
     | 
    
         
            +
                    }
         
     | 
| 
      
 37 
     | 
    
         
            +
                ]
         
     | 
| 
      
 38 
     | 
    
         
            +
            }
         
     | 
| 
         @@ -0,0 +1,17 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            15
         
     | 
| 
      
 2 
     | 
    
         
            +
            KOKODPEOTOTULCI
         
     | 
| 
      
 3 
     | 
    
         
            +
            QAEOXQGBPYZWEFB
         
     | 
| 
      
 4 
     | 
    
         
            +
            RWLRDBBLMFBAVWM
         
     | 
| 
      
 5 
     | 
    
         
            +
            DLTIUCSIBAESGLA
         
     | 
| 
      
 6 
     | 
    
         
            +
            YWKAXAURQSRASAB
         
     | 
| 
      
 7 
     | 
    
         
            +
            XXUEPCMPUARAYSO
         
     | 
| 
      
 8 
     | 
    
         
            +
            GJURRSPOFFCHHSH
         
     | 
| 
      
 9 
     | 
    
         
            +
            HRIQWMMQIOKOWII
         
     | 
| 
      
 10 
     | 
    
         
            +
            ELUALYIEOTLABEQ
         
     | 
| 
      
 11 
     | 
    
         
            +
            DGJMEKLTDEDPMUD
         
     | 
| 
      
 12 
     | 
    
         
            +
            WAFKPDTILIKUMAN
         
     | 
| 
      
 13 
     | 
    
         
            +
            IKCEZYHVWEHTCHH
         
     | 
| 
      
 14 
     | 
    
         
            +
            GITCDZCYZEAQPPC
         
     | 
| 
      
 15 
     | 
    
         
            +
            MAUNGPJAKQCEMOC
         
     | 
| 
      
 16 
     | 
    
         
            +
            BLZRPXBLTKPMASJ
         
     | 
| 
      
 17 
     | 
    
         
            +
            April Balto Bambi Dolly Garfield GrumpyCat Ham Harambe Hedwig Jaws Kermit Koko Laika Lassie MickeyMouse Seabiscuit Tilikum Toto
         
     | 
| 
         @@ -0,0 +1,17 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            15
         
     | 
| 
      
 2 
     | 
    
         
            +
            YYGNTTCHRELYTSE
         
     | 
| 
      
 3 
     | 
    
         
            +
            BCDAIAPMONROEMG
         
     | 
| 
      
 4 
     | 
    
         
            +
            YUFERXGIIOWLSAD
         
     | 
| 
      
 5 
     | 
    
         
            +
            UTCTNROUETVGADI
         
     | 
| 
      
 6 
     | 
    
         
            +
            XOEHANLNERSEJAL
         
     | 
| 
      
 7 
     | 
    
         
            +
            CRDNALEVELCORRO
         
     | 
| 
      
 8 
     | 
    
         
            +
            ZKTAANNKBFHEUGO
         
     | 
| 
      
 9 
     | 
    
         
            +
            BIDENOANUNWHNAC
         
     | 
| 
      
 10 
     | 
    
         
            +
            HAYESOONSOTOLRJ
         
     | 
| 
      
 11 
     | 
    
         
            +
            FYXIRSTOHRPBOFA
         
     | 
| 
      
 12 
     | 
    
         
            +
            QODDISNNAXOACIC
         
     | 
| 
      
 13 
     | 
    
         
            +
            YARRFXEMIFLMNEK
         
     | 
| 
      
 14 
     | 
    
         
            +
            MFRDUSMMCLKAILS
         
     | 
| 
      
 15 
     | 
    
         
            +
            JAGNIDRAHNCYLDO
         
     | 
| 
      
 16 
     | 
    
         
            +
            HQREPZFILLMOREN
         
     | 
| 
      
 17 
     | 
    
         
            +
            Adams Arthur Biden Buchanan Bush Carter Cleveland Clinton Coolidge Eisenhower Fillmore Ford Garfield Grant Harding Harrison Hayes Hoover Jackson Johnson Kennedy Lincoln Madison Monroe Nixon Obama Pierce Polk Taft Tyler
         
     | 
| 
         @@ -0,0 +1,17 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            15
         
     | 
| 
      
 2 
     | 
    
         
            +
            BANGLADESHJULMS
         
     | 
| 
      
 3 
     | 
    
         
            +
            SCRQJRTTGSNJIEE
         
     | 
| 
      
 4 
     | 
    
         
            +
            PIHAAPUEUIHUZXN
         
     | 
| 
      
 5 
     | 
    
         
            +
            AEPIYRRSTRGBAII
         
     | 
| 
      
 6 
     | 
    
         
            +
            IACGNMIESAKPRCP
         
     | 
| 
      
 7 
     | 
    
         
            +
            NDENAADANIZEBOP
         
     | 
| 
      
 8 
     | 
    
         
            +
            WAZNASIDPTASYMI
         
     | 
| 
      
 9 
     | 
    
         
            +
            NNYITRAIPOIHTEL
         
     | 
| 
      
 10 
     | 
    
         
            +
            OAUAECFVIETNAMI
         
     | 
| 
      
 11 
     | 
    
         
            +
            ICTGAISENODNIYH
         
     | 
| 
      
 12 
     | 
    
         
            +
            TEISZLUYDKGYRLP
         
     | 
| 
      
 13 
     | 
    
         
            +
            SNVDIPRXIPEHAAO
         
     | 
| 
      
 14 
     | 
    
         
            +
            NADUSKGCAZXNNTZ
         
     | 
| 
      
 15 
     | 
    
         
            +
            MDNALIAHTFQBYIT
         
     | 
| 
      
 16 
     | 
    
         
            +
            MYANMARPOLANDAK
         
     | 
| 
      
 17 
     | 
    
         
            +
            Bangladesh Brazil Canada China Egypt Ethiopia France Germany India Indonesia Iran Iraq Italy Japan Kenya Mexico Myanmar Nigeria Pakistan Philippines Poland Russia Spain Sudan Thailand Turkey Uganda UnitedStates Vietnam
         
     | 
    
        package/config/easy/WordSearchForProgrammers/input/05 - Many people with one name (Test 5).txt	
    ADDED
    
    | 
         @@ -0,0 +1,17 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            15
         
     | 
| 
      
 2 
     | 
    
         
            +
            MCVEJBRJEOSLHKD
         
     | 
| 
      
 3 
     | 
    
         
            +
            IWOHCWBLXUAAYKD
         
     | 
| 
      
 4 
     | 
    
         
            +
            NLPNDATZMPLZDSS
         
     | 
| 
      
 5 
     | 
    
         
            +
            ATXZFORAZSREMOH
         
     | 
| 
      
 6 
     | 
    
         
            +
            VPDATUDETQQICIZ
         
     | 
| 
      
 7 
     | 
    
         
            +
            OMSSHACOBAKRNVO
         
     | 
| 
      
 8 
     | 
    
         
            +
            TZIRRRNICIALXCR
         
     | 
| 
      
 9 
     | 
    
         
            +
            NRRTEUYQUTLRPXE
         
     | 
| 
      
 10 
     | 
    
         
            +
            AOSPLATOESMLGBE
         
     | 
| 
      
 11 
     | 
    
         
            +
            MOGMNLOSSPXXURL
         
     | 
| 
      
 12 
     | 
    
         
            +
            NBAVICIIEUZXDMV
         
     | 
| 
      
 13 
     | 
    
         
            +
            ERIATLOVLRDFHII
         
     | 
| 
      
 14 
     | 
    
         
            +
            OJEXJETPECDWHUS
         
     | 
| 
      
 15 
     | 
    
         
            +
            RSRAZWYLNNYUAYX
         
     | 
| 
      
 16 
     | 
    
         
            +
            BBKKSBFTAEZNZNL
         
     | 
| 
      
 17 
     | 
    
         
            +
            Aristotle Avicii Confucius Elvis Halston Homer Liberace Mantovani Nostradamus Plato Prince Selena Socrates Voltaire
         
     | 
| 
         @@ -0,0 +1,32 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            30
         
     | 
| 
      
 2 
     | 
    
         
            +
            OXXXHDPMELPAMYUHKTDQTKPGFSDSME
         
     | 
| 
      
 3 
     | 
    
         
            +
            QQMXNTWRIJLOGSAXASPITLORFLILCA
         
     | 
| 
      
 4 
     | 
    
         
            +
            VJUABGOTGHDHVKIKPAFUIGAWMOZOHP
         
     | 
| 
      
 5 
     | 
    
         
            +
            YWLALPHBTGAIHRBFHSUNENNEHVUVAV
         
     | 
| 
      
 6 
     | 
    
         
            +
            KOBSAUAVNERMKWRSGULICRTCUAOENC
         
     | 
| 
      
 7 
     | 
    
         
            +
            PFVGARYIJGOXWBEIARDESCTHYKCNNU
         
     | 
| 
      
 8 
     | 
    
         
            +
            RANNBAKBIYIPTRSHEAHRESTONIAIEP
         
     | 
| 
      
 9 
     | 
    
         
            +
            MIIAWDVNGNOKGNOHRLDSDMMMRAOALA
         
     | 
| 
      
 10 
     | 
    
         
            +
            SADREJIKRAMNEDNMOENDFMEKIIJHIT
         
     | 
| 
      
 11 
     | 
    
         
            +
            XOOTNSLUXEMBOURGKBGREECECXCMSL
         
     | 
| 
      
 12 
     | 
    
         
            +
            SNIALEJBOSNIAANDHERZEGOVINAOLA
         
     | 
| 
      
 13 
     | 
    
         
            +
            INTARADJBSQYTOSHTAADANACDZRIAM
         
     | 
| 
      
 14 
     | 
    
         
            +
            ULNUPUNEQUAWFWGQUYJQKNGDUANZNN
         
     | 
| 
      
 15 
     | 
    
         
            +
            NDFAVGBOWINAILIMOLATVIAZEBBLDU
         
     | 
| 
      
 16 
     | 
    
         
            +
            SINCXXUATSYTUGHTSQDNALIAHTAASJ
         
     | 
| 
      
 17 
     | 
    
         
            +
            TTANKULARKZUQSSYAIRAGLUBNKUGMH
         
     | 
| 
      
 18 
     | 
    
         
            +
            CNNPCZOWDEIETYTDFLPSUAZCEORUAU
         
     | 
| 
      
 19 
     | 
    
         
            +
            FIJOSRTTREZHNZVRNJYKDNALNIFTRN
         
     | 
| 
      
 20 
     | 
    
         
            +
            EJLDCZULGZLAMGLGIARIEXGHQULRTG
         
     | 
| 
      
 21 
     | 
    
         
            +
            VTKBUHABFEHOMGKRWALXWYFEFDSOIA
         
     | 
| 
      
 22 
     | 
    
         
            +
            EQPZUNUYXUXJUVHIITKRLTZOJBXPNR
         
     | 
| 
      
 23 
     | 
    
         
            +
            OAXADPNKOPMTZPFNYAMDETPAJVYNIY
         
     | 
| 
      
 24 
     | 
    
         
            +
            EAPYVAEROMANIAEGDIUKIHRWKMOEQZ
         
     | 
| 
      
 25 
     | 
    
         
            +
            XXHNMOCREIFIXQJUEWIFRMTMLIHXUY
         
     | 
| 
      
 26 
     | 
    
         
            +
            MMYRBFAPHNWSSQZBHAGTYGPEGSUDER
         
     | 
| 
      
 27 
     | 
    
         
            +
            WXEISBZCRCORBSWQNNLQKKIGNAOTAW
         
     | 
| 
      
 28 
     | 
    
         
            +
            NGHTCOPQAMERNHUDNMEDPTSXGJTBXJ
         
     | 
| 
      
 29 
     | 
    
         
            +
            LZBMQJPWHRVZQLCRSDBDCWFSBXIMHG
         
     | 
| 
      
 30 
     | 
    
         
            +
            ZDVKLMAIYGUPCAHKGPBRBPCUBHAJCX
         
     | 
| 
      
 31 
     | 
    
         
            +
            JGGWCCGTEWWCLHSEBWBIVFRYHICXHI
         
     | 
| 
      
 32 
     | 
    
         
            +
            Aruba Austria Barbados Belarus Belgium BosniaAndHerzegovina Bulgaria Canada ChannelIslands Croatia Cuba Curacao CzechRepublic Denmark Estonia Finland France Germany Greece Guadeloupe HongKong Hungary Italy Japan Latvia Lithuania Luxembourg Malta Martinique Netherlands Norway Poland Portugal PuertoRico Romania Russia Serbia Singapore Slovakia Slovenia SouthKorea Spain Sweden Switzerland Taiwan Thailand Ukraine UnitedKingdom USVirginIslands
         
     | 
| 
         @@ -0,0 +1,15 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
             Y NT CHRELYTSE
         
     | 
| 
      
 2 
     | 
    
         
            +
            B DAIAPMONROEMG
         
     | 
| 
      
 3 
     | 
    
         
            +
             UFERXGI O   AD
         
     | 
| 
      
 4 
     | 
    
         
            +
             TCTNRO E V  DI
         
     | 
| 
      
 5 
     | 
    
         
            +
              EHAN N R EJAL
         
     | 
| 
      
 6 
     | 
    
         
            +
             RDNALEVELCORRO
         
     | 
| 
      
 7 
     | 
    
         
            +
              T  NNKB HEUGO
         
     | 
| 
      
 8 
     | 
    
         
            +
            BIDENOANUNWHNAC
         
     | 
| 
      
 9 
     | 
    
         
            +
            HAYESOONSOTOLRJ
         
     | 
| 
      
 10 
     | 
    
         
            +
            F  I STOHRPBOFA
         
     | 
| 
      
 11 
     | 
    
         
            +
             OD I NNA OACIC
         
     | 
| 
      
 12 
     | 
    
         
            +
             ARR  E I LMNEK
         
     | 
| 
      
 13 
     | 
    
         
            +
            M RD S   LKAILS
         
     | 
| 
      
 14 
     | 
    
         
            +
             AGNIDRAH C LDO
         
     | 
| 
      
 15 
     | 
    
         
            +
            H  E  FILLMOREN
         
     | 
| 
         @@ -0,0 +1,15 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            BANGLADESH ULMS
         
     | 
| 
      
 2 
     | 
    
         
            +
            SC QJRTTG N IEE
         
     | 
| 
      
 3 
     | 
    
         
            +
            P HAAPUEUI UZXN
         
     | 
| 
      
 4 
     | 
    
         
            +
            AEPIYRRSTRG AII
         
     | 
| 
      
 5 
     | 
    
         
            +
            IACGNMIESAK RCP
         
     | 
| 
      
 6 
     | 
    
         
            +
            NDENAADANI EBOP
         
     | 
| 
      
 7 
     | 
    
         
            +
             A NASID  A Y I
         
     | 
| 
      
 8 
     | 
    
         
            +
            NNY TRAIPOIHTEL
         
     | 
| 
      
 9 
     | 
    
         
            +
             A AE FVIETNAMI
         
     | 
| 
      
 10 
     | 
    
         
            +
             CTGAISENODNIYH
         
     | 
| 
      
 11 
     | 
    
         
            +
             EIS    DK  RLP
         
     | 
| 
      
 12 
     | 
    
         
            +
            SN  I   I E AA 
         
     | 
| 
      
 13 
     | 
    
         
            +
            NADUSK  A  NNT 
         
     | 
| 
      
 14 
     | 
    
         
            +
             DNALIAHT   YI 
         
     | 
| 
      
 15 
     | 
    
         
            +
            MYANMARPOLANDA 
         
     | 
| 
         @@ -0,0 +1,30 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
                 D  EL  M U         FS S  
         
     | 
| 
      
 2 
     | 
    
         
            +
                N  RI  O SA   P    R L LC 
         
     | 
| 
      
 3 
     | 
    
         
            +
               A  OT  D V I    U  A  O OH 
         
     | 
| 
      
 4 
     | 
    
         
            +
              L  PHB G I  B  S  EN   V VA 
         
     | 
| 
      
 5 
     | 
    
         
            +
             O  AUA N R   R  U  CR   A EN 
         
     | 
| 
      
 6 
     | 
    
         
            +
            P  GARYI G    E AR E  T  K NN 
         
     | 
| 
      
 7 
     | 
    
         
            +
              NNBAK I     S EA  ESTONIAIE 
         
     | 
| 
      
 8 
     | 
    
         
            +
             IIAWD NGNOKGNOHRL      RA ALA
         
     | 
| 
      
 9 
     | 
    
         
            +
            SADRE IKRAMNED  OE       I  IT
         
     | 
| 
      
 10 
     | 
    
         
            +
             OOTNSLUXEMBOURGKBGREECE  C SL
         
     | 
| 
      
 11 
     | 
    
         
            +
            SNIALEJBOSNIAANDHERZEGOVINAOLA
         
     | 
| 
      
 12 
     | 
    
         
            +
             N ARAD       S T ADANAC    AM
         
     | 
| 
      
 13 
     | 
    
         
            +
            U N PU E  A  W  U       U   N 
         
     | 
| 
      
 14 
     | 
    
         
            +
            ND A GB WI AI I OLATVIA  B LD 
         
     | 
| 
      
 15 
     | 
    
         
            +
            SIN   UATS TU  TS DNALIAHTAAS 
         
     | 
| 
      
 16 
     | 
    
         
            +
              A    A  Z  SS AIRAGLUB   GMH
         
     | 
| 
      
 17 
     | 
    
         
            +
            C  P  O DE    TD L  U      UAU
         
     | 
| 
      
 18 
     | 
    
         
            +
             I  SR  RE     RN YKDNALNIFTRN
         
     | 
| 
      
 19 
     | 
    
         
            +
              L C  L  L     IAR        RTG
         
     | 
| 
      
 20 
     | 
    
         
            +
               B  A    O     AL        OIA
         
     | 
| 
      
 21 
     | 
    
         
            +
                UN Y    U   IT R       PNR
         
     | 
| 
      
 22 
     | 
    
         
            +
                DPN      P N AM E       IY
         
     | 
| 
      
 23 
     | 
    
         
            +
                 AEROMANIAE  IU  H      Q 
         
     | 
| 
      
 24 
     | 
    
         
            +
                MO R   I     WI   T     U 
         
     | 
| 
      
 25 
     | 
    
         
            +
               R  A H   S    AG    E    E 
         
     | 
| 
      
 26 
     | 
    
         
            +
              E    C C   S   NL     N     
         
     | 
| 
      
 27 
     | 
    
         
            +
             G      A E   U   E           
         
     | 
| 
      
 28 
     | 
    
         
            +
                     R Z   R  B           
         
     | 
| 
      
 29 
     | 
    
         
            +
                      U C                 
         
     | 
| 
      
 30 
     | 
    
         
            +
                       C                  
         
     | 
| 
         @@ -0,0 +1,11 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            const mother = readline();
         
     | 
| 
      
 2 
     | 
    
         
            +
            const child = readline();
         
     | 
| 
      
 3 
     | 
    
         
            +
            const numOfPossibleFathers = parseInt(readline());
         
     | 
| 
      
 4 
     | 
    
         
            +
            for (let i = 0; i < numOfPossibleFathers; i++) {
         
     | 
| 
      
 5 
     | 
    
         
            +
                const aPossibleFather = readline();
         
     | 
| 
      
 6 
     | 
    
         
            +
            }
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            // Write an answer using console.log()
         
     | 
| 
      
 9 
     | 
    
         
            +
            // To debug: console.error('Debug messages...');
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            console.log('what Maury Povich might say');
         
     | 
| 
         @@ -0,0 +1,13 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            <?php
         
     | 
| 
      
 2 
     | 
    
         
            +
            $mother = stream_get_line(STDIN, 500 + 1, "\n");
         
     | 
| 
      
 3 
     | 
    
         
            +
            $child = stream_get_line(STDIN, 500 + 1, "\n");
         
     | 
| 
      
 4 
     | 
    
         
            +
            fscanf(STDIN, "%d", $numOfPossibleFathers);
         
     | 
| 
      
 5 
     | 
    
         
            +
            for ($i = 0; $i < $numOfPossibleFathers; $i++)
         
     | 
| 
      
 6 
     | 
    
         
            +
            {
         
     | 
| 
      
 7 
     | 
    
         
            +
                $aPossibleFather = stream_get_line(STDIN, 500 + 1, "\n");
         
     | 
| 
      
 8 
     | 
    
         
            +
            }
         
     | 
| 
      
 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("what Maury Povich might say\n");
         
     | 
| 
         @@ -0,0 +1,53 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {
         
     | 
| 
      
 2 
     | 
    
         
            +
                "path": "easy/YouAreTheFatherMauryPovichStyle",
         
     | 
| 
      
 3 
     | 
    
         
            +
                "name": "You are the Father: Maury Povich Style",
         
     | 
| 
      
 4 
     | 
    
         
            +
                "alphanumName": "YouAreTheFatherMauryPovichStyle",
         
     | 
| 
      
 5 
     | 
    
         
            +
                "link": "https://www.codingame.com/ide/puzzle/you-are-the-father-maury-povich-style",
         
     | 
| 
      
 6 
     | 
    
         
            +
                "tests": [
         
     | 
| 
      
 7 
     | 
    
         
            +
                    {
         
     | 
| 
      
 8 
     | 
    
         
            +
                        "name": "Test 1",
         
     | 
| 
      
 9 
     | 
    
         
            +
                        "alphanumName": "test1",
         
     | 
| 
      
 10 
     | 
    
         
            +
                        "file": "01 - test 1.txt"
         
     | 
| 
      
 11 
     | 
    
         
            +
                    },
         
     | 
| 
      
 12 
     | 
    
         
            +
                    {
         
     | 
| 
      
 13 
     | 
    
         
            +
                        "name": "Test 2",
         
     | 
| 
      
 14 
     | 
    
         
            +
                        "alphanumName": "test2",
         
     | 
| 
      
 15 
     | 
    
         
            +
                        "file": "02 - test 2.txt"
         
     | 
| 
      
 16 
     | 
    
         
            +
                    },
         
     | 
| 
      
 17 
     | 
    
         
            +
                    {
         
     | 
| 
      
 18 
     | 
    
         
            +
                        "name": "Test 3",
         
     | 
| 
      
 19 
     | 
    
         
            +
                        "alphanumName": "test3",
         
     | 
| 
      
 20 
     | 
    
         
            +
                        "file": "03 - test 3.txt"
         
     | 
| 
      
 21 
     | 
    
         
            +
                    },
         
     | 
| 
      
 22 
     | 
    
         
            +
                    {
         
     | 
| 
      
 23 
     | 
    
         
            +
                        "name": "Test 4",
         
     | 
| 
      
 24 
     | 
    
         
            +
                        "alphanumName": "test4",
         
     | 
| 
      
 25 
     | 
    
         
            +
                        "file": "04 - test 4.txt"
         
     | 
| 
      
 26 
     | 
    
         
            +
                    },
         
     | 
| 
      
 27 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28 
     | 
    
         
            +
                        "name": "Test 5",
         
     | 
| 
      
 29 
     | 
    
         
            +
                        "alphanumName": "test5",
         
     | 
| 
      
 30 
     | 
    
         
            +
                        "file": "05 - test 5.txt"
         
     | 
| 
      
 31 
     | 
    
         
            +
                    },
         
     | 
| 
      
 32 
     | 
    
         
            +
                    {
         
     | 
| 
      
 33 
     | 
    
         
            +
                        "name": "Test 6 - That was close",
         
     | 
| 
      
 34 
     | 
    
         
            +
                        "alphanumName": "test6ThatWasClose",
         
     | 
| 
      
 35 
     | 
    
         
            +
                        "file": "06 - That was close.txt"
         
     | 
| 
      
 36 
     | 
    
         
            +
                    },
         
     | 
| 
      
 37 
     | 
    
         
            +
                    {
         
     | 
| 
      
 38 
     | 
    
         
            +
                        "name": "Test 7 - so close for so many",
         
     | 
| 
      
 39 
     | 
    
         
            +
                        "alphanumName": "test7SoCloseForSoMany",
         
     | 
| 
      
 40 
     | 
    
         
            +
                        "file": "07 - so close for so many.txt"
         
     | 
| 
      
 41 
     | 
    
         
            +
                    },
         
     | 
| 
      
 42 
     | 
    
         
            +
                    {
         
     | 
| 
      
 43 
     | 
    
         
            +
                        "name": "Test 8 - - everything from Mother in some pairs??",
         
     | 
| 
      
 44 
     | 
    
         
            +
                        "alphanumName": "test8EverythingFromMotherInSomePairs",
         
     | 
| 
      
 45 
     | 
    
         
            +
                        "file": "08 - - everything from Mother in some pairs.txt"
         
     | 
| 
      
 46 
     | 
    
         
            +
                    },
         
     | 
| 
      
 47 
     | 
    
         
            +
                    {
         
     | 
| 
      
 48 
     | 
    
         
            +
                        "name": "Test 9 - they’re all 95%+ matches",
         
     | 
| 
      
 49 
     | 
    
         
            +
                        "alphanumName": "test9theyReAll95Matches",
         
     | 
| 
      
 50 
     | 
    
         
            +
                        "file": "09 - they’re all 95%+ matches.txt"
         
     | 
| 
      
 51 
     | 
    
         
            +
                    }
         
     | 
| 
      
 52 
     | 
    
         
            +
                ]
         
     | 
| 
      
 53 
     | 
    
         
            +
            }
         
     | 
| 
         @@ -0,0 +1,7 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Mother Taylor:       :3 Ko N< u1 87 P% NJ U1 1. $n 2+ v, Cw vE k9 %8 uf 6e /3 RG jB "' i9 if
         
     | 
| 
      
 2 
     | 
    
         
            +
            Child Camila:        D3 KB NS ,u Z7 %n dJ UO 9. I$ +A vm w: jE Q9 %s if M6 /y RE Hj "; 9$ :f
         
     | 
| 
      
 3 
     | 
    
         
            +
            4
         
     | 
| 
      
 4 
     | 
    
         
            +
            Rhodes:              hD Ba S% ,9 dZ nD dC cO 9! I. 'A Wm &: jY TQ 2d )< rR ec A( <e e1 &g 7#
         
     | 
| 
      
 5 
     | 
    
         
            +
            Jordan:              I, 7l )j x) jP G4 Fo =M +O Nm s6 VL D8 xi dS m= aw ?. ap ,t 7r m1 9P F:
         
     | 
| 
      
 6 
     | 
    
         
            +
            Booker:              AH ed Es #X <O /i 7p -g K6 ?, .T +/ jy GS 8C lx ;Y Eb :Z -' g, W= m4 R.
         
     | 
| 
      
 7 
     | 
    
         
            +
            Tate:                aD BM yS ,B .Z ns d4 OO 9E I- AH mT y: j8 ;Q (s mi JM y% "E >H ;l U$ :V
         
     | 
| 
         @@ -0,0 +1,9 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Mother Louise:       &R %N ;; GE p2 *j 7U 5b 3y BY 6S gC NN 9R mJ TC d/ G< xv 3J w+ 3i Zw 4< C$ -F X% wB I2 Mi <B rU !# -; p6
         
     | 
| 
      
 2 
     | 
    
         
            +
            Child Samantha:      MR %I ;h E6 Gp *f a7 75 :y eB 6= mC zN 9# md Cm Rd <3 xo ;3 hw X3 wK <J L$ -" %L Bd I# i$ vB Br #u C- +p
         
     | 
| 
      
 3 
     | 
    
         
            +
            6
         
     | 
| 
      
 4 
     | 
    
         
            +
            Lawrence:            ZM BI h; c6 VG fi ax 7b :n (e (= mQ Nz !# id m! &R 3U ov K; hk UX =K Jr Lx "% L7 Ed 7# G$ >! pU N1 Zv "'
         
     | 
| 
      
 5 
     | 
    
         
            +
            Zachariah:           hM ID hp 6, G" fj Ga 7k C: eb Y= 0m z* &# d7 Im Rk o3 (o h; hP XK lK J1 'L t" L, dv #Y :$ v> B= Bu Ci +t
         
     | 
| 
      
 6 
     | 
    
         
            +
            Calvin:              ;l v. ;m %j P! 6! z< vW A. kq N6 D? Vu (> au mB ,N 1% mK uP R3 y7 <a NI IJ CR VF /O Yw IQ =x O- Kn +I p,
         
     | 
| 
      
 7 
     | 
    
         
            +
            Angus:               oM I2 8h v6 G* fS a? P7 N: Le E= =m !9 7< ', x6 C( Bj Up W% &- Q0 uP +T ,Z 3h x6 XY Bf :. l3 b: xn Mi Y8
         
     | 
| 
      
 8 
     | 
    
         
            +
            Elliot:              3M I# h3 6t YG fV ae h7 :& 'e == mk Nz #" 5d #m /R 3t (o 5; Ch XY aK >H iM fo >X '# 62 k- hO Py i. .% +U
         
     | 
| 
      
 9 
     | 
    
         
            +
            Frank:               '9 .5 1% -g ;' mC HY .: cX Q, c* FD 2w nB YJ ;- mZ <; 0, C; B9 #C xn :5 Bx &D c/ %- IU !T Kc ,a u- -r 9#
         
     | 
| 
         @@ -0,0 +1,11 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Mother Fiona:        ;L KR O* "X </ 5, JC hG *2 nh 2? y/ p& J. QX rQ ?k ,E vP /M lj :2 ?g ws #y nd Xe 97 YY SU E: pb t% i& I0 0m
         
     | 
| 
      
 2 
     | 
    
         
            +
            Child Delia:         #L RR Oy -" /% 51 C? bh 2p -h ?R y; Ip *J XQ rN kA E$ P) MG jD 32 <g ,s #C nK XO 7/ MY UY EO >b %S &) e0 Pm
         
     | 
| 
      
 3 
     | 
    
         
            +
            8
         
     | 
| 
      
 4 
     | 
    
         
            +
            Theodore:            t# kR Ey )- %! F1 s? b0 kp -l $R E; ?I ,* Xw Nv jA $Z t) Gh D! o3 <M d, CC Kf Oj /6 fM Yj On a> FS E) O5 8u
         
     | 
| 
      
 5 
     | 
    
         
            +
            Michael:             T# !R Wy -z %F c1 v? b4 p$ -O Rs ,; I; *; Xl 2N A= $6 )N Gz !D 3q 4< ,T C? kK y# Qy J( )- =H +9 F8 ij Bv )i
         
     | 
| 
      
 6 
     | 
    
         
            +
            Jordan:              a# R< yU "- <% ;1 D? bR &p I- jR 6; Ir 5* kX TN AD o$ )2 G. sD s3 >< ," C* KZ OV /q GM Yi .O L> (S b) eO 9U
         
     | 
| 
      
 7 
     | 
    
         
            +
            David:               #o R> y' !- #% >1 o? b; pP (- 1R ;8 OI *P zQ Np WA ,$ <) hG LD 3/ <8 h, CN BK %O /P LM SY OI !> CS 3A aH O(
         
     | 
| 
      
 8 
     | 
    
         
            +
            Jonathan:            #y 'R vy =- %b 91 ?? 8b f9 NI uj C; Zd *, !m Hk 2S IP I7 +0 8r vS Vy 6o Ne /( v? !: s& K) rH A# Ru T- 93 9h
         
     | 
| 
      
 9 
     | 
    
         
            +
            Ronald:              z# RP y< (- d% "& Tp JF ;5 b< $g md 6y Va IP ex z& qz Pk :4 cY x: :M 4s (# n, r( Mj i( 1s c1 "= sV BF #N :2
         
     | 
| 
      
 10 
     | 
    
         
            +
            Zion:                #' bR yh -0 %o !1 7? &b p$ *- R0 ;Z XI *" &X NA UA $l )T =G D1 F3 <J ,M C* kK sO !/ 1M KY O# >4 S, Z) 9e PY
         
     | 
| 
      
 11 
     | 
    
         
            +
            James:               #8 Rk yC 4< +l zR +f )j GD x* Zw R- FN Uz Y% k) J' u4 nw 3$ 5/ 4' A. rl iz d* vr uO #s t, <x y3 1! /r pN lR
         
     | 
| 
         @@ -0,0 +1,7 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Mother Lori:         #( ;A F. PP >v lz 4m kc jq PY yG T. 0< D! jJ rn !R :A 3r LK c? D5 Wx xE Wy 2- :g .i RD 4N iN t5 vu
         
     | 
| 
      
 2 
     | 
    
         
            +
            Child Cassandra:     <( A( .z Pp Cv 8z l4 #c q> YN ye WT <7 !? Hj $r bR AR 93 wL G? 5I Kx x* W9 2? %g iv R0 94 NM %5 v*
         
     | 
| 
      
 3 
     | 
    
         
            +
            4
         
     | 
| 
      
 4 
     | 
    
         
            +
            Whittaker:           <X (5 zC Up C9 8i 8l #e >D Nh We ab F7 ?p &H k$ bW R* c9 wM nG I# Ke r* 9+ <? %o kv ;0 r9 M$ %j **
         
     | 
| 
      
 5 
     | 
    
         
            +
            Colin:               .< ($ ?z pE ab 84 la #6 R> Nc eE jW 7E ?u sH ($ wb Re 99 ,w MG I5 K> 1* 9k 7? v% vV 0O 9U GM 5% 7*
         
     | 
| 
      
 6 
     | 
    
         
            +
            Merrick:             =< y( kz p, CS 8l gl #H -> MN er W" 7p S? H6 $x jb Rg 9j wU fG IC xK b* 9A ?r %? vY 0! 98 M/ i% 5*
         
     | 
| 
      
 7 
     | 
    
         
            +
            Macallister:         <l (O zg 8p Cb 78 lq i# >8 <N pe W> c7 ?h sH $C b: sR 9C Gw sG IW .K *T 9S B? %W ve 00 9Z ab '% d*
         
     | 
| 
         @@ -0,0 +1,10 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Mother Patricia:     eK 5o v5 s, l3 ND A7 << CE hD N? o< ## ua =G m( )+ (N To 7? '' NS ,I GJ X% K) qH 26 ++ -k ?Y /t WQ Z2 (a 6m zm TM Ma E< sG Xr zW Gc GG nO wC +U II 4f eU aa jR xP 1o gb i* ZZ p4 gZ T/ zk &# 6u DD Gh Dy W% GG =) == (3 yb fz 88 W% Q; de pf K8 u4 >S %i 3+ N: /% CL p$ DW CC 3A MM VK oi ny
         
     | 
| 
      
 2 
     | 
    
         
            +
            Child Trenton:       Ke 5D 8v s, l3 qD 7P h< EC "D ?N o< ## au G= (m +) v( oa 7j '' NS I, G1 VX K) Hq V6 +h -k Y? t/ QZ 2Z -( m6 m6 pT 2a E< sr Xr zW cB LG Oh BC U+ II f4 eU aa Rj Wx 1: 6g (* Zo 4N gZ /T mz #& Yu ,D fh fy Wm GG N= == 3( Zy fz 8D %W Qh de fp P8 u4 Sy %i 3+ Nr %? LC p$ WD CC A3 MM VK iX nc
         
     | 
| 
      
 3 
     | 
    
         
            +
            7
         
     | 
| 
      
 4 
     | 
    
         
            +
            Smith:               K5 DK ?8 :, le qy PH h) )E 8" s? o0 #! uA SG (p S+ hv a* kj '- =N ,O 1B VX :) xH V# h6 k" ?% tL 7Z 2( T- 6T C0 2c M% ZE qr sV ;3 P? cv %% nv jT :N b8 jZ an VY v8 $U hU A+ vM 9R xW i? H; +> yl VT jU 88 :U a4 (b ++ dT ?x m+ F5 l7 O, N# !? :E )# gG hG fN +y p7 :D Je L> is %/ 1& Uf Ue yC
         
     | 
| 
      
 5 
     | 
    
         
            +
            Sullivan:            Ue #D A8 ,T Tl qx jP *h JE ") pN :< p# /u GN vm G) vL ta jt '% N. G, 1V iV N) IH Vs h. (k p? +t Z= /2 .- W6 L6 1p 23 A< Vr r% Fz >B Lr dk .9 ,> H9 .! 4Q 51 R9 C2 '3 oE V9 D> F( #* "& M' xS t> u1 ,f U9 Cy 9S 2o Nd Qr 5g AB a; .l F= H4 p4 2" DA k$ #K k' *O YU qT 3X F6 9w V* $4 8u q> oX
         
     | 
| 
      
 6 
     | 
    
         
            +
            Denzel:              oe TD 82 "s 3A qZ P> hM Ek h" PN o! #7 uZ Gu 9( )) v* aQ j< d' Nq Iw 1< pV ?K qN =V %h Pk VY 5/ kZ )Z -M mm G6 *p 2& lE rV rm VW 4B LY hV B2 n+ fI fm BU a> JR W= J: N6 (% So YN ZQ ;T m: K# rY x, fL f3 Nm G/ Nl =( da wm N' 5h O> ?T J, CW oV cw o3 'J "/ <L xY t% J; sX LK JS */ &R ,P Cx
         
     | 
| 
      
 7 
     | 
    
         
            +
            Kevin:               Kd UD 8s S, l* ;q P* h% E. L" #? o) !# uP =w $( +z *v az j$ 'T NM Ig 1a FV &K qg V7 Ph -? Y5 /m 4Z !Z t- 6Y 6H pt 52 E1 lr rB Wg B8 aL hw -B +" =I H4 UV aX j0 WL :O 6u x( o+ 0N "Z J/ ml +& YO C, f2 ,f mq G0 NR =z (! oZ fc DN %z rh eP p" jP A4 y2 *% 3t Jr /? L, pG D0 %C 39 nM Vj Xp mc
         
     | 
| 
      
 8 
     | 
    
         
            +
            Steven:              !K yD 8; #s 3E wq yP hT CH g" Nb Wo i# wa 1G mZ A+ vE ao Bj -' NW ,N 1C V0 )% qJ Ve 0h -k <Y p/ ZZ 2q -* mn 6n p% 42 ;< rP Rr WS Bc fw sD Yc X? 3o s) #I -R 7l $e dZ $N BJ 7u -n H8 V5 *1 DO .V cL ?? 2. v? K& AK nO rz kL Q5 #% )I v$ 8R 2l NF 74 8p K% ?d wb $= X1 8V B> o1 0% ,x T/ F- Re
         
     | 
| 
      
 9 
     | 
    
         
            +
            Walker:              0e D6 8C X, 3p qY PR h( E% f" ?I mo 0# a9 =7 &( )t v= qa Gj H' bN ,= 21 V, KC qe gV Yh -= w? 6t 8Z OZ -h ms 6, pK w2 En r; 5X WN Br pL sh BB i+ I0 fe 4U aj R0 nW m: 6= %( oV MG '> uS b? W& U0 pR !i 0i 1X -( eI f7 Q5 .+ rf Y: Vy F4 %v b8 yp Vj /3 u& aQ Wi "C fF +< C2 0l oY Nd :z Az Iy
         
     | 
| 
      
 10 
     | 
    
         
            +
            Conal:               KK aD +8 sU Vl qP MP 3h hE r" N7 Ho j# u- =W (J +b Nv "a uj j' +S I< v1 EV 8K EH VY hD ;- Yc /M ZA "Z k- 6# 6< pT &2 2< r" X+ nz B6 LQ hS aB UB 'I 'f ei Fa fj =W q: 6Q X( Uo XN Z> Tr Km .& eY ,p bf fw *m GJ NC =F (1 pZ Oz Dx R% h4 d* gp oP 4A y# Yv x: Ie e# e% mc Ze E$ a< 2S ,. )0 QW
         
     | 
| 
         @@ -0,0 +1,11 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Mother Dahlia:       u8 AA sB hh (( yy (% )t Tu 7P ww aa ./ %< == ii Qq vN *D JG oo Lr jq 9L pz af #6 0o fR ,N A/ CT 2. '' 4P uN -$ lF 2: u) wd uv v5 A2 aK aP ?f rr i? >> tg nr &O 8! jt &; mm kU jj JK ?L !/ -U uU PP 7J iW !Y M, 3+ NE t+
         
     | 
| 
      
 2 
     | 
    
         
            +
            Child Brittany:      8u <A Bs hh (( yy %( )t Tu P7 wp Ya /6 %< Z= $i qn vN D* JG Zo L' jq 9" oz fa #6 o" Rf ,N /A CT .2 '' P? uN q- lF x2 u. dw vu cv UA tK DP kf rr ?d #> tE rn &O D8 tE &; 6m U. jj JK L? /! 9U UD UP yJ iW U! ,; v+ #N t+
         
     | 
| 
      
 3 
     | 
    
         
            +
            8
         
     | 
| 
      
 4 
     | 
    
         
            +
            Randy:               J8 <4 s" h7 8x yx (+ 9t ZT Pw zp #Y 6U %- Z0 -$ n* KN *e GG kZ 'Y q< "# (o a8 U# e" fJ -N !/ fV .- '< 3? u" q> l# xg .b Vw vM ck XU pt DW )k "r d; h# EN n& &q Da SE g; 63 .T jK ZJ r? b! Y9 PD U9 Ey SH sU q; v4 #t q+
         
     | 
| 
      
 5 
     | 
    
         
            +
            Gregor:              uK <P sF Dh .( y! (P tG TF X7 dp %Y 6m T< Z1 $y n3 jN )D eG cZ 'l q: "d Wo Xa #: "Q RV JN m/ =T E. 'u *? NT .q kF xu z. .P v9 Tc U& t. LD xk rs &d D# Eo rB O6 %D $E 2& M6 c. $j kK pL /& $9 DC UA Vy W" Uc I; vf #s +b
         
     | 
| 
      
 6 
     | 
    
         
            +
            Declan:              <u #< +s hc (! yN k% t4 GT Q7 tp YK f6 8% ZK ;$ Nn 'v S* 2T rZ 'n jj )" or f' 6k "" 6R $N /d zC <. 'g ?# Nx rq Fr Wx .; dk vg cz +U t6 tD kG Ar dH p# Eg rF %& e5 Ey ;; ;6 .b Vj JT 'L !N *9 Dx -U yQ %. U- ;L ;v #% t(
         
     | 
| 
      
 7 
     | 
    
         
            +
            Robert:              uf >< 's Qx (B =y %# tF HT P? *p dY 6I <0 ;Z o$ ln VN D# fJ Zs 'C RF "o oV fJ #r o" bR MN P+ ?C n2 '( ?3 yu q% FD xt n. wh FB /c UM t' .D k9 br pd #N 9E rV )O jD 6E :& 61 .5 jT Ka 0L !< 98 vD >U yG 0W gU ;; vr s# +8
         
     | 
| 
      
 8 
     | 
    
         
            +
            Albert:              u; <h fs hI (0 *y 3( t! aT P7 pM YT 6i :< ZZ $N n* N8 DF Jm Z2 v' jj "q jD ff #e a" PR ," // Tb .x 1' ?w XN Gq 1F X( .q dg vy c3 pU tu D; kV rA d* #/ E= Ps "& 'D EM ;9 s6 f. jk KM 5L a! G9 Dp $U lg ti ,z ;, jv -# tr
         
     | 
| 
      
 9 
     | 
    
         
            +
            Harvey:              u1 t< s% h/ (n ya d% f) Tq 7* wp (Y 6. k% kZ $b :n vD *' &J Z" '> bq "q oM aZ (# "N JR ZN V/ T( b. '3 V? Uu qw WF x" :. /d Dv cl U& t8 LD Yk r! Td j# GE nY &* DK FE &# l6 p. &j zK 6L F/ 9= D. pU yn WT U6 ;: vE #K 6t
         
     | 
| 
      
 10 
     | 
    
         
            +
            Calvin:              8N <b 8B Nh (D y( %> m) hT L7 fp oY %6 I< aZ X$ n2 N< ,* k) Z% T' qp j" oY a3 #v "N 5n m, /L =T MC 45 ?x mu 4q F= xI O. wz uu cB Uo Tt M) :k 9X ds #M E: n) O/ DS FE v; J6 Ml jN XJ lZ !o 90 Dc UN (u Gi zU ?; vj #& !+
         
     | 
| 
      
 11 
     | 
    
         
            +
            Kingston:            u) << 0s ha ,( =y (o mt ZT 7# )p eY 6- <w Zl x$ n1 v5 *I =J Zo f' $1 C" oh a( #X 1" fv N$ A6 zC ul ?' i? uv I, xl x( x. "w vo c& U6 tt 4D kj %r dx b# E7 nG OP D" sE H& 6D .5 j, *x ?Q !4 &9 OD UR $y iF Uz ;o Pv #k 6+
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Scott, you are the father!
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Chris, you are the father!
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Jose, you are the father!
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Tate, you are the father!
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Zachariah, you are the father!
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Zion, you are the father!
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Merrick, you are the father!
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Kevin, you are the father!
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Harvey, you are the father!
         
     | 
| 
         @@ -0,0 +1,28 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {
         
     | 
| 
      
 2 
     | 
    
         
            +
                "path": "easy/ZeckendorfRepresentationPartI",
         
     | 
| 
      
 3 
     | 
    
         
            +
                "name": "Zeckendorf representation, part I",
         
     | 
| 
      
 4 
     | 
    
         
            +
                "alphanumName": "ZeckendorfRepresentationPartI",
         
     | 
| 
      
 5 
     | 
    
         
            +
                "link": "https://www.codingame.com/ide/puzzle/zeckendorf-representation-part-i",
         
     | 
| 
      
 6 
     | 
    
         
            +
                "tests": [
         
     | 
| 
      
 7 
     | 
    
         
            +
                    {
         
     | 
| 
      
 8 
     | 
    
         
            +
                        "name": "Test 1",
         
     | 
| 
      
 9 
     | 
    
         
            +
                        "alphanumName": "test1",
         
     | 
| 
      
 10 
     | 
    
         
            +
                        "file": "01 - test 1.txt"
         
     | 
| 
      
 11 
     | 
    
         
            +
                    },
         
     | 
| 
      
 12 
     | 
    
         
            +
                    {
         
     | 
| 
      
 13 
     | 
    
         
            +
                        "name": "Test 2",
         
     | 
| 
      
 14 
     | 
    
         
            +
                        "alphanumName": "test2",
         
     | 
| 
      
 15 
     | 
    
         
            +
                        "file": "02 - test 2.txt"
         
     | 
| 
      
 16 
     | 
    
         
            +
                    },
         
     | 
| 
      
 17 
     | 
    
         
            +
                    {
         
     | 
| 
      
 18 
     | 
    
         
            +
                        "name": "Test 3",
         
     | 
| 
      
 19 
     | 
    
         
            +
                        "alphanumName": "test3",
         
     | 
| 
      
 20 
     | 
    
         
            +
                        "file": "03 - test 3.txt"
         
     | 
| 
      
 21 
     | 
    
         
            +
                    },
         
     | 
| 
      
 22 
     | 
    
         
            +
                    {
         
     | 
| 
      
 23 
     | 
    
         
            +
                        "name": "Test 4",
         
     | 
| 
      
 24 
     | 
    
         
            +
                        "alphanumName": "test4",
         
     | 
| 
      
 25 
     | 
    
         
            +
                        "file": "04 - test 4.txt"
         
     | 
| 
      
 26 
     | 
    
         
            +
                    }
         
     | 
| 
      
 27 
     | 
    
         
            +
                ]
         
     | 
| 
      
 28 
     | 
    
         
            +
            }
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            64
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            781436
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            787128826829
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            7392453117133756
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            55+8+1
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            514229+196418+46368+17711+4181+1597+610+233+89
         
     |