@cyrilverloop/codingame-configuration 1.5.1 → 1.7.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 +42 -0
- package/config/easy/BlendingColors/config.json +1 -1
- package/config/easy/CrazyList/config.json +1 -1
- package/config/easy/FurlongsPerFortnight/config.json +8 -8
- package/config/easy/SavingSnoopy/config.json +1 -1
- package/config/easy/TheAlienBusinessOfCows/code/CGCode.js +9 -0
- package/config/easy/TheAlienBusinessOfCows/code/CGCode.php +11 -0
- package/config/easy/TheAlienBusinessOfCows/config.json +33 -0
- package/config/easy/TheAlienBusinessOfCows/input/01 - United Steak of America.txt +12 -0
- package/config/easy/TheAlienBusinessOfCows/input/02 - Free Tacow !.txt +9 -0
- package/config/easy/TheAlienBusinessOfCows/input/03 - Is that a Mowse.txt +5 -0
- package/config/easy/TheAlienBusinessOfCows/input/04 - Those missions are stupid.txt +5 -0
- package/config/easy/TheAlienBusinessOfCows/input/05 - Union of Steak Amateurs.txt +9 -0
- package/config/easy/TheAlienBusinessOfCows/output/01 - United Steak of America.txt +11 -0
- package/config/easy/TheAlienBusinessOfCows/output/02 - Free Tacow !.txt +8 -0
- package/config/easy/TheAlienBusinessOfCows/output/03 - Is that a Mowse.txt +4 -0
- package/config/easy/TheAlienBusinessOfCows/output/04 - Those missions are stupid.txt +4 -0
- package/config/easy/TheAlienBusinessOfCows/output/05 - Union of Steak Amateurs.txt +8 -0
- package/config/medium/ASCIIArtWithLogoLanguage/code/CGCode.js +9 -0
- package/config/medium/ASCIIArtWithLogoLanguage/code/CGCode.php +11 -0
- package/config/medium/ASCIIArtWithLogoLanguage/config.json +48 -0
- package/config/medium/ASCIIArtWithLogoLanguage/input/01 - test 1.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguage/input/02 - test 2.txt +10 -0
- package/config/medium/ASCIIArtWithLogoLanguage/input/03 - test 3.txt +14 -0
- package/config/medium/ASCIIArtWithLogoLanguage/input/04 - test 4.txt +52 -0
- package/config/medium/ASCIIArtWithLogoLanguage/input/05 - test 5.txt +32 -0
- package/config/medium/ASCIIArtWithLogoLanguage/input/06 - test 6.txt +19 -0
- package/config/medium/ASCIIArtWithLogoLanguage/input/07 - test 7.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguage/input/08 - test 8.txt +24 -0
- package/config/medium/ASCIIArtWithLogoLanguage/output/01 - test 1.txt +1 -0
- package/config/medium/ASCIIArtWithLogoLanguage/output/02 - test 2.txt +6 -0
- package/config/medium/ASCIIArtWithLogoLanguage/output/03 - test 3.txt +6 -0
- package/config/medium/ASCIIArtWithLogoLanguage/output/04 - test 4.txt +9 -0
- package/config/medium/ASCIIArtWithLogoLanguage/output/05 - test 5.txt +5 -0
- package/config/medium/ASCIIArtWithLogoLanguage/output/06 - test 6.txt +1 -0
- package/config/medium/ASCIIArtWithLogoLanguage/output/07 - test 7.txt +5 -0
- package/config/medium/ASCIIArtWithLogoLanguage/output/08 - test 8.txt +21 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/code/CGCode.js +9 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/code/CGCode.php +11 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/config.json +53 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/01 - test 1.txt +3 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/02 - test 2.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/03 - test 3.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/04 - test 4.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/05 - test 5.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/06 - test 6.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/07 - test 7.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/08 - test 8.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/09 - test 9.txt +3 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/01 - test 1.txt +5 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/02 - test 2.txt +6 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/03 - test 3.txt +6 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/04 - test 4.txt +6 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/05 - test 5.txt +13 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/06 - test 6.txt +1 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/07 - test 7.txt +6 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/08 - test 8.txt +16 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/09 - test 9.txt +10 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/code/CGCode.js +17 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/code/CGCode.php +20 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/config.json +28 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/input/01 - First contact.txt +11 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/input/02 - Longer Message with More Words.txt +163 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/input/03 - A Lot More Words.txt +559 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/input/04 - Final Test.txt +1072 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/output/01 - First contact.txt +27 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/output/02 - Longer Message with More Words.txt +27 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/output/03 - A Lot More Words.txt +27 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/output/04 - Final Test.txt +27 -0
- package/config/medium/BinPacking/code/CGCode.js +9 -0
- package/config/medium/BinPacking/code/CGCode.php +11 -0
- package/config/medium/BinPacking/config.json +28 -0
- package/config/medium/BinPacking/input/01 - Samples.txt +13 -0
- package/config/medium/BinPacking/input/02 - NP-Easy.txt +62 -0
- package/config/medium/BinPacking/input/03 - NP-Medium.txt +87 -0
- package/config/medium/BinPacking/input/04 - NP-Hard.txt +82 -0
- package/config/medium/BinPacking/output/01 - Samples.txt +12 -0
- package/config/medium/BinPacking/output/02 - NP-Easy.txt +61 -0
- package/config/medium/BinPacking/output/03 - NP-Medium.txt +86 -0
- package/config/medium/BinPacking/output/04 - NP-Hard.txt +81 -0
- package/config/medium/BoardingPassesReady/code/CGCode.js +11 -0
- package/config/medium/BoardingPassesReady/code/CGCode.php +13 -0
- package/config/medium/BoardingPassesReady/config.json +38 -0
- package/config/medium/BoardingPassesReady/input/01 - A very small plane indeed.txt +5 -0
- package/config/medium/BoardingPassesReady/input/02 - Just A Few.txt +7 -0
- package/config/medium/BoardingPassesReady/input/03 - Small Flight.txt +15 -0
- package/config/medium/BoardingPassesReady/input/04 - Half Full.txt +27 -0
- package/config/medium/BoardingPassesReady/input/05 - Wide-Body Craft.txt +43 -0
- package/config/medium/BoardingPassesReady/input/06 - Half-full Wide-Body.txt +57 -0
- package/config/medium/BoardingPassesReady/output/01 - A very small plane indeed.txt +2 -0
- package/config/medium/BoardingPassesReady/output/02 - Just A Few.txt +2 -0
- package/config/medium/BoardingPassesReady/output/03 - Small Flight.txt +6 -0
- package/config/medium/BoardingPassesReady/output/04 - Half Full.txt +6 -0
- package/config/medium/BoardingPassesReady/output/05 - Wide-Body Craft.txt +8 -0
- package/config/medium/BoardingPassesReady/output/06 - Half-full Wide-Body.txt +7 -0
- package/config/medium/BoggleWithFriends/code/CGCode.js +12 -0
- package/config/medium/BoggleWithFriends/code/CGCode.php +15 -0
- package/config/medium/BoggleWithFriends/config.json +68 -0
- package/config/medium/BoggleWithFriends/input/01 - all words are valid, no dups.txt +11 -0
- package/config/medium/BoggleWithFriends/input/02 - some words are not valid for this boggle board.txt +10 -0
- package/config/medium/BoggleWithFriends/input/03 - Multiple players have the same word.txt +7 -0
- package/config/medium/BoggleWithFriends/input/04 - Individual players repeat their own words.txt +10 -0
- package/config/medium/BoggleWithFriends/input/05 - All put together.txt +9 -0
- package/config/medium/BoggleWithFriends/input/06 - The one where it/342/200/231s funny.txt" +10 -0
- package/config/medium/BoggleWithFriends/input/07 - Random.txt +9 -0
- package/config/medium/BoggleWithFriends/input/08 - Pivot, Break, RIP Matthew Perry.txt +8 -0
- package/config/medium/BoggleWithFriends/input/09 - Smelly Cat, Haircut.txt +7 -0
- package/config/medium/BoggleWithFriends/input/10 - Awkward and Too Tidy.txt +9 -0
- package/config/medium/BoggleWithFriends/input/11 - Intense.txt +8 -0
- package/config/medium/BoggleWithFriends/input/12 - Friendship is valuable.txt +7 -0
- package/config/medium/BoggleWithFriends/output/01 - all words are valid, no dups.txt +35 -0
- package/config/medium/BoggleWithFriends/output/02 - some words are not valid for this boggle board.txt +32 -0
- package/config/medium/BoggleWithFriends/output/03 - Multiple players have the same word.txt +16 -0
- package/config/medium/BoggleWithFriends/output/04 - Individual players repeat their own words.txt +49 -0
- package/config/medium/BoggleWithFriends/output/05 - All put together.txt +24 -0
- package/config/medium/BoggleWithFriends/output/06 - The one where it/342/200/231s funny.txt" +31 -0
- package/config/medium/BoggleWithFriends/output/07 - Random.txt +27 -0
- package/config/medium/BoggleWithFriends/output/08 - Pivot, Break, RIP Matthew Perry.txt +33 -0
- package/config/medium/BoggleWithFriends/output/09 - Smelly Cat, Haircut.txt +42 -0
- package/config/medium/BoggleWithFriends/output/10 - Awkward and Too Tidy.txt +24 -0
- package/config/medium/BoggleWithFriends/output/11 - Intense.txt +29 -0
- package/config/medium/BoggleWithFriends/output/12 - Friendship is valuable.txt +44 -0
- package/config/medium/Coastline/code/CGCode.js +9 -0
- package/config/medium/Coastline/code/CGCode.php +11 -0
- package/config/medium/Coastline/config.json +28 -0
- package/config/medium/Coastline/input/01 - Easy cases.txt +11 -0
- package/config/medium/Coastline/input/02 - Harder cases.txt +11 -0
- package/config/medium/Coastline/input/03 - Long list of cases.txt +51 -0
- package/config/medium/Coastline/input/04 - Long list of rocks.txt +21 -0
- package/config/medium/Coastline/output/01 - Easy cases.txt +10 -0
- package/config/medium/Coastline/output/02 - Harder cases.txt +10 -0
- package/config/medium/Coastline/output/03 - Long list of cases.txt +50 -0
- package/config/medium/Coastline/output/04 - Long list of rocks.txt +20 -0
- package/config/medium/CountAsICount2/code/CGCode.js +6 -0
- package/config/medium/CountAsICount2/code/CGCode.php +7 -0
- package/config/medium/CountAsICount2/config.json +43 -0
- package/config/medium/CountAsICount2/input/01 - Bring back memory.txt +1 -0
- package/config/medium/CountAsICount2/input/02 - Not 4 rounds.txt +1 -0
- package/config/medium/CountAsICount2/input/03 - Only one.txt +1 -0
- package/config/medium/CountAsICount2/input/04 - Smarter not faster.txt +1 -0
- package/config/medium/CountAsICount2/input/05 - Bigger.txt +1 -0
- package/config/medium/CountAsICount2/input/06 - Even bigger.txt +1 -0
- package/config/medium/CountAsICount2/input/07 - The end.txt +1 -0
- package/config/medium/CountAsICount2/output/01 - Bring back memory.txt +1 -0
- package/config/medium/CountAsICount2/output/02 - Not 4 rounds.txt +1 -0
- package/config/medium/CountAsICount2/output/03 - Only one.txt +1 -0
- package/config/medium/CountAsICount2/output/04 - Smarter not faster.txt +1 -0
- package/config/medium/CountAsICount2/output/05 - Bigger.txt +1 -0
- package/config/medium/CountAsICount2/output/06 - Even bigger.txt +1 -0
- package/config/medium/CountAsICount2/output/07 - The end.txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/code/CGCode.js +7 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/code/CGCode.php +8 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/config.json +58 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/01 - Zero.txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/02 - Simple integer.txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/03 - Invalid number.txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/04 - Simple decimal.txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/05 - Decimal with rounding (1).txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/06 - Decimal with rounding (2).txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/07 - Scientific notation (1).txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/08 - Scientific notation (2).txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/09 - Scientific notation (3).txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/10 - Scientific notation (4).txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/01 - Zero.txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/02 - Simple integer.txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/03 - Invalid number.txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/04 - Simple decimal.txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/05 - Decimal with rounding (1).txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/06 - Decimal with rounding (2).txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/07 - Scientific notation (1).txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/08 - Scientific notation (2).txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/09 - Scientific notation (3).txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/10 - Scientific notation (4).txt +2 -0
- package/config/medium/FinishTheEightQueens/code/CGCode.js +10 -0
- package/config/medium/FinishTheEightQueens/code/CGCode.php +13 -0
- package/config/medium/FinishTheEightQueens/config.json +28 -0
- package/config/medium/FinishTheEightQueens/input/01 - test 1.txt +8 -0
- package/config/medium/FinishTheEightQueens/input/02 - test 2.txt +8 -0
- package/config/medium/FinishTheEightQueens/input/03 - test 3.txt +8 -0
- package/config/medium/FinishTheEightQueens/input/04 - test 4.txt +8 -0
- package/config/medium/FinishTheEightQueens/output/01 - test 1.txt +8 -0
- package/config/medium/FinishTheEightQueens/output/02 - test 2.txt +8 -0
- package/config/medium/FinishTheEightQueens/output/03 - test 3.txt +8 -0
- package/config/medium/FinishTheEightQueens/output/04 - test 4.txt +8 -0
- package/config/medium/FirewallPlacement/code/CGCode.js +11 -0
- package/config/medium/FirewallPlacement/code/CGCode.php +13 -0
- package/config/medium/FirewallPlacement/config.json +28 -0
- package/config/medium/FirewallPlacement/input/01 - Small network.txt +12 -0
- package/config/medium/FirewallPlacement/input/02 - Medium network.txt +18 -0
- package/config/medium/FirewallPlacement/input/03 - Larger lobster graph.txt +118 -0
- package/config/medium/FirewallPlacement/input/04 - Large graph.txt +253 -0
- package/config/medium/FirewallPlacement/output/01 - Small network.txt +1 -0
- package/config/medium/FirewallPlacement/output/02 - Medium network.txt +1 -0
- package/config/medium/FirewallPlacement/output/03 - Larger lobster graph.txt +1 -0
- package/config/medium/FirewallPlacement/output/04 - Large graph.txt +1 -0
- package/config/medium/FunWithCGXExpressions/code/CGCode.js +9 -0
- package/config/medium/FunWithCGXExpressions/code/CGCode.php +11 -0
- package/config/medium/FunWithCGXExpressions/config.json +53 -0
- package/config/medium/FunWithCGXExpressions/input/01 - Very simple.txt +2 -0
- package/config/medium/FunWithCGXExpressions/input/02 - Easy.txt +2 -0
- package/config/medium/FunWithCGXExpressions/input/03 - Simple.txt +3 -0
- package/config/medium/FunWithCGXExpressions/input/04 - Fractions.txt +10 -0
- package/config/medium/FunWithCGXExpressions/input/05 - Negative constants.txt +5 -0
- package/config/medium/FunWithCGXExpressions/input/06 - Not so simple.txt +10 -0
- package/config/medium/FunWithCGXExpressions/input/07 - Negative denominator.txt +5 -0
- package/config/medium/FunWithCGXExpressions/input/08 - Some recursion.txt +18 -0
- package/config/medium/FunWithCGXExpressions/input/09 - Random variables.txt +10 -0
- package/config/medium/FunWithCGXExpressions/output/01 - Very simple.txt +1 -0
- package/config/medium/FunWithCGXExpressions/output/02 - Easy.txt +1 -0
- package/config/medium/FunWithCGXExpressions/output/03 - Simple.txt +1 -0
- package/config/medium/FunWithCGXExpressions/output/04 - Fractions.txt +1 -0
- package/config/medium/FunWithCGXExpressions/output/05 - Negative constants.txt +1 -0
- package/config/medium/FunWithCGXExpressions/output/06 - Not so simple.txt +1 -0
- package/config/medium/FunWithCGXExpressions/output/07 - Negative denominator.txt +1 -0
- package/config/medium/FunWithCGXExpressions/output/08 - Some recursion.txt +1 -0
- package/config/medium/FunWithCGXExpressions/output/09 - Random variables.txt +1 -0
- package/config/medium/HowManyRoadsLeadToRome/code/CGCode.js +12 -0
- package/config/medium/HowManyRoadsLeadToRome/code/CGCode.php +15 -0
- package/config/medium/HowManyRoadsLeadToRome/config.json +33 -0
- package/config/medium/HowManyRoadsLeadToRome/input/01 - One road.txt +5 -0
- package/config/medium/HowManyRoadsLeadToRome/input/02 - Two roads.txt +5 -0
- package/config/medium/HowManyRoadsLeadToRome/input/03 - No way.txt +3 -0
- package/config/medium/HowManyRoadsLeadToRome/input/04 - Oops, loops!.txt +14 -0
- package/config/medium/HowManyRoadsLeadToRome/input/05 - Big graph!.txt +100 -0
- package/config/medium/HowManyRoadsLeadToRome/output/01 - One road.txt +1 -0
- package/config/medium/HowManyRoadsLeadToRome/output/02 - Two roads.txt +1 -0
- package/config/medium/HowManyRoadsLeadToRome/output/03 - No way.txt +1 -0
- package/config/medium/HowManyRoadsLeadToRome/output/04 - Oops, loops!.txt +1 -0
- package/config/medium/HowManyRoadsLeadToRome/output/05 - Big graph!.txt +1 -0
- package/config/medium/LexiScrambleQuest/code/CGCode.js +6 -0
- package/config/medium/LexiScrambleQuest/code/CGCode.php +7 -0
- package/config/medium/LexiScrambleQuest/config.json +48 -0
- package/config/medium/LexiScrambleQuest/input/01 - Nursery.txt +1 -0
- package/config/medium/LexiScrambleQuest/input/02 - Just words....txt +1 -0
- package/config/medium/LexiScrambleQuest/input/03 - Small words.txt +1 -0
- package/config/medium/LexiScrambleQuest/input/04 - Medium length.txt +1 -0
- package/config/medium/LexiScrambleQuest/input/05 - Little long.txt +1 -0
- package/config/medium/LexiScrambleQuest/input/06 - mississippi.txt +1 -0
- package/config/medium/LexiScrambleQuest/input/07 - Monstrous.txt +1 -0
- package/config/medium/LexiScrambleQuest/input/08 - Beatles.txt +1 -0
- package/config/medium/LexiScrambleQuest/output/01 - Nursery.txt +1 -0
- package/config/medium/LexiScrambleQuest/output/02 - Just words....txt +1 -0
- package/config/medium/LexiScrambleQuest/output/03 - Small words.txt +1 -0
- package/config/medium/LexiScrambleQuest/output/04 - Medium length.txt +1 -0
- package/config/medium/LexiScrambleQuest/output/05 - Little long.txt +1 -0
- package/config/medium/LexiScrambleQuest/output/06 - mississippi.txt +1 -0
- package/config/medium/LexiScrambleQuest/output/07 - Monstrous.txt +1 -0
- package/config/medium/LexiScrambleQuest/output/08 - Beatles.txt +1 -0
- package/config/medium/MagicColoring/code/CGCode.js +11 -0
- package/config/medium/MagicColoring/code/CGCode.php +11 -0
- package/config/medium/MagicColoring/config.json +38 -0
- package/config/medium/MagicColoring/input/01 - Yin Yang.txt +8 -0
- package/config/medium/MagicColoring/input/02 - Television Image.txt +7 -0
- package/config/medium/MagicColoring/input/03 - Monochrome.txt +11 -0
- package/config/medium/MagicColoring/input/04 - Chaos Line.txt +2 -0
- package/config/medium/MagicColoring/input/05 - Wall Of Color.txt +51 -0
- package/config/medium/MagicColoring/input/06 - A Dot.txt +2 -0
- package/config/medium/MagicColoring/output/01 - Yin Yang.txt +1 -0
- package/config/medium/MagicColoring/output/02 - Television Image.txt +7 -0
- package/config/medium/MagicColoring/output/03 - Monochrome.txt +1 -0
- package/config/medium/MagicColoring/output/04 - Chaos Line.txt +9 -0
- package/config/medium/MagicColoring/output/05 - Wall Of Color.txt +9 -0
- package/config/medium/MagicColoring/output/06 - A Dot.txt +1 -0
- package/config/medium/MarkovAnts/code/CGCode.js +12 -0
- package/config/medium/MarkovAnts/code/CGCode.php +12 -0
- package/config/medium/MarkovAnts/config.json +53 -0
- package/config/medium/MarkovAnts/input/01 - Base case.txt +7 -0
- package/config/medium/MarkovAnts/input/02 - Square 6.txt +9 -0
- package/config/medium/MarkovAnts/input/03 - Different step.txt +9 -0
- package/config/medium/MarkovAnts/input/04 - Different origin.txt +7 -0
- package/config/medium/MarkovAnts/input/05 - Different shape (rectangle).txt +5 -0
- package/config/medium/MarkovAnts/input/06 - Different shape + start.txt +7 -0
- package/config/medium/MarkovAnts/input/07 - Different shape + start + step.txt +7 -0
- package/config/medium/MarkovAnts/input/08 - Extra test 1.txt +10 -0
- package/config/medium/MarkovAnts/input/09 - Extra test 2.txt +17 -0
- package/config/medium/MarkovAnts/output/01 - Base case.txt +1 -0
- package/config/medium/MarkovAnts/output/02 - Square 6.txt +1 -0
- package/config/medium/MarkovAnts/output/03 - Different step.txt +1 -0
- package/config/medium/MarkovAnts/output/04 - Different origin.txt +1 -0
- package/config/medium/MarkovAnts/output/05 - Different shape (rectangle).txt +1 -0
- package/config/medium/MarkovAnts/output/06 - Different shape + start.txt +1 -0
- package/config/medium/MarkovAnts/output/07 - Different shape + start + step.txt +1 -0
- package/config/medium/MarkovAnts/output/08 - Extra test 1.txt +1 -0
- package/config/medium/MarkovAnts/output/09 - Extra test 2.txt +1 -0
- package/config/medium/Mosaic/code/CGCode.js +11 -0
- package/config/medium/Mosaic/code/CGCode.php +14 -0
- package/config/medium/Mosaic/config.json +63 -0
- package/config/medium/Mosaic/input/01 - Then those ones must be empty.txt +4 -0
- package/config/medium/Mosaic/input/02 - All blank.txt +4 -0
- package/config/medium/Mosaic/input/03 - Then those ones must be filled.txt +4 -0
- package/config/medium/Mosaic/input/04 - Careful.txt +5 -0
- package/config/medium/Mosaic/input/05 - 5x5.txt +6 -0
- package/config/medium/Mosaic/input/06 - 10x10.txt +11 -0
- package/config/medium/Mosaic/input/07 - 15x15.txt +16 -0
- package/config/medium/Mosaic/input/08 - 20x20.txt +21 -0
- package/config/medium/Mosaic/input/09 - 25x25.txt +26 -0
- package/config/medium/Mosaic/input/10 - Pixel art - Yin Yang.txt +19 -0
- package/config/medium/Mosaic/input/11 - Pixel art - Congratulations.txt +26 -0
- package/config/medium/Mosaic/output/01 - Then those ones must be empty.txt +3 -0
- package/config/medium/Mosaic/output/02 - All blank.txt +3 -0
- package/config/medium/Mosaic/output/03 - Then those ones must be filled.txt +3 -0
- package/config/medium/Mosaic/output/04 - Careful.txt +4 -0
- package/config/medium/Mosaic/output/05 - 5x5.txt +5 -0
- package/config/medium/Mosaic/output/06 - 10x10.txt +10 -0
- package/config/medium/Mosaic/output/07 - 15x15.txt +15 -0
- package/config/medium/Mosaic/output/08 - 20x20.txt +20 -0
- package/config/medium/Mosaic/output/09 - 25x25.txt +25 -0
- package/config/medium/Mosaic/output/10 - Pixel art - Yin Yang.txt +18 -0
- package/config/medium/Mosaic/output/11 - Pixel art - Congratulations.txt +25 -0
- package/config/medium/NeedleInAHaystack/code/CGCode.js +15 -0
- package/config/medium/NeedleInAHaystack/code/CGCode.php +16 -0
- package/config/medium/NeedleInAHaystack/config.json +33 -0
- package/config/medium/NeedleInAHaystack/input/01 - Examples.txt +16 -0
- package/config/medium/NeedleInAHaystack/input/02 - Digits.txt +18 -0
- package/config/medium/NeedleInAHaystack/input/03 - Mixed.txt +22 -0
- package/config/medium/NeedleInAHaystack/input/04 - Large Heap.txt +29 -0
- package/config/medium/NeedleInAHaystack/input/05 - Larger Heap.txt +33 -0
- package/config/medium/NeedleInAHaystack/output/01 - Examples.txt +11 -0
- package/config/medium/NeedleInAHaystack/output/02 - Digits.txt +12 -0
- package/config/medium/NeedleInAHaystack/output/03 - Mixed.txt +10 -0
- package/config/medium/NeedleInAHaystack/output/04 - Large Heap.txt +12 -0
- package/config/medium/NeedleInAHaystack/output/05 - Larger Heap.txt +12 -0
- package/config/medium/OneForHisNobs/code/CGCode.js +14 -0
- package/config/medium/OneForHisNobs/code/CGCode.php +18 -0
- package/config/medium/OneForHisNobs/config.json +53 -0
- package/config/medium/OneForHisNobs/input/01 - Fifteens.txt +6 -0
- package/config/medium/OneForHisNobs/input/02 - Runs.txt +4 -0
- package/config/medium/OneForHisNobs/input/03 - Pairs.txt +4 -0
- package/config/medium/OneForHisNobs/input/04 - Flushes.txt +4 -0
- package/config/medium/OneForHisNobs/input/05 - One for his nobs.txt +2 -0
- package/config/medium/OneForHisNobs/input/06 - Compound runs.txt +5 -0
- package/config/medium/OneForHisNobs/input/07 - Big Hands.txt +6 -0
- package/config/medium/OneForHisNobs/input/08 - 19 hand.txt +2 -0
- package/config/medium/OneForHisNobs/input/09 - Wikipedia hands.txt +8 -0
- package/config/medium/OneForHisNobs/output/01 - Fifteens.txt +5 -0
- package/config/medium/OneForHisNobs/output/02 - Runs.txt +3 -0
- package/config/medium/OneForHisNobs/output/03 - Pairs.txt +3 -0
- package/config/medium/OneForHisNobs/output/04 - Flushes.txt +3 -0
- package/config/medium/OneForHisNobs/output/05 - One for his nobs.txt +1 -0
- package/config/medium/OneForHisNobs/output/06 - Compound runs.txt +4 -0
- package/config/medium/OneForHisNobs/output/07 - Big Hands.txt +5 -0
- package/config/medium/OneForHisNobs/output/08 - 19 hand.txt +1 -0
- package/config/medium/OneForHisNobs/output/09 - Wikipedia hands.txt +7 -0
- package/config/medium/PartitionNumbers/code/CGCode.js +9 -0
- package/config/medium/PartitionNumbers/code/CGCode.php +11 -0
- package/config/medium/PartitionNumbers/config.json +43 -0
- package/config/medium/PartitionNumbers/input/01 - test 1.txt +2 -0
- package/config/medium/PartitionNumbers/input/02 - test 2.txt +3 -0
- package/config/medium/PartitionNumbers/input/03 - test 3.txt +2 -0
- package/config/medium/PartitionNumbers/input/04 - test 4.txt +6 -0
- package/config/medium/PartitionNumbers/input/05 - test 5.txt +11 -0
- package/config/medium/PartitionNumbers/input/06 - test 6.txt +16 -0
- package/config/medium/PartitionNumbers/input/07 - test 7.txt +16 -0
- package/config/medium/PartitionNumbers/output/01 - test 1.txt +1 -0
- package/config/medium/PartitionNumbers/output/02 - test 2.txt +2 -0
- package/config/medium/PartitionNumbers/output/03 - test 3.txt +1 -0
- package/config/medium/PartitionNumbers/output/04 - test 4.txt +5 -0
- package/config/medium/PartitionNumbers/output/05 - test 5.txt +10 -0
- package/config/medium/PartitionNumbers/output/06 - test 6.txt +15 -0
- package/config/medium/PartitionNumbers/output/07 - test 7.txt +15 -0
- package/config/medium/RiskOddsCalculator/code/CGCode.js +7 -0
- package/config/medium/RiskOddsCalculator/code/CGCode.php +8 -0
- package/config/medium/RiskOddsCalculator/config.json +48 -0
- package/config/medium/RiskOddsCalculator/input/01 - Minimal armies.txt +2 -0
- package/config/medium/RiskOddsCalculator/input/02 - Small armies, advantage attacker.txt +2 -0
- package/config/medium/RiskOddsCalculator/input/03 - Small armies, advantage defender.txt +2 -0
- package/config/medium/RiskOddsCalculator/input/04 - Small armies, balanced.txt +2 -0
- package/config/medium/RiskOddsCalculator/input/05 - Crushing endgame.txt +2 -0
- package/config/medium/RiskOddsCalculator/input/06 - Hail Mary.txt +2 -0
- package/config/medium/RiskOddsCalculator/input/07 - Large, uncertain battle.txt +2 -0
- package/config/medium/RiskOddsCalculator/input/08 - Mother of all battles.txt +2 -0
- package/config/medium/RiskOddsCalculator/output/01 - Minimal armies.txt +1 -0
- package/config/medium/RiskOddsCalculator/output/02 - Small armies, advantage attacker.txt +1 -0
- package/config/medium/RiskOddsCalculator/output/03 - Small armies, advantage defender.txt +1 -0
- package/config/medium/RiskOddsCalculator/output/04 - Small armies, balanced.txt +1 -0
- package/config/medium/RiskOddsCalculator/output/05 - Crushing endgame.txt +1 -0
- package/config/medium/RiskOddsCalculator/output/06 - Hail Mary.txt +1 -0
- package/config/medium/RiskOddsCalculator/output/07 - Large, uncertain battle.txt +1 -0
- package/config/medium/RiskOddsCalculator/output/08 - Mother of all battles.txt +1 -0
- package/config/medium/RomanSorting/code/CGCode.js +9 -0
- package/config/medium/RomanSorting/code/CGCode.php +11 -0
- package/config/medium/RomanSorting/config.json +28 -0
- package/config/medium/RomanSorting/input/01 - Single Roman Numerals.txt +8 -0
- package/config/medium/RomanSorting/input/02 - Subtracted Prefix.txt +7 -0
- package/config/medium/RomanSorting/input/03 - Be Careful.txt +8 -0
- package/config/medium/RomanSorting/input/04 - A Legion Of Romans.txt +21 -0
- package/config/medium/RomanSorting/output/01 - Single Roman Numerals.txt +1 -0
- package/config/medium/RomanSorting/output/02 - Subtracted Prefix.txt +1 -0
- package/config/medium/RomanSorting/output/03 - Be Careful.txt +1 -0
- package/config/medium/RomanSorting/output/04 - A Legion Of Romans.txt +1 -0
- package/config/medium/Rummikub1/code/CGCode.js +11 -0
- package/config/medium/Rummikub1/code/CGCode.php +13 -0
- package/config/medium/Rummikub1/config.json +113 -0
- package/config/medium/Rummikub1/input/01 - Add to a run.txt +4 -0
- package/config/medium/Rummikub1/input/02 - Add to a run the end.txt +5 -0
- package/config/medium/Rummikub1/input/03 - Add to set.txt +4 -0
- package/config/medium/Rummikub1/input/04 - Insert to the middle of a run.txt +4 -0
- package/config/medium/Rummikub1/input/05 - Insert to run.txt +4 -0
- package/config/medium/Rummikub1/input/06 - Choose the run.txt +4 -0
- package/config/medium/Rummikub1/input/07 - Take one and add.txt +4 -0
- package/config/medium/Rummikub1/input/08 - Take one and add again.txt +4 -0
- package/config/medium/Rummikub1/input/09 - Take one and insert.txt +4 -0
- package/config/medium/Rummikub1/input/10 - Take a split.txt +5 -0
- package/config/medium/Rummikub1/input/11 - Switch right to left.txt +6 -0
- package/config/medium/Rummikub1/input/12 - Switch left to right.txt +6 -0
- package/config/medium/Rummikub1/input/13 - Combine for the first.txt +6 -0
- package/config/medium/Rummikub1/input/14 - Combine for the last.txt +6 -0
- package/config/medium/Rummikub1/input/15 - Combine priority.txt +9 -0
- package/config/medium/Rummikub1/input/16 - Combine to insert.txt +5 -0
- package/config/medium/Rummikub1/input/17 - Combine to take.txt +6 -0
- package/config/medium/Rummikub1/input/18 - Prepare for the split.txt +5 -0
- package/config/medium/Rummikub1/input/19 - Prepare for the split again.txt +5 -0
- package/config/medium/Rummikub1/input/20 - You take some, you put some.txt +6 -0
- package/config/medium/Rummikub1/input/21 - Its time for Rummikub 2.txt +10 -0
- package/config/medium/Rummikub1/output/01 - Add to a run.txt +3 -0
- package/config/medium/Rummikub1/output/02 - Add to a run the end.txt +4 -0
- package/config/medium/Rummikub1/output/03 - Add to set.txt +3 -0
- package/config/medium/Rummikub1/output/04 - Insert to the middle of a run.txt +4 -0
- package/config/medium/Rummikub1/output/05 - Insert to run.txt +4 -0
- package/config/medium/Rummikub1/output/06 - Choose the run.txt +3 -0
- package/config/medium/Rummikub1/output/07 - Take one and add.txt +5 -0
- package/config/medium/Rummikub1/output/08 - Take one and add again.txt +5 -0
- package/config/medium/Rummikub1/output/09 - Take one and insert.txt +6 -0
- package/config/medium/Rummikub1/output/10 - Take a split.txt +9 -0
- package/config/medium/Rummikub1/output/11 - Switch right to left.txt +11 -0
- package/config/medium/Rummikub1/output/12 - Switch left to right.txt +11 -0
- package/config/medium/Rummikub1/output/13 - Combine for the first.txt +9 -0
- package/config/medium/Rummikub1/output/14 - Combine for the last.txt +9 -0
- package/config/medium/Rummikub1/output/15 - Combine priority.txt +12 -0
- package/config/medium/Rummikub1/output/16 - Combine to insert.txt +5 -0
- package/config/medium/Rummikub1/output/17 - Combine to take.txt +10 -0
- package/config/medium/Rummikub1/output/18 - Prepare for the split.txt +9 -0
- package/config/medium/Rummikub1/output/19 - Prepare for the split again.txt +9 -0
- package/config/medium/Rummikub1/output/20 - You take some, you put some.txt +12 -0
- package/config/medium/Rummikub1/output/21 - Its time for Rummikub 2.txt +16 -0
- package/config/medium/RussianDolls/code/CGCode.js +9 -0
- package/config/medium/RussianDolls/code/CGCode.php +11 -0
- package/config/medium/RussianDolls/config.json +33 -0
- package/config/medium/RussianDolls/input/01 - Examples.txt +12 -0
- package/config/medium/RussianDolls/input/02 - Valid Examples.txt +16 -0
- package/config/medium/RussianDolls/input/03 - Basic Doll Sets.txt +101 -0
- package/config/medium/RussianDolls/input/04 - Advanced Doll Sets.txt +105 -0
- package/config/medium/RussianDolls/input/05 - Complicated Nesting.txt +101 -0
- package/config/medium/RussianDolls/output/01 - Examples.txt +11 -0
- package/config/medium/RussianDolls/output/02 - Valid Examples.txt +15 -0
- package/config/medium/RussianDolls/output/03 - Basic Doll Sets.txt +100 -0
- package/config/medium/RussianDolls/output/04 - Advanced Doll Sets.txt +104 -0
- package/config/medium/RussianDolls/output/05 - Complicated Nesting.txt +100 -0
- package/config/medium/SPORECityPlanner/code/CGCode.js +10 -0
- package/config/medium/SPORECityPlanner/code/CGCode.php +12 -0
- package/config/medium/SPORECityPlanner/config.json +33 -0
- package/config/medium/SPORECityPlanner/input/01 - Test city.txt +5 -0
- package/config/medium/SPORECityPlanner/input/02 - Civilization stage, small city.txt +10 -0
- package/config/medium/SPORECityPlanner/input/03 - Civilization stage, big city.txt +16 -0
- package/config/medium/SPORECityPlanner/input/04 - Space stage, big city 1.txt +17 -0
- package/config/medium/SPORECityPlanner/input/05 - Space stage, big city 2.txt +19 -0
- package/config/medium/SPORECityPlanner/output/01 - Test city.txt +1 -0
- package/config/medium/SPORECityPlanner/output/02 - Civilization stage, small city.txt +1 -0
- package/config/medium/SPORECityPlanner/output/03 - Civilization stage, big city.txt +1 -0
- package/config/medium/SPORECityPlanner/output/04 - Space stage, big city 1.txt +1 -0
- package/config/medium/SPORECityPlanner/output/05 - Space stage, big city 2.txt +1 -0
- package/config/medium/SixteenBySixteenSudoku/code/CGCode.js +8 -0
- package/config/medium/SixteenBySixteenSudoku/code/CGCode.php +10 -0
- package/config/medium/SixteenBySixteenSudoku/config.json +38 -0
- package/config/medium/SixteenBySixteenSudoku/input/01 - test 1.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/input/02 - test 2.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/input/03 - test 3.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/input/04 - test 4.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/input/05 - test 5.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/input/06 - test 6.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/output/01 - test 1.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/output/02 - test 2.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/output/03 - test 3.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/output/04 - test 4.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/output/05 - test 5.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/output/06 - test 6.txt +16 -0
- package/config/medium/StringBalls/code/CGCode.js +7 -0
- package/config/medium/StringBalls/code/CGCode.php +8 -0
- package/config/medium/StringBalls/config.json +63 -0
- package/config/medium/StringBalls/input/01 - r=1, edge=yes, char=1.txt +2 -0
- package/config/medium/StringBalls/input/02 - r=1, edge=no, char=1.txt +2 -0
- package/config/medium/StringBalls/input/03 - rGT1, edge=no, char=1.txt +2 -0
- package/config/medium/StringBalls/input/04 - rGT1, edge=yes, charGT1.txt +2 -0
- package/config/medium/StringBalls/input/05 - rGT1, edge=no, charGT1.txt +2 -0
- package/config/medium/StringBalls/input/06 - Small test 1.txt +2 -0
- package/config/medium/StringBalls/input/07 - Big radius.txt +2 -0
- package/config/medium/StringBalls/input/08 - Medium 1 (GT100k).txt +2 -0
- package/config/medium/StringBalls/input/09 - Medium 2.txt +2 -0
- package/config/medium/StringBalls/input/10 - Big ( GT 500k).txt +2 -0
- package/config/medium/StringBalls/input/11 - Big 2.txt +2 -0
- package/config/medium/StringBalls/output/01 - r=1, edge=yes, char=1.txt +1 -0
- package/config/medium/StringBalls/output/02 - r=1, edge=no, char=1.txt +1 -0
- package/config/medium/StringBalls/output/03 - rGT1, edge=no, char=1.txt +1 -0
- package/config/medium/StringBalls/output/04 - rGT1, edge=yes, charGT1.txt +1 -0
- package/config/medium/StringBalls/output/05 - rGT1, edge=no, charGT1.txt +1 -0
- package/config/medium/StringBalls/output/06 - Small test 1.txt +1 -0
- package/config/medium/StringBalls/output/07 - Big radius.txt +1 -0
- package/config/medium/StringBalls/output/08 - Medium 1 (GT100k).txt +1 -0
- package/config/medium/StringBalls/output/09 - Medium 2.txt +1 -0
- package/config/medium/StringBalls/output/10 - Big ( GT 500k).txt +1 -0
- package/config/medium/StringBalls/output/11 - Big 2.txt +1 -0
- package/config/medium/TheCashRegister/code/CGCode.js +7 -0
- package/config/medium/TheCashRegister/code/CGCode.php +8 -0
- package/config/medium/TheCashRegister/config.json +63 -0
- package/config/medium/TheCashRegister/input/01 - Simple case.txt +2 -0
- package/config/medium/TheCashRegister/input/02 - A bit harder.txt +2 -0
- package/config/medium/TheCashRegister/input/03 - Nothing to give back.txt +2 -0
- package/config/medium/TheCashRegister/input/04 - Bigger amount.txt +2 -0
- package/config/medium/TheCashRegister/input/05 - Weird money.txt +2 -0
- package/config/medium/TheCashRegister/input/06 - One coin only.txt +2 -0
- package/config/medium/TheCashRegister/input/07 - Multiple solutions.txt +2 -0
- package/config/medium/TheCashRegister/input/08 - Nothing to do.txt +2 -0
- package/config/medium/TheCashRegister/input/09 - Very big amount.txt +2 -0
- package/config/medium/TheCashRegister/input/10 - Bad luck !.txt +2 -0
- package/config/medium/TheCashRegister/input/11 - Several solutions.txt +2 -0
- package/config/medium/TheCashRegister/output/01 - Simple case.txt +1 -0
- package/config/medium/TheCashRegister/output/02 - A bit harder.txt +1 -0
- package/config/medium/TheCashRegister/output/03 - Nothing to give back.txt +1 -0
- package/config/medium/TheCashRegister/output/04 - Bigger amount.txt +1 -0
- package/config/medium/TheCashRegister/output/05 - Weird money.txt +1 -0
- package/config/medium/TheCashRegister/output/06 - One coin only.txt +1 -0
- package/config/medium/TheCashRegister/output/07 - Multiple solutions.txt +1 -0
- package/config/medium/TheCashRegister/output/08 - Nothing to do.txt +1 -0
- package/config/medium/TheCashRegister/output/09 - Very big amount.txt +1 -0
- package/config/medium/TheCashRegister/output/10 - Bad luck !.txt +1 -0
- package/config/medium/TheCashRegister/output/11 - Several solutions.txt +1 -0
- package/config/medium/TinyForest/code/CGCode.js +10 -0
- package/config/medium/TinyForest/code/CGCode.php +12 -0
- package/config/medium/TinyForest/config.json +38 -0
- package/config/medium/TinyForest/input/01 - No Trees.txt +7 -0
- package/config/medium/TinyForest/input/02 - One Tree.txt +7 -0
- package/config/medium/TinyForest/input/03 - Some Trees.txt +12 -0
- package/config/medium/TinyForest/input/04 - Long Forest.txt +7 -0
- package/config/medium/TinyForest/input/05 - Huge Forest.txt +22 -0
- package/config/medium/TinyForest/input/06 - Symetrical Forest.txt +7 -0
- package/config/medium/TinyForest/output/01 - No Trees.txt +1 -0
- package/config/medium/TinyForest/output/02 - One Tree.txt +1 -0
- package/config/medium/TinyForest/output/03 - Some Trees.txt +1 -0
- package/config/medium/TinyForest/output/04 - Long Forest.txt +1 -0
- package/config/medium/TinyForest/output/05 - Huge Forest.txt +1 -0
- package/config/medium/TinyForest/output/06 - Symetrical Forest.txt +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
Joey is the winner!
|
|
2
|
+
|
|
3
|
+
===Each Player's Score===
|
|
4
|
+
Chandler 6
|
|
5
|
+
Joey 8
|
|
6
|
+
Ross 3
|
|
7
|
+
Rachel 1
|
|
8
|
+
|
|
9
|
+
===Each Scoring Player's Scoring Words===
|
|
10
|
+
Chandler
|
|
11
|
+
1 TOT
|
|
12
|
+
1 TAR
|
|
13
|
+
1 ART
|
|
14
|
+
3 TRANCE
|
|
15
|
+
Joey
|
|
16
|
+
1 CART
|
|
17
|
+
1 ANTE
|
|
18
|
+
1 HET
|
|
19
|
+
1 RANT
|
|
20
|
+
1 ACT
|
|
21
|
+
2 TEACH
|
|
22
|
+
1 EAT
|
|
23
|
+
Ross
|
|
24
|
+
1 NEAT
|
|
25
|
+
2 RANCH
|
|
26
|
+
Rachel
|
|
27
|
+
1 CHAR
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
Ross is the winner!
|
|
2
|
+
|
|
3
|
+
===Each Player's Score===
|
|
4
|
+
Ross 17
|
|
5
|
+
Chandler 3
|
|
6
|
+
Monica 10
|
|
7
|
+
|
|
8
|
+
===Each Scoring Player's Scoring Words===
|
|
9
|
+
Ross
|
|
10
|
+
2 PIVOT
|
|
11
|
+
1 TIP
|
|
12
|
+
1 LIAR
|
|
13
|
+
3 LIKING
|
|
14
|
+
1 AKIN
|
|
15
|
+
1 GIRL
|
|
16
|
+
1 ING
|
|
17
|
+
1 EARN
|
|
18
|
+
1 ARK
|
|
19
|
+
2 BEING
|
|
20
|
+
1 NIP
|
|
21
|
+
2 BREAK
|
|
22
|
+
Chandler
|
|
23
|
+
1 RIP
|
|
24
|
+
2 BRING
|
|
25
|
+
Monica
|
|
26
|
+
1 TIRE
|
|
27
|
+
1 RIB
|
|
28
|
+
1 REAP
|
|
29
|
+
1 VIA
|
|
30
|
+
3 VIKING
|
|
31
|
+
1 BEAR
|
|
32
|
+
1 EAR
|
|
33
|
+
1 RAIL
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
Rachel is the winner!
|
|
2
|
+
|
|
3
|
+
===Each Player's Score===
|
|
4
|
+
Phoebe 14
|
|
5
|
+
Rachel 37
|
|
6
|
+
|
|
7
|
+
===Each Scoring Player's Scoring Words===
|
|
8
|
+
Phoebe
|
|
9
|
+
3 SMELLY
|
|
10
|
+
1 CAT
|
|
11
|
+
2 CIRCA
|
|
12
|
+
2 YACHT
|
|
13
|
+
1 TIC
|
|
14
|
+
2 ALLEY
|
|
15
|
+
2 MERIT
|
|
16
|
+
1 AIR
|
|
17
|
+
Rachel
|
|
18
|
+
5 HAIRCUT
|
|
19
|
+
1 LAY
|
|
20
|
+
1 CUR
|
|
21
|
+
1 ALLY
|
|
22
|
+
2 MERCY
|
|
23
|
+
1 HAT
|
|
24
|
+
1 HAIR
|
|
25
|
+
2 LATCH
|
|
26
|
+
1 CRY
|
|
27
|
+
1 EMS
|
|
28
|
+
2 CHAIR
|
|
29
|
+
1 TALE
|
|
30
|
+
1 CUT
|
|
31
|
+
1 CURE
|
|
32
|
+
2 HAIRY
|
|
33
|
+
1 ALE
|
|
34
|
+
3 CHAIRS
|
|
35
|
+
1 THAT
|
|
36
|
+
1 CHAT
|
|
37
|
+
1 ACT
|
|
38
|
+
1 ACRE
|
|
39
|
+
1 RYE
|
|
40
|
+
1 RELY
|
|
41
|
+
1 AYE
|
|
42
|
+
3 LYRICS
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
Rachel is the winner!
|
|
2
|
+
|
|
3
|
+
===Each Player's Score===
|
|
4
|
+
Monica 2
|
|
5
|
+
Chandler 5
|
|
6
|
+
Rachel 6
|
|
7
|
+
Joey 2
|
|
8
|
+
|
|
9
|
+
===Each Scoring Player's Scoring Words===
|
|
10
|
+
Monica
|
|
11
|
+
1 TOO
|
|
12
|
+
1 TIDY
|
|
13
|
+
Chandler
|
|
14
|
+
5 AWKWARD
|
|
15
|
+
Rachel
|
|
16
|
+
1 WIT
|
|
17
|
+
1 WAIT
|
|
18
|
+
1 RID
|
|
19
|
+
1 KAT
|
|
20
|
+
1 ARID
|
|
21
|
+
1 ODD
|
|
22
|
+
Joey
|
|
23
|
+
1 AIR
|
|
24
|
+
1 DIRT
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Rachel is the winner!
|
|
2
|
+
|
|
3
|
+
===Each Player's Score===
|
|
4
|
+
Monica 0
|
|
5
|
+
Joey 0
|
|
6
|
+
Rachel 29
|
|
7
|
+
|
|
8
|
+
===Each Scoring Player's Scoring Words===
|
|
9
|
+
Rachel
|
|
10
|
+
1 COMA
|
|
11
|
+
1 ODE
|
|
12
|
+
3 DINING
|
|
13
|
+
1 GIN
|
|
14
|
+
1 MER
|
|
15
|
+
1 ORE
|
|
16
|
+
3 INCOME
|
|
17
|
+
1 CORD
|
|
18
|
+
1 FROM
|
|
19
|
+
1 DIE
|
|
20
|
+
1 ODD
|
|
21
|
+
1 IDE
|
|
22
|
+
3 ENDING
|
|
23
|
+
1 SING
|
|
24
|
+
1 ODDS
|
|
25
|
+
1 SIN
|
|
26
|
+
3 CODING
|
|
27
|
+
1 END
|
|
28
|
+
1 RIDE
|
|
29
|
+
2 GAMER
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
Phoebe is the winner!
|
|
2
|
+
|
|
3
|
+
===Each Player's Score===
|
|
4
|
+
Phoebe 59
|
|
5
|
+
Joey 2
|
|
6
|
+
|
|
7
|
+
===Each Scoring Player's Scoring Words===
|
|
8
|
+
Phoebe
|
|
9
|
+
1 ISLE
|
|
10
|
+
2 SHINY
|
|
11
|
+
1 RIDE
|
|
12
|
+
1 DOVE
|
|
13
|
+
1 NOD
|
|
14
|
+
1 DISH
|
|
15
|
+
3 SHRINE
|
|
16
|
+
1 PLY
|
|
17
|
+
1 LOVE
|
|
18
|
+
1 SIDE
|
|
19
|
+
1 ENDS
|
|
20
|
+
1 ONLY
|
|
21
|
+
1 SIN
|
|
22
|
+
1 YIN
|
|
23
|
+
1 HIP
|
|
24
|
+
2 LEONE
|
|
25
|
+
1 LEV
|
|
26
|
+
2 FRIED
|
|
27
|
+
11 FRIENDSHIP
|
|
28
|
+
1 ONE
|
|
29
|
+
1 ODE
|
|
30
|
+
1 RID
|
|
31
|
+
1 DONE
|
|
32
|
+
1 IDOL
|
|
33
|
+
2 NYLON
|
|
34
|
+
1 PIN
|
|
35
|
+
1 IDS
|
|
36
|
+
1 SPIN
|
|
37
|
+
1 DOE
|
|
38
|
+
11 FRIENDLY
|
|
39
|
+
1 NOEL
|
|
40
|
+
1 HIS
|
|
41
|
+
1 SHIN
|
|
42
|
+
Joey
|
|
43
|
+
1 SHIP
|
|
44
|
+
1 SPY
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
fscanf(STDIN, "%d", $n);
|
|
3
|
+
for ($i = 0; $i < $n; $i++)
|
|
4
|
+
{
|
|
5
|
+
$line = stream_get_line(STDIN, 1024 + 1, "\n");
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
// Write an answer using echo(). DON'T FORGET THE TRAILING \n
|
|
9
|
+
// To debug: error_log(var_export($var, true)); (equivalent to var_dump)
|
|
10
|
+
|
|
11
|
+
echo("answer\n");
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"path": "medium/Coastline",
|
|
3
|
+
"name": "Coastline",
|
|
4
|
+
"alphanumName": "Coastline",
|
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/coastline",
|
|
6
|
+
"tests": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Easy cases",
|
|
9
|
+
"alphanumName": "EasyCases",
|
|
10
|
+
"file": "01 - Easy cases.txt"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "Harder cases",
|
|
14
|
+
"alphanumName": "HarderCases",
|
|
15
|
+
"file": "02 - Harder cases.txt"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "Long list of cases",
|
|
19
|
+
"alphanumName": "LongListOfCases",
|
|
20
|
+
"file": "03 - Long list of cases.txt"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "Long list of rocks",
|
|
24
|
+
"alphanumName": "LongListOfRocks",
|
|
25
|
+
"file": "04 - Long list of rocks.txt"
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
10
|
|
2
|
+
1 11 27 8
|
|
3
|
+
2 11 -37 9 -6 7
|
|
4
|
+
3 14 -32 3 -26 11 -75 1
|
|
5
|
+
4 29 27 14 -68 20 -41 18 68 13
|
|
6
|
+
5 29 -39 30 -19 11 -51 20 -29 18 -77 13
|
|
7
|
+
6 12 -61 10 24 9 9 1 13 6 41 11 -70 7
|
|
8
|
+
7 10 63 5 -57 4 -38 4 51 6 -63 4 -67 4 -40 5
|
|
9
|
+
8 7 34 5 -36 1 4 7 -52 5 -61 3 44 3 27 3 59 5
|
|
10
|
+
9 15 43 9 76 7 33 12 56 9 24 10 -57 7 -5 10 -6 1 52 9
|
|
11
|
+
10 27 51 11 -22 12 -36 17 44 4 -25 3 26 4 -56 17 3 7 72 18 75 11
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
10
|
|
2
|
+
2 190 14 105 -278 186
|
|
3
|
+
5 396 654 309 -979 321 -571 400 104 240 -270 338
|
|
4
|
+
8 382 -277 114 719 59 -744 99 -128 4 116 271 -666 129 255 186 600 166
|
|
5
|
+
11 204 -8 102 -389 83 -412 65 -913 40 -13 68 215 181 308 105 615 131 68 146 899 181 -500 67
|
|
6
|
+
14 318 -467 199 590 121 -745 69 922 178 -986 42 -16 103 821 226 532 100 513 185 -222 140 669 144 -900 206 -148 301 -145 21
|
|
7
|
+
17 257 606 126 679 62 -886 168 676 193 -941 218 594 243 -317 95 -946 139 84 56 787 200 -165 19 377 204 -398 97 574 104 561 116 591 34 648 132
|
|
8
|
+
20 182 100 144 678 142 521 144 111 56 572 166 10 151 -164 166 -116 80 -184 117 -29 115 626 109 -973 164 -621 170 155 75 -616 99 -826 57 89 110 -482 27 -342 35 -886 167
|
|
9
|
+
23 89 751 17 -862 27 623 79 -846 18 -648 11 400 26 -353 11 -972 70 693 87 -347 13 -90 18 -429 79 -930 15 -157 48 407 15 -328 43 307 41 762 70 690 43 -490 67 849 29 770 86 -641 5
|
|
10
|
+
26 133 17 58 -653 38 -978 111 -825 123 685 73 74 132 132 63 311 21 -908 100 -900 32 -145 49 -965 58 -808 115 -661 26 -829 12 860 83 315 124 -888 109 -206 80 772 7 -301 106 -266 32 355 68 336 7 150 8 906 14
|
|
11
|
+
29 394 600 106 315 318 -791 30 -282 67 822 207 -75 243 555 349 -515 266 872 28 -737 111 722 354 94 166 -854 256 -325 315 -56 34 111 289 -924 165 -684 5 -656 21 -320 13 -427 245 -929 320 233 248 716 64 330 225 -388 35 -870 80 -632 275 902 269
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
50
|
|
2
|
+
4 71 94 8 50 45 5 14 59 33
|
|
3
|
+
4 37 82 21 30 24 -52 12 93 21
|
|
4
|
+
4 63 68 11 69 33 -55 43 -34 22
|
|
5
|
+
4 53 11 12 -4 8 -79 29 -74 55
|
|
6
|
+
8 35 15 12 -19 20 -79 14 23 30 -64 23 -7 10 99 26 -24 18
|
|
7
|
+
9 47 -70 8 -7 36 11 5 -71 13 -19 8 -71 40 69 47 53 8 88 22
|
|
8
|
+
10 30 -70 29 53 29 -98 12 -25 16 47 16 17 4 -39 23 66 4 -99 27 50 8
|
|
9
|
+
11 11 -86 10 15 4 -85 1 -80 1 31 3 24 1 -9 2 -27 10 26 8 23 6 -49 10
|
|
10
|
+
11 64 96 8 -76 62 11 44 63 16 14 39 -6 37 -35 44 34 13 43 11 -27 11 -37 42
|
|
11
|
+
11 72 26 14 -77 39 -76 8 97 28 87 61 -51 32 55 58 -2 71 31 54 -36 1 1 22
|
|
12
|
+
13 26 -14 23 62 7 -59 11 -8 2 42 11 -64 4 -77 21 81 12 -21 2 -30 3 -37 24 -31 21 59 12
|
|
13
|
+
14 14 41 1 95 10 25 12 22 10 -23 11 44 11 63 13 -39 5 -63 5 -100 12 49 4 10 4 11 5 84 11
|
|
14
|
+
13 24 -45 21 34 7 3 5 -94 2 -23 16 -14 18 -30 14 -85 8 42 19 -62 14 -82 17 75 4 22 6
|
|
15
|
+
15 53 -46 9 40 6 16 34 -81 20 24 52 27 15 -92 47 -100 3 6 28 11 14 -56 45 17 15 -69 45 -81 44 -44 4
|
|
16
|
+
15 23 -71 16 43 11 -44 15 61 4 57 10 -34 18 -30 7 5 13 -43 6 44 7 -18 3 -21 17 54 14 16 12 -32 7
|
|
17
|
+
16 17 92 5 -9 5 -22 14 88 4 44 9 -87 1 -48 15 -42 15 25 8 73 5 -39 11 27 7 53 4 -54 4 -11 6 -34 4
|
|
18
|
+
20 15 41 4 -10 10 -5 10 -29 1 55 4 73 3 22 1 46 13 14 2 36 7 94 1 42 1 -7 3 -1 12 -76 1 -92 11 -58 13 -19 12 -45 1 -12 9
|
|
19
|
+
19 35 -79 17 71 25 90 32 -65 5 43 11 40 8 19 23 -55 1 -93 33 -50 12 -37 1 49 34 -22 8 -52 20 -31 22 -59 14 45 22 54 25 -16 5
|
|
20
|
+
19 38 19 28 -75 18 -78 1 47 7 28 23 63 25 -3 22 69 2 9 22 1 23 80 16 -43 28 9 37 -57 32 4 29 22 25 -73 2 0 14 -12 5
|
|
21
|
+
21 31 -90 7 -12 5 -1 18 56 13 71 14 -17 26 35 23 95 23 -25 12 -75 1 -47 20 68 5 -92 2 -10 4 53 30 97 6 94 26 41 26 -27 14 -90 9 -88 13
|
|
22
|
+
23 73 79 14 -7 29 53 15 5 39 61 37 53 60 13 33 -70 9 -23 66 -26 62 -65 6 57 62 -29 57 9 68 23 9 -75 32 40 24 38 33 -49 16 -37 13 42 21 -1 60 -1 11
|
|
23
|
+
24 38 20 32 24 16 14 34 97 30 61 22 47 27 -64 29 69 7 -94 25 10 7 56 4 -54 37 45 30 -51 36 -43 2 -17 5 -54 9 -77 29 -74 31 84 26 -98 21 -86 27 95 15 37 4
|
|
24
|
+
25 31 -6 10 -20 14 -73 24 -22 10 60 27 51 18 47 12 31 18 -44 4 4 26 -32 4 92 5 80 11 73 30 -53 18 56 2 -80 25 24 16 69 20 -19 10 78 8 46 2 -26 19 87 15 -35 20
|
|
25
|
+
27 34 23 28 -15 31 -36 31 58 3 -95 13 -19 25 98 25 -57 15 -70 5 10 17 65 10 89 14 24 15 -51 18 -68 15 -97 16 -19 14 43 1 50 32 37 4 -53 10 -62 1 -5 11 6 6 -1 17 -35 27 31 2
|
|
26
|
+
25 15 49 7 -73 11 68 4 -27 14 31 9 20 11 -34 7 70 13 86 4 13 9 -17 12 -65 13 99 5 58 4 22 6 8 6 -20 2 -81 13 17 2 40 9 -31 2 17 7 85 14 -71 3 14 1
|
|
27
|
+
26 47 74 5 -87 28 64 23 -11 17 -63 11 -44 44 -51 17 42 9 -73 38 -59 2 -41 22 6 33 -6 15 99 14 23 7 -72 30 16 15 94 7 -37 25 -71 11 -84 33 49 26 -22 31 21 32 -13 44 -42 19
|
|
28
|
+
30 41 -32 27 88 23 88 32 44 7 -15 21 -11 38 82 35 -25 27 -68 31 -68 22 -14 24 -3 39 90 11 23 40 -94 18 61 13 -40 4 37 36 -13 30 -78 31 0 38 6 7 -39 32 -6 10 -48 25 99 13 92 1 26 29 -82 14 17 14
|
|
29
|
+
30 54 -27 39 -59 18 20 16 -24 29 92 53 14 33 6 47 -24 9 93 4 82 45 31 5 2 40 47 20 -59 4 92 38 77 3 49 46 34 17 -22 8 36 34 80 43 -6 34 65 38 -53 22 15 41 -1 51 11 30 96 10 38 23 -54 41
|
|
30
|
+
30 74 -12 48 -59 27 83 44 -47 59 18 33 -9 19 63 57 3 38 52 62 -78 15 97 34 75 69 43 57 -13 14 43 1 -27 55 -43 56 -12 53 -45 37 -26 49 46 69 -56 1 -23 3 88 36 66 10 -77 25 53 14 -5 23 -82 37 -68 47
|
|
31
|
+
30 12 35 3 -52 11 51 2 0 10 -10 1 53 3 29 8 67 6 -100 6 62 5 -43 1 -65 5 -65 11 -2 2 29 1 -46 5 -74 3 -76 6 52 7 90 9 11 3 -4 11 6 4 13 8 67 2 44 1 30 7 -68 6 -9 2 63 10
|
|
32
|
+
34 67 49 19 -4 16 84 34 -6 61 93 52 -29 3 -30 66 86 14 -1 7 -44 16 -68 54 10 49 -76 16 99 27 85 62 15 31 -97 10 21 30 -38 14 -32 6 -64 20 33 27 -68 39 -32 11 86 39 32 28 -11 64 -89 30 79 47 -98 19 8 63 43 35 4 13 -87 7
|
|
33
|
+
33 37 -31 30 -24 28 87 25 -75 30 -5 6 -73 28 26 36 -86 12 96 7 -63 3 4 19 -52 21 -95 3 14 2 29 9 -39 16 -48 7 -48 27 -78 23 -7 35 96 4 -58 29 77 36 15 20 -6 2 -83 3 -38 33 5 32 -36 36 23 12 77 30 -30 34 -15 22
|
|
34
|
+
36 74 -98 7 -83 2 77 25 -50 65 -66 26 48 23 -80 48 -16 63 58 27 -49 2 -8 34 91 5 -19 31 -72 71 -79 44 -5 46 63 66 -13 11 30 67 -92 6 -30 44 -63 23 -18 72 -26 12 -24 14 -25 72 -38 21 40 43 80 52 -47 15 67 62 22 47 57 10 -7 22 -74 19 -12 23
|
|
35
|
+
37 22 79 8 97 12 58 20 98 11 -16 17 77 2 96 13 92 10 25 3 83 13 65 10 31 12 42 12 -71 17 73 8 70 6 -67 5 60 12 -31 21 -93 11 45 3 -19 2 -97 13 -53 14 -86 15 -18 8 72 3 79 7 18 5 -76 3 48 9 39 9 -58 2 92 7 6 8 62 2 -84 4
|
|
36
|
+
36 20 -77 15 83 5 -7 10 88 13 73 1 -20 19 -3 6 2 10 77 11 18 14 40 3 -52 11 -26 17 -71 15 1 19 -18 2 -42 15 -18 16 -37 5 3 3 -74 12 41 11 63 12 71 14 -45 14 59 13 95 14 80 9 77 8 -18 3 30 11 -1 15 -36 5 -54 17 -61 3 53 3
|
|
37
|
+
39 26 99 19 76 4 -64 24 -89 19 -83 12 -27 8 85 24 -49 12 59 24 -64 4 -43 15 -61 4 25 13 84 21 18 2 70 22 7 12 49 8 88 12 77 25 -2 6 -41 13 -2 11 23 8 -62 14 -36 25 -59 16 -59 11 -16 5 44 12 -67 13 -95 10 39 11 65 13 -36 13 -40 16 -63 9 90 5 -48 8
|
|
38
|
+
37 70 -24 44 77 5 33 49 86 10 67 2 7 65 58 68 -48 16 80 12 55 12 71 6 29 44 -79 39 81 17 14 66 27 20 -87 26 -49 23 -72 13 91 49 6 15 87 54 -50 33 -31 68 -18 37 -7 47 -74 25 -40 49 75 1 -64 9 37 61 15 28 81 32 -42 19 -29 62 16 29 76 3
|
|
39
|
+
38 65 -60 64 -82 32 13 54 99 54 -28 52 -100 19 -44 35 -61 6 48 28 -14 49 -12 59 -10 16 -15 42 81 13 43 43 -22 15 -15 22 91 54 49 35 -97 20 93 14 -42 5 -58 30 -66 23 -69 18 55 60 54 10 -76 34 3 16 9 53 -50 13 45 33 64 61 -43 7 85 57 58 39 -34 4 57 28
|
|
40
|
+
41 52 -19 28 -69 20 -45 11 -30 41 -30 50 71 3 -35 10 16 7 -2 40 -99 11 8 48 87 7 -47 7 -86 23 -38 44 32 39 5 38 67 9 66 46 -34 15 78 49 -16 39 -48 30 7 22 -79 10 29 44 32 5 89 3 31 18 29 23 -91 32 -24 43 17 46 -9 32 8 5 -4 31 -45 8 83 45 16 18 -75 28 66 41
|
|
41
|
+
43 32 -72 31 57 8 -96 29 20 31 70 7 97 19 -67 18 92 30 72 8 -22 12 -43 20 19 5 54 5 63 26 -10 22 68 16 -43 25 -15 30 -16 20 -85 4 32 3 -55 28 -83 13 45 26 -42 25 -94 3 -64 28 45 22 73 12 -7 30 -48 13 -5 26 -70 14 6 31 99 3 -12 11 88 28 43 2 -43 16 -73 21 8 3 73 20 -40 25
|
|
42
|
+
43 49 67 44 55 29 -13 47 -28 34 37 29 -99 34 -18 3 54 36 1 48 -22 30 33 39 -99 39 -8 13 59 5 -6 13 -76 32 -15 43 85 24 13 22 52 1 0 22 56 44 83 36 -30 2 88 25 -84 9 -34 31 -76 25 -14 20 28 8 -8 28 10 33 70 6 -9 4 -15 23 -41 7 -73 19 -28 41 72 42 -34 39 -39 14 -37 24 86 19
|
|
43
|
+
45 46 -84 15 40 39 72 11 -47 26 87 13 73 37 -12 45 -97 31 -97 22 21 7 56 40 -19 2 8 22 84 28 -89 4 42 27 72 36 -21 16 -27 19 62 33 72 17 -57 32 48 1 26 36 -100 28 14 37 -73 39 -20 30 -88 44 -13 1 92 39 42 6 -38 7 -55 6 19 20 -68 4 -27 6 -76 38 10 34 28 40 49 34 -35 6 1 29 14 11 -26 26
|
|
44
|
+
46 20 -63 4 26 3 24 14 53 11 -97 19 -65 15 65 1 -26 19 47 4 -64 14 76 3 -59 19 -94 19 24 16 13 3 -85 19 35 9 31 12 68 19 -91 12 83 11 -44 4 -7 7 55 1 18 6 2 7 94 4 41 8 -65 19 -59 5 -70 2 -52 16 52 4 76 5 98 8 -77 6 -3 4 46 6 -48 2 12 4 31 8 47 13 -82 5 6 13 35 12 65 8
|
|
45
|
+
46 10 -69 4 18 7 -19 5 0 6 29 9 31 6 2 3 99 8 34 4 98 6 -78 7 70 5 33 7 -94 9 -47 6 -59 6 -13 8 39 9 -25 7 -89 1 61 4 -73 6 91 8 -18 2 99 3 -24 7 -25 8 83 8 -4 2 -80 9 -23 9 91 5 -54 4 -95 8 37 2 6 2 -48 3 -32 9 37 7 20 2 4 5 -29 2 -32 8 -92 6 57 9 -53 7
|
|
46
|
+
46 20 -70 1 67 18 -44 2 -81 12 -94 15 79 8 -51 19 98 17 -15 1 -23 15 1 19 -6 13 -99 19 -79 13 5 11 -36 8 -23 5 -38 3 -25 1 -25 13 -9 7 -18 15 -34 1 92 17 77 14 -84 2 -58 12 37 10 -13 13 -44 5 -21 3 47 19 49 9 8 8 42 5 58 18 59 3 75 8 -51 14 93 6 -50 10 -30 17 5 15 -28 6 34 8 95 1
|
|
47
|
+
49 78 68 63 -33 2 2 44 -94 16 51 71 18 21 80 51 29 65 -62 23 79 7 -82 17 -5 54 52 42 30 46 -59 25 -16 12 14 35 -65 15 77 25 42 28 95 2 72 19 -53 63 -94 55 39 24 -13 47 5 23 -53 26 25 21 -30 69 -30 12 -97 75 10 5 -11 42 -36 32 23 34 -23 6 16 4 71 71 -39 67 -17 11 56 67 73 21 25 11 -66 6 -28 49 66 57 50 41 60 6
|
|
48
|
+
47 52 -21 51 -28 9 -58 38 -40 15 88 49 62 23 -81 32 -56 32 32 36 74 20 8 32 46 12 33 37 77 17 71 47 51 31 -10 6 -75 42 34 43 50 14 75 2 27 11 67 30 0 3 -84 47 -71 43 -13 50 -66 45 75 43 -37 43 -24 42 67 29 73 38 -97 16 -7 29 19 20 58 3 46 40 -26 35 69 18 59 24 -61 27 -14 37 -74 46 -75 14 0 49 51 50
|
|
49
|
+
48 23 9 7 45 3 -98 1 -64 8 -85 17 51 20 77 14 89 17 -56 8 -94 18 -54 11 43 1 74 10 -39 18 -93 7 8 13 -55 7 -12 6 94 20 19 13 1 9 -59 11 -29 7 89 19 16 4 21 11 -81 15 17 2 54 8 25 3 61 21 -19 21 -92 8 -57 4 -68 15 89 9 23 18 -32 1 -66 16 -71 21 -27 21 -26 22 92 10 60 6 -27 9 44 12 -84 15 -75 13
|
|
50
|
+
52 73 -77 16 69 45 -10 57 20 20 65 46 -88 37 -20 20 77 35 17 55 54 16 -32 70 59 51 79 57 -98 4 34 63 32 51 11 52 -67 23 70 47 97 66 43 25 -51 41 64 25 34 50 -62 53 81 54 25 36 92 14 62 22 -51 9 -87 12 -31 59 83 44 71 34 36 53 -13 34 -78 41 82 56 -32 72 50 4 46 25 80 15 -93 20 5 36 -85 66 21 35 94 6 29 64 -16 21 57 35 -90 72 -25 8
|
|
51
|
+
52 28 91 22 63 25 -96 11 -79 25 64 25 57 26 24 24 -3 13 -77 3 93 15 58 2 -19 19 12 26 -89 9 -64 1 98 25 92 5 -77 21 -64 16 62 3 -100 16 73 12 75 3 -51 3 -85 16 50 11 -22 26 38 4 -81 11 -22 21 -71 12 17 20 64 11 -66 2 -18 25 -39 16 10 18 37 18 -31 20 25 21 -87 13 49 2 83 22 72 24 4 1 44 4 32 25 -9 27 -60 8 -11 20 87 6 79 4
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
20
|
|
2
|
+
51 86 -292 70 -461 36 -915 9 -104 17 -277 2 114 84 155 9 285 57 -14 44 685 37 -639 15 -850 12 -178 68 -135 77 656 78 479 35 -714 23 117 7 -203 15 -4 47 -499 17 444 20 534 22 -819 32 508 25 434 66 660 32 -750 8 -54 81 -268 24 -695 66 230 35 -122 64 -102 48 217 51 366 45 -824 43 375 47 -638 18 -855 26 725 57 116 19 -915 32 -785 22 -758 13 378 34 844 78 -781 62 -34 23 551 36 348 45
|
|
3
|
+
52 426 117 1 -869 279 254 374 -95 112 314 414 -610 46 -700 305 -418 260 -527 361 718 12 861 170 -956 193 244 365 -81 102 428 312 -920 222 816 176 -824 345 247 133 548 347 -765 240 -268 291 998 349 817 59 109 129 -468 223 -351 97 -485 422 -61 399 174 14 388 88 -608 373 535 123 393 318 942 42 400 171 400 194 -802 212 717 425 -546 104 -584 2 624 125 -285 238 -500 398 121 164 212 107 244 266 99 394 159 77 -63 127 -491 49 -456 154
|
|
4
|
+
53 336 -449 292 17 253 103 51 -852 240 225 136 583 253 754 187 978 96 295 78 832 182 -653 297 -544 275 803 146 -504 58 -209 58 -227 199 -177 281 546 120 -169 302 -38 317 449 194 523 74 630 305 529 296 296 22 748 159 495 137 264 146 30 30 -57 206 817 125 429 166 -251 250 231 169 196 63 696 167 -452 180 -718 118 -981 330 -50 176 -118 226 904 296 -350 11 425 152 -881 78 546 132 208 44 -61 99 -969 86 741 274 35 120 -118 6 -648 320
|
|
5
|
+
54 287 -365 221 537 269 589 219 336 125 355 4 -34 207 899 197 33 111 349 126 -412 108 -827 58 293 166 -121 230 52 20 -699 204 -105 113 -228 263 -86 1 -11 203 308 181 919 233 -458 176 -631 215 -836 202 -235 103 -523 145 73 98 688 55 807 20 -596 187 -469 73 114 16 125 204 -818 41 -196 179 567 72 -885 279 464 43 -328 56 487 196 -601 141 -549 35 125 222 -341 217 232 37 394 92 -804 188 78 177 -520 212 -265 130 375 176 653 246 -205 210 -526 233
|
|
6
|
+
55 430 -674 412 425 115 -858 182 -627 421 426 201 -325 194 -212 139 774 76 -28 1 -912 20 -743 246 -716 96 907 393 -288 100 159 92 -419 148 -168 80 -419 416 47 398 -432 233 -546 192 -173 365 446 126 438 83 -229 216 871 267 -79 217 -432 311 278 340 442 238 -924 169 -99 427 -224 185 -59 77 -468 138 -62 58 -187 70 -292 311 506 415 737 19 -534 73 -323 119 -984 199 389 80 -178 302 -80 329 299 115 -734 320 -325 387 246 394 113 230 -169 122 -413 349 -229 217 226 187
|
|
7
|
+
56 237 -632 130 18 162 213 134 396 83 823 144 -561 121 -501 191 -431 125 783 64 696 227 738 120 -459 235 120 109 -163 107 -710 69 -599 33 -758 116 -589 76 692 134 -271 25 79 142 -978 169 -525 101 -781 46 53 210 -251 208 190 162 -696 189 666 61 -430 112 667 41 -246 127 110 27 -402 48 -555 212 372 156 -669 64 329 152 -377 135 869 76 -928 178 655 25 559 205 -180 233 777 139 -829 42 683 34 -740 78 -216 109 711 3 590 228 922 235 -137 116 -702 98 507 12 -455 83
|
|
8
|
+
57 195 391 95 505 67 555 23 -237 25 -240 48 921 126 635 167 998 154 -217 87 -966 129 190 38 -902 89 -957 106 -562 173 -401 110 -980 106 951 119 190 90 -634 132 609 138 -52 79 141 49 419 168 844 117 -759 18 601 120 15 100 -217 38 -803 87 -597 33 815 66 -409 132 -544 89 355 86 -910 134 106 114 295 136 510 83 -400 85 473 34 -721 26 -958 34 -166 123 200 164 191 74 -898 49 -418 100 -813 151 232 64 317 77 -558 87 -31 139 454 176 -495 51 -858 184 210 60 -291 74
|
|
9
|
+
58 57 -264 37 758 51 497 23 810 14 -980 18 269 46 -283 51 348 39 714 12 928 44 861 28 -668 18 -744 19 -584 52 602 40 -673 51 687 34 -589 2 927 15 89 52 829 36 126 42 511 2 -304 13 157 17 121 28 -62 44 -554 19 480 56 231 40 -16 10 335 19 406 44 794 33 -813 20 -850 53 85 18 -870 44 425 51 348 19 65 31 -577 39 -384 11 769 33 945 3 514 36 824 16 648 12 592 18 800 5 -780 18 495 21 -743 31 -682 31 -24 35 -236 37 122 32 -683 9
|
|
10
|
+
59 100 348 23 -633 31 606 1 779 80 -603 43 -77 96 252 6 -783 63 780 65 -649 4 -482 55 -825 58 907 64 -554 61 146 9 44 81 420 16 667 58 880 93 778 84 438 18 13 67 938 2 -974 30 -808 22 -150 91 -98 87 -894 62 -710 18 509 26 688 24 176 78 -200 19 -887 86 -397 46 -947 91 -72 7 653 73 31 63 980 94 776 93 -913 70 361 83 -358 36 771 68 -669 55 256 13 -451 19 203 44 836 98 -773 78 119 32 429 28 695 86 -451 8 234 85 -318 48 268 92 -701 48
|
|
11
|
+
60 362 -687 354 -231 237 528 79 -144 162 930 89 -522 261 -547 50 -673 287 739 11 358 277 540 297 973 151 -513 183 447 86 800 97 -735 225 -237 202 -792 354 846 90 996 49 -851 55 185 95 47 146 110 151 -802 32 62 252 -724 197 604 47 792 137 -28 173 752 315 941 68 849 283 -502 61 218 33 -112 4 190 227 -47 347 -953 123 806 270 376 15 -148 45 427 212 -170 182 -902 90 -64 7 -983 278 451 166 -609 300 -940 133 -282 154 -920 227 88 151 -734 307 -807 238 108 167 852 111 -124 93 718 184 -403 289
|
|
12
|
+
61 62 -847 17 807 18 168 41 940 55 816 43 386 2 61 45 -898 37 -605 20 299 18 34 53 -677 7 511 38 -738 14 -512 26 -867 36 -253 5 868 15 -741 50 -6 51 713 39 -978 16 611 25 687 46 -605 41 -440 46 -161 33 -265 44 -144 22 -279 55 -959 58 436 29 -394 4 335 53 -458 38 -974 25 551 47 -602 5 -827 40 -152 34 -114 59 -897 25 493 60 551 7 -816 21 90 19 489 22 -261 27 -354 7 286 37 -339 61 615 61 991 52 -707 40 -505 25 715 20 24 4 -173 33 240 46 831 37 -523 57
|
|
13
|
+
62 374 821 230 43 141 -564 126 830 307 840 297 970 248 -547 314 297 311 -354 142 564 91 823 39 358 334 -42 155 908 176 84 11 585 72 -990 217 326 67 -754 261 -826 142 405 10 24 95 946 352 38 6 -267 25 218 284 -785 102 -768 102 -199 284 -314 49 628 319 -961 133 939 246 920 193 20 161 -254 201 790 114 350 28 -763 154 662 51 -728 329 -696 287 140 8 494 184 433 55 -296 171 -590 110 -468 74 -126 139 -189 87 -574 193 68 91 111 170 446 231 824 277 -305 83 381 187 370 116 242 196 933 318 339 295 904 328
|
|
14
|
+
63 385 703 314 233 134 -645 246 -588 4 411 202 452 205 -796 72 11 200 233 348 -285 79 293 134 -474 304 -988 290 -744 205 959 227 117 227 -525 222 -765 231 -323 322 -637 140 916 38 90 354 642 123 -570 24 -544 32 -176 354 302 21 493 245 588 327 943 303 -953 265 -338 212 579 292 -481 116 530 261 -481 360 -786 149 31 379 361 166 -661 293 654 264 -680 113 3 188 -694 1 -562 192 -401 296 -847 265 156 53 -781 143 -30 335 220 2 -708 380 125 26 -633 60 778 140 814 82 -619 24 753 34 809 191 -638 181 863 146 -531 218 -608 294
|
|
15
|
+
64 363 -673 96 -885 201 85 313 868 180 -734 266 65 179 592 306 -520 310 410 212 -534 170 -305 146 58 46 -33 56 -776 280 658 349 172 141 632 248 -450 242 363 50 -815 205 -816 45 -128 100 -243 359 -432 88 -956 167 630 39 925 320 -798 20 -30 217 744 232 36 166 -81 277 -20 166 -237 11 -293 25 -923 264 482 79 82 235 -338 65 -496 229 747 276 869 85 -999 293 -366 166 636 263 893 328 125 304 988 235 -498 151 493 54 747 29 -109 57 -132 112 -54 126 -489 50 -53 275 -78 95 44 168 310 76 -353 67 -481 303 -214 300 -128 162 214 109
|
|
16
|
+
65 157 -674 74 422 131 -769 72 -96 130 894 142 203 101 -118 31 -395 7 523 95 -387 4 -73 1 631 156 848 37 560 97 -857 7 -999 39 625 32 978 97 -636 30 -44 59 943 136 858 18 788 28 -163 35 274 53 -741 151 355 50 532 142 62 92 912 92 618 32 384 33 -479 68 751 1 -548 7 -443 27 448 37 937 55 -827 149 511 63 -769 20 485 143 -517 87 838 6 424 8 -230 125 559 30 -710 58 944 133 611 5 -774 110 -57 71 263 129 490 8 -670 6 -273 101 -506 66 896 88 244 81 84 47 -752 52 704 79 -967 109 461 57 547 129
|
|
17
|
+
66 223 631 86 -546 34 -327 101 886 107 -327 43 -168 192 922 173 -386 103 849 222 -94 25 72 72 269 153 -785 209 733 44 -995 79 -939 220 -331 99 -114 191 -716 177 571 107 -778 193 875 213 -696 168 440 186 -968 86 -804 136 456 94 -717 179 866 162 -85 207 -875 208 -760 132 -370 74 868 170 -974 76 -797 40 935 46 613 178 323 202 -27 170 300 12 942 211 -594 12 -338 119 -933 25 210 184 604 103 112 103 870 152 452 173 -392 188 386 12 609 67 650 205 622 99 -470 217 193 155 -483 133 45 147 -15 181 782 140 -649 157 -411 64 -669 191 -927 36 435 20
|
|
18
|
+
67 443 -84 313 -660 21 793 164 920 183 792 342 49 394 178 129 707 7 21 99 -350 415 696 327 -137 356 90 214 -261 2 -410 116 -882 161 244 203 -107 392 -545 228 -162 77 382 437 849 387 -254 95 853 35 875 262 555 94 999 134 -245 422 312 158 -662 5 -959 401 -731 148 -275 118 508 94 364 415 -851 28 682 131 844 433 -371 252 989 107 844 274 -594 283 247 401 -253 341 -729 56 895 353 -142 129 363 40 426 280 311 403 836 290 -85 86 -16 185 -664 104 954 40 -993 114 -37 361 -563 236 -996 232 -285 346 169 51 -562 148 -866 144 -105 305 -511 402 -791 29 -917 251
|
|
19
|
+
68 187 -261 17 580 42 645 173 267 12 -124 73 -781 15 -274 50 432 155 -251 78 862 84 673 25 973 164 345 105 -487 134 -847 149 -73 7 798 133 348 152 -764 48 -152 42 -864 154 -417 153 993 72 -488 56 609 185 -129 158 178 32 805 47 532 64 55 117 -29 1 700 39 -403 46 -345 100 -256 97 93 25 706 28 0 185 843 78 -182 72 796 43 966 71 595 183 -296 125 262 73 -324 174 -899 67 -773 183 -404 18 -549 157 798 9 -802 154 637 100 186 43 622 37 217 122 138 11 310 125 -266 180 -440 11 -172 27 476 148 -542 176 -54 38 -320 26 -22 125 16 73 -273 44
|
|
20
|
+
69 274 -875 80 29 195 84 170 -657 194 -212 96 302 51 241 42 -781 215 995 57 -855 258 692 38 217 33 -220 92 928 151 235 106 -224 163 946 12 656 257 -434 67 17 240 -934 78 478 50 303 266 814 122 -93 232 474 54 588 217 -939 131 415 160 93 116 -70 90 -499 156 -566 203 332 264 425 162 982 202 871 148 -92 209 580 117 -646 52 712 29 -722 254 -577 209 -528 163 -908 226 714 189 729 143 149 42 -432 194 181 86 42 266 -238 244 -759 250 -187 154 579 14 235 167 -490 214 361 164 82 26 876 89 968 27 875 242 669 58 -884 83 -390 181 143 83 772 204 331 217 163 207
|
|
21
|
+
70 297 976 218 -338 126 -607 241 88 16 -353 281 662 279 -635 38 898 5 483 90 -202 30 -102 164 318 23 67 84 -120 220 -1 241 504 13 841 42 824 260 152 221 -867 285 33 207 -507 282 -279 169 -932 194 -521 251 397 230 376 119 -555 168 844 93 -12 40 -658 207 477 28 98 256 -915 107 -122 37 -536 262 -309 208 158 259 -99 37 493 96 621 124 -896 216 -608 170 837 5 -608 251 -339 115 -400 160 380 5 -275 256 928 190 304 287 -386 45 640 104 -424 30 -187 64 -646 145 583 17 -636 202 597 167 -654 260 593 195 967 162 456 217 857 268 -896 80 293 130 794 13 -397 200 902 268 -956 126
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
1
|
|
2
|
+
3
|
|
3
|
+
2
|
|
4
|
+
-1
|
|
5
|
+
3
|
|
6
|
+
3
|
|
7
|
+
4
|
|
8
|
+
5
|
|
9
|
+
2
|
|
10
|
+
3
|
|
11
|
+
4
|
|
12
|
+
7
|
|
13
|
+
4
|
|
14
|
+
2
|
|
15
|
+
4
|
|
16
|
+
5
|
|
17
|
+
6
|
|
18
|
+
4
|
|
19
|
+
3
|
|
20
|
+
4
|
|
21
|
+
2
|
|
22
|
+
4
|
|
23
|
+
4
|
|
24
|
+
4
|
|
25
|
+
7
|
|
26
|
+
3
|
|
27
|
+
4
|
|
28
|
+
4
|
|
29
|
+
2
|
|
30
|
+
8
|
|
31
|
+
3
|
|
32
|
+
5
|
|
33
|
+
3
|
|
34
|
+
6
|
|
35
|
+
7
|
|
36
|
+
5
|
|
37
|
+
3
|
|
38
|
+
3
|
|
39
|
+
4
|
|
40
|
+
6
|
|
41
|
+
3
|
|
42
|
+
4
|
|
43
|
+
7
|
|
44
|
+
11
|
|
45
|
+
7
|
|
46
|
+
3
|
|
47
|
+
4
|
|
48
|
+
6
|
|
49
|
+
4
|
|
50
|
+
5
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"path": "medium/CountAsICount2",
|
|
3
|
+
"name": "Count as I count #2",
|
|
4
|
+
"alphanumName": "CountAsICount2",
|
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/count-as-i-count-2",
|
|
6
|
+
"tests": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Bring back memory",
|
|
9
|
+
"alphanumName": "BringBackMemory",
|
|
10
|
+
"file": "01 - Bring back memory.txt"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "Not 4 rounds",
|
|
14
|
+
"alphanumName": "Not4Rounds",
|
|
15
|
+
"file": "02 - Not 4 rounds.txt"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "Only one",
|
|
19
|
+
"alphanumName": "OnlyOne",
|
|
20
|
+
"file": "03 - Only one.txt"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "Smarter not faster",
|
|
24
|
+
"alphanumName": "SmarterNotFaster",
|
|
25
|
+
"file": "04 - Smarter not faster.txt"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "Bigger",
|
|
29
|
+
"alphanumName": "Bigger",
|
|
30
|
+
"file": "05 - Bigger.txt"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "Even bigger",
|
|
34
|
+
"alphanumName": "EvenBigger",
|
|
35
|
+
"file": "06 - Even bigger.txt"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "The end?",
|
|
39
|
+
"alphanumName": "TheEnd",
|
|
40
|
+
"file": "07 - The end.txt"
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
47
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
45
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
49
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
25
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
16
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
10
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
41
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1854609387
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5166103510405
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1022751684886133
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6877786709997284837
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
$N = stream_get_line(STDIN, 20 + 1, "\n");
|
|
3
|
+
|
|
4
|
+
// Write an answer using echo(). DON'T FORGET THE TRAILING \n
|
|
5
|
+
// To debug: error_log(var_export($var, true)); (equivalent to var_dump)
|
|
6
|
+
|
|
7
|
+
echo("[0][00000000][00000000000000000000000]\n");
|
|
8
|
+
echo("0x00000000\n");
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"path": "medium/DecimalNumbersToFloatingNumbers",
|
|
3
|
+
"name": "Decimal numbers to floating numbers",
|
|
4
|
+
"alphanumName": "DecimalNumbersToFloatingNumbers",
|
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/decimal-numbers-to-floating-numbers",
|
|
6
|
+
"tests": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Zero",
|
|
9
|
+
"alphanumName": "Zero",
|
|
10
|
+
"file": "01 - Zero.txt"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "Simple integer",
|
|
14
|
+
"alphanumName": "SimpleInteger",
|
|
15
|
+
"file": "02 - Simple integer.txt"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "Invalid number",
|
|
19
|
+
"alphanumName": "InvalidNumber",
|
|
20
|
+
"file": "03 - Invalid number.txt"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "Simple decimal",
|
|
24
|
+
"alphanumName": "SimpleDecimal",
|
|
25
|
+
"file": "04 - Simple decimal.txt"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "Decimal with rounding (1)",
|
|
29
|
+
"alphanumName": "DecimalWithRounding1",
|
|
30
|
+
"file": "05 - Decimal with rounding (1).txt"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "Decimal with rounding (2)",
|
|
34
|
+
"alphanumName": "DecimalWithRounding2",
|
|
35
|
+
"file": "06 - Decimal with rounding (2).txt"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "Scientific notation (1)",
|
|
39
|
+
"alphanumName": "ScientificNotation1",
|
|
40
|
+
"file": "07 - Scientific notation (1).txt"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Scientific notation (2)",
|
|
44
|
+
"alphanumName": "ScientificNotation2",
|
|
45
|
+
"file": "08 - Scientific notation (2).txt"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "Scientific notation (3)",
|
|
49
|
+
"alphanumName": "ScientificNotation3",
|
|
50
|
+
"file": "09 - Scientific notation (3).txt"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "Scientific notation (4)",
|
|
54
|
+
"alphanumName": "ScientificNotation4",
|
|
55
|
+
"file": "10 - Scientific notation (4).txt"
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0
|