@cyrilverloop/codingame-configuration 1.24.0 → 1.26.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 +17 -0
- package/config/easy/LaughterIsContagious/code/CGCode.cpp +17 -0
- package/config/easy/LaughterIsContagious/code/CGCode.java +16 -0
- package/config/easy/LaughterIsContagious/code/CGCode.js +6 -0
- package/config/easy/LaughterIsContagious/code/CGCode.php +7 -0
- package/config/easy/LaughterIsContagious/code/CGCode.ts +6 -0
- package/config/easy/LaughterIsContagious/config.json +68 -0
- package/config/easy/LaughterIsContagious/input/01 - Everybody laughing.txt +1 -0
- package/config/easy/LaughterIsContagious/input/02 - Too far.txt +1 -0
- package/config/easy/LaughterIsContagious/input/03 - Example.txt +1 -0
- package/config/easy/LaughterIsContagious/input/04 - Very funny.txt +1 -0
- package/config/easy/LaughterIsContagious/input/05 - Not funny.txt +1 -0
- package/config/easy/LaughterIsContagious/input/06 - Lonely.txt +1 -0
- package/config/easy/LaughterIsContagious/input/07 - Solidarity.txt +1 -0
- package/config/easy/LaughterIsContagious/input/08 - Big show.txt +1 -0
- package/config/easy/LaughterIsContagious/input/09 - Very big show.txt +1 -0
- package/config/easy/LaughterIsContagious/input/10 - One Man Show.txt +1 -0
- package/config/easy/LaughterIsContagious/input/11 - Duo.txt +1 -0
- package/config/easy/LaughterIsContagious/input/12 - Trio.txt +1 -0
- package/config/easy/LaughterIsContagious/output/01 - Everybody laughing.txt +1 -0
- package/config/easy/LaughterIsContagious/output/02 - Too far.txt +1 -0
- package/config/easy/LaughterIsContagious/output/03 - Example.txt +1 -0
- package/config/easy/LaughterIsContagious/output/04 - Very funny.txt +1 -0
- package/config/easy/LaughterIsContagious/output/05 - Not funny.txt +1 -0
- package/config/easy/LaughterIsContagious/output/06 - Lonely.txt +1 -0
- package/config/easy/LaughterIsContagious/output/07 - Solidarity.txt +1 -0
- package/config/easy/LaughterIsContagious/output/08 - Big show.txt +1 -0
- package/config/easy/LaughterIsContagious/output/09 - Very big show.txt +1 -0
- package/config/easy/LaughterIsContagious/output/10 - One Man Show.txt +1 -0
- package/config/easy/LaughterIsContagious/output/11 - Duo.txt +1 -0
- package/config/easy/LaughterIsContagious/output/12 - Trio.txt +1 -0
- package/config/easy/PyramidStacker/code/CGCode.cpp +20 -0
- package/config/easy/PyramidStacker/code/CGCode.java +18 -0
- package/config/easy/PyramidStacker/code/CGCode.js +9 -0
- package/config/easy/PyramidStacker/code/CGCode.php +8 -0
- package/config/easy/PyramidStacker/code/CGCode.ts +9 -0
- package/config/easy/PyramidStacker/config.json +63 -0
- package/config/easy/PyramidStacker/input/01 - Full (Example).txt +2 -0
- package/config/easy/PyramidStacker/input/02 - Partial (Example).txt +2 -0
- package/config/easy/PyramidStacker/input/03 - One Cube.txt +2 -0
- package/config/easy/PyramidStacker/input/04 - Patchy.txt +2 -0
- package/config/easy/PyramidStacker/input/05 - Repeat.txt +2 -0
- package/config/easy/PyramidStacker/input/06 - Cut.txt +2 -0
- package/config/easy/PyramidStacker/input/07 - Full.txt +2 -0
- package/config/easy/PyramidStacker/input/08 - Sparse.txt +2 -0
- package/config/easy/PyramidStacker/input/09 - Tall.txt +2 -0
- package/config/easy/PyramidStacker/input/10 - Limit.txt +2 -0
- package/config/easy/PyramidStacker/input/11 - Empty.txt +2 -0
- package/config/easy/PyramidStacker/output/01 - Full (Example).txt +3 -0
- package/config/easy/PyramidStacker/output/02 - Partial (Example).txt +3 -0
- package/config/easy/PyramidStacker/output/03 - One Cube.txt +1 -0
- package/config/easy/PyramidStacker/output/04 - Patchy.txt +4 -0
- package/config/easy/PyramidStacker/output/05 - Repeat.txt +5 -0
- package/config/easy/PyramidStacker/output/06 - Cut.txt +5 -0
- package/config/easy/PyramidStacker/output/07 - Full.txt +7 -0
- package/config/easy/PyramidStacker/output/08 - Sparse.txt +7 -0
- package/config/easy/PyramidStacker/output/09 - Tall.txt +9 -0
- package/config/easy/PyramidStacker/output/10 - Limit.txt +10 -0
- package/config/easy/PyramidStacker/output/11 - Empty.txt +10 -0
- package/config/easy/RequestValidator/code/CGCode.cpp +19 -0
- package/config/easy/RequestValidator/code/CGCode.java +17 -0
- package/config/easy/RequestValidator/code/CGCode.js +7 -0
- package/config/easy/RequestValidator/code/CGCode.php +8 -0
- package/config/easy/RequestValidator/code/CGCode.ts +7 -0
- package/config/easy/RequestValidator/config.json +83 -0
- package/config/easy/RequestValidator/input/01 - Order Up!.txt +2 -0
- package/config/easy/RequestValidator/input/02 - Corrupted.txt +2 -0
- package/config/easy/RequestValidator/input/03 - One Cup.txt +2 -0
- package/config/easy/RequestValidator/input/04 - Checksum Error.txt +2 -0
- package/config/easy/RequestValidator/input/05 - Department Fix.txt +2 -0
- package/config/easy/RequestValidator/input/06 - Mismatched Order.txt +2 -0
- package/config/easy/RequestValidator/input/07 - Misplaced Order.txt +2 -0
- package/config/easy/RequestValidator/input/08 - Order Zero.txt +2 -0
- package/config/easy/RequestValidator/input/09 - Standardised Order.txt +2 -0
- package/config/easy/RequestValidator/input/10 - Decaffeinated Coffee.txt +2 -0
- package/config/easy/RequestValidator/input/11 - Invalid Header.txt +2 -0
- package/config/easy/RequestValidator/input/12 - Infinite Stock.txt +2 -0
- package/config/easy/RequestValidator/input/13 - Padded Frame.txt +2 -0
- package/config/easy/RequestValidator/input/14 - 0xC0FFEE.txt +2 -0
- package/config/easy/RequestValidator/input/15 - Missing Checksum.txt +2 -0
- package/config/easy/RequestValidator/output/01 - Order Up!.txt +6 -0
- package/config/easy/RequestValidator/output/02 - Corrupted.txt +1 -0
- package/config/easy/RequestValidator/output/03 - One Cup.txt +1 -0
- package/config/easy/RequestValidator/output/04 - Checksum Error.txt +1 -0
- package/config/easy/RequestValidator/output/05 - Department Fix.txt +16 -0
- package/config/easy/RequestValidator/output/06 - Mismatched Order.txt +1 -0
- package/config/easy/RequestValidator/output/07 - Misplaced Order.txt +1 -0
- package/config/easy/RequestValidator/output/08 - Order Zero.txt +7 -0
- package/config/easy/RequestValidator/output/09 - Standardised Order.txt +1 -0
- package/config/easy/RequestValidator/output/10 - Decaffeinated Coffee.txt +1 -0
- package/config/easy/RequestValidator/output/11 - Invalid Header.txt +1 -0
- package/config/easy/RequestValidator/output/12 - Infinite Stock.txt +16 -0
- package/config/easy/RequestValidator/output/13 - Padded Frame.txt +1 -0
- package/config/easy/RequestValidator/output/14 - 0xC0FFEE.txt +4 -0
- package/config/easy/RequestValidator/output/15 - Missing Checksum.txt +1 -0
- package/config/easy/SolarShadowHunter/code/CGCode.cpp +24 -0
- package/config/easy/SolarShadowHunter/code/CGCode.java +24 -0
- package/config/easy/SolarShadowHunter/code/CGCode.js +12 -0
- package/config/easy/SolarShadowHunter/code/CGCode.php +12 -0
- package/config/easy/SolarShadowHunter/code/CGCode.ts +12 -0
- package/config/easy/SolarShadowHunter/config.json +43 -0
- package/config/easy/SolarShadowHunter/input/01 - test 1.txt +7 -0
- package/config/easy/SolarShadowHunter/input/02 - test 2.txt +6 -0
- package/config/easy/SolarShadowHunter/input/03 - test 3.txt +8 -0
- package/config/easy/SolarShadowHunter/input/04 - test 4.txt +6 -0
- package/config/easy/SolarShadowHunter/input/05 - test 5.txt +7 -0
- package/config/easy/SolarShadowHunter/input/06 - test 6.txt +22 -0
- package/config/easy/SolarShadowHunter/input/07 - test 7.txt +32 -0
- package/config/easy/SolarShadowHunter/output/01 - test 1.txt +1 -0
- package/config/easy/SolarShadowHunter/output/02 - test 2.txt +1 -0
- package/config/easy/SolarShadowHunter/output/03 - test 3.txt +1 -0
- package/config/easy/SolarShadowHunter/output/04 - test 4.txt +1 -0
- package/config/easy/SolarShadowHunter/output/05 - test 5.txt +1 -0
- package/config/easy/SolarShadowHunter/output/06 - test 6.txt +1 -0
- package/config/easy/SolarShadowHunter/output/07 - test 7.txt +1 -0
- package/config/easy/TheDescentPart2/code/CGCode.cpp +29 -0
- package/config/easy/TheDescentPart2/code/CGCode.java +25 -0
- package/config/easy/TheDescentPart2/code/CGCode.js +18 -0
- package/config/easy/TheDescentPart2/code/CGCode.php +17 -0
- package/config/easy/TheDescentPart2/code/CGCode.ts +18 -0
- package/config/easy/TheDescentPart2/config.json +58 -0
- package/config/easy/TheDescentPart2/input/01 - test 1.txt +7 -0
- package/config/easy/TheDescentPart2/input/02 - test 2.txt +10 -0
- package/config/easy/TheDescentPart2/input/03 - test 3.txt +14 -0
- package/config/easy/TheDescentPart2/input/04 - test 4.txt +9 -0
- package/config/easy/TheDescentPart2/input/05 - test 5.txt +15 -0
- package/config/easy/TheDescentPart2/input/06 - test 6.txt +10 -0
- package/config/easy/TheDescentPart2/input/07 - test 7.txt +13 -0
- package/config/easy/TheDescentPart2/input/08 - test 8.txt +10 -0
- package/config/easy/TheDescentPart2/input/09 - test 9.txt +18 -0
- package/config/easy/TheDescentPart2/input/10 - test 10.txt +18 -0
- package/config/easy/TheDescentPart2/output/01 - test 1.txt +1 -0
- package/config/easy/TheDescentPart2/output/02 - test 2.txt +1 -0
- package/config/easy/TheDescentPart2/output/03 - test 3.txt +1 -0
- package/config/easy/TheDescentPart2/output/04 - test 4.txt +1 -0
- package/config/easy/TheDescentPart2/output/05 - test 5.txt +1 -0
- package/config/easy/TheDescentPart2/output/06 - test 6.txt +1 -0
- package/config/easy/TheDescentPart2/output/07 - test 7.txt +1 -0
- package/config/easy/TheDescentPart2/output/08 - test 8.txt +1 -0
- package/config/easy/TheDescentPart2/output/09 - test 9.txt +1 -0
- package/config/easy/TheDescentPart2/output/10 - test 10.txt +1 -0
- package/config/easy/WhereWasThisKnightBefore/code/CGCode.cpp +25 -0
- package/config/easy/WhereWasThisKnightBefore/code/CGCode.java +22 -0
- package/config/easy/WhereWasThisKnightBefore/code/CGCode.js +12 -0
- package/config/easy/WhereWasThisKnightBefore/code/CGCode.php +15 -0
- package/config/easy/WhereWasThisKnightBefore/code/CGCode.ts +12 -0
- package/config/easy/WhereWasThisKnightBefore/config.json +38 -0
- package/config/easy/WhereWasThisKnightBefore/input/01 - Easy start.txt +17 -0
- package/config/easy/WhereWasThisKnightBefore/input/02 - Some action.txt +17 -0
- package/config/easy/WhereWasThisKnightBefore/input/03 - Some noise on the board.txt +17 -0
- package/config/easy/WhereWasThisKnightBefore/input/04 - Check mate.txt +17 -0
- package/config/easy/WhereWasThisKnightBefore/input/05 - Crazy case.txt +17 -0
- package/config/easy/WhereWasThisKnightBefore/input/06 - Lots of noise.txt +17 -0
- package/config/easy/WhereWasThisKnightBefore/output/01 - Easy start.txt +2 -0
- package/config/easy/WhereWasThisKnightBefore/output/02 - Some action.txt +2 -0
- package/config/easy/WhereWasThisKnightBefore/output/03 - Some noise on the board.txt +2 -0
- package/config/easy/WhereWasThisKnightBefore/output/04 - Check mate.txt +2 -0
- package/config/easy/WhereWasThisKnightBefore/output/05 - Crazy case.txt +2 -0
- package/config/easy/WhereWasThisKnightBefore/output/06 - Lots of noise.txt +2 -0
- package/config/hard/XthLexicographicallySmallestNumber/code/CGCode.cpp +20 -0
- package/config/hard/XthLexicographicallySmallestNumber/code/CGCode.java +19 -0
- package/config/hard/XthLexicographicallySmallestNumber/code/CGCode.js +10 -0
- package/config/hard/XthLexicographicallySmallestNumber/code/CGCode.php +7 -0
- package/config/hard/XthLexicographicallySmallestNumber/code/CGCode.ts +10 -0
- package/config/hard/XthLexicographicallySmallestNumber/config.json +68 -0
- package/config/hard/XthLexicographicallySmallestNumber/input/01 - test 1.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/input/02 - test 2.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/input/03 - test 3.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/input/04 - test 4.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/input/05 - test 5.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/input/06 - test 6.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/input/07 - test 7.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/input/08 - test 8.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/input/09 - test 9.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/input/10 - test 10.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/input/11 - test 11.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/input/12 - test 12.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/output/01 - test 1.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/output/02 - test 2.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/output/03 - test 3.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/output/04 - test 4.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/output/05 - test 5.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/output/06 - test 6.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/output/07 - test 7.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/output/08 - test 8.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/output/09 - test 9.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/output/10 - test 10.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/output/11 - test 11.txt +1 -0
- package/config/hard/XthLexicographicallySmallestNumber/output/12 - test 12.txt +1 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/code/CGCode.cpp +28 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/code/CGCode.java +24 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/code/CGCode.js +15 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/code/CGCode.php +16 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/code/CGCode.ts +15 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/config.json +68 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/input/01 - Do I have a land.txt +5 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/input/02 - Any card will do.txt +6 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/input/03 - 100%.txt +4 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/input/04 - 0%.txt +4 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/input/05 - 1 Pattern.txt +6 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/input/06 - Overlap.txt +7 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/input/07 - 3 Patterns.txt +13 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/input/08 - 5 Patterns.txt +13 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/input/09 - 6 Patterns.txt +14 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/input/10 - 7 Patterns.txt +16 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/input/11 - 8 Patterns.txt +18 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/input/12 - 8 Patterns Impossible.txt +18 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/output/01 - Do I have a land.txt +1 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/output/02 - Any card will do.txt +1 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/output/03 - 100%.txt +1 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/output/04 - 0%.txt +1 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/output/05 - 1 Pattern.txt +1 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/output/06 - Overlap.txt +1 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/output/07 - 3 Patterns.txt +1 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/output/08 - 5 Patterns.txt +1 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/output/09 - 6 Patterns.txt +1 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/output/10 - 7 Patterns.txt +1 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/output/11 - 8 Patterns.txt +1 -0
- package/config/medium/ManaQuestHuntForThePerfectSeven/output/12 - 8 Patterns Impossible.txt +1 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/code/CGCode.cpp +20 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/code/CGCode.java +18 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/code/CGCode.js +9 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/code/CGCode.php +8 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/code/CGCode.ts +9 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/config.json +43 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/input/01 - Base case.txt +2 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/input/02 - 2 digits long ans.txt +2 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/input/03 - With 7.txt +2 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/input/04 - With more digits (21).txt +2 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/input/05 - Still ok 100 digits!.txt +2 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/input/06 - 250 NO WAY!.txt +2 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/input/07 - 500.txt +2 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/output/01 - Base case.txt +1 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/output/02 - 2 digits long ans.txt +1 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/output/03 - With 7.txt +1 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/output/04 - With more digits (21).txt +1 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/output/05 - Still ok 100 digits!.txt +1 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/output/06 - 250 NO WAY!.txt +1 -0
- package/config/medium/NumbersWithOnlyTwoDistinctDigits/output/07 - 500.txt +1 -0
- package/config/medium/TheHoleTruth/code/CGCode.cpp +22 -0
- package/config/medium/TheHoleTruth/code/CGCode.java +23 -0
- package/config/medium/TheHoleTruth/code/CGCode.js +11 -0
- package/config/medium/TheHoleTruth/code/CGCode.php +11 -0
- package/config/medium/TheHoleTruth/code/CGCode.ts +11 -0
- package/config/medium/TheHoleTruth/config.json +58 -0
- package/config/medium/TheHoleTruth/input/01 - Simple ring.txt +6 -0
- package/config/medium/TheHoleTruth/input/02 - Two holes.txt +6 -0
- package/config/medium/TheHoleTruth/input/03 - No holes.txt +6 -0
- package/config/medium/TheHoleTruth/input/04 - Nested rings.txt +10 -0
- package/config/medium/TheHoleTruth/input/05 - Border-touching shapes.txt +12 -0
- package/config/medium/TheHoleTruth/input/06 - Smiley face.txt +13 -0
- package/config/medium/TheHoleTruth/input/07 - Tall grid with irregular hole.txt +14 -0
- package/config/medium/TheHoleTruth/input/08 - Nested blobs with winding walls.txt +41 -0
- package/config/medium/TheHoleTruth/input/09 - Concentric rings and L-shaped enclosures.txt +41 -0
- package/config/medium/TheHoleTruth/input/10 - Stress test.txt +58 -0
- package/config/medium/TheHoleTruth/output/01 - Simple ring.txt +1 -0
- package/config/medium/TheHoleTruth/output/02 - Two holes.txt +1 -0
- package/config/medium/TheHoleTruth/output/03 - No holes.txt +1 -0
- package/config/medium/TheHoleTruth/output/04 - Nested rings.txt +1 -0
- package/config/medium/TheHoleTruth/output/05 - Border-touching shapes.txt +1 -0
- package/config/medium/TheHoleTruth/output/06 - Smiley face.txt +1 -0
- package/config/medium/TheHoleTruth/output/07 - Tall grid with irregular hole.txt +1 -0
- package/config/medium/TheHoleTruth/output/08 - Nested blobs with winding walls.txt +1 -0
- package/config/medium/TheHoleTruth/output/09 - Concentric rings and L-shaped enclosures.txt +1 -0
- package/config/medium/TheHoleTruth/output/10 - Stress test.txt +1 -0
- package/config/medium/TrigonometrySimplification/code/CGCode.cpp +19 -0
- package/config/medium/TrigonometrySimplification/code/CGCode.java +18 -0
- package/config/medium/TrigonometrySimplification/code/CGCode.js +9 -0
- package/config/medium/TrigonometrySimplification/code/CGCode.php +7 -0
- package/config/medium/TrigonometrySimplification/code/CGCode.ts +9 -0
- package/config/medium/TrigonometrySimplification/config.json +63 -0
- package/config/medium/TrigonometrySimplification/input/01 - test 1.txt +1 -0
- package/config/medium/TrigonometrySimplification/input/02 - test 2.txt +1 -0
- package/config/medium/TrigonometrySimplification/input/03 - test 3.txt +1 -0
- package/config/medium/TrigonometrySimplification/input/04 - test 4.txt +1 -0
- package/config/medium/TrigonometrySimplification/input/05 - test 5.txt +1 -0
- package/config/medium/TrigonometrySimplification/input/06 - test 6.txt +1 -0
- package/config/medium/TrigonometrySimplification/input/07 - test 7.txt +1 -0
- package/config/medium/TrigonometrySimplification/input/08 - test 8.txt +1 -0
- package/config/medium/TrigonometrySimplification/input/09 - test 9.txt +1 -0
- package/config/medium/TrigonometrySimplification/input/10 - test 10.txt +1 -0
- package/config/medium/TrigonometrySimplification/input/11 - test 11.txt +1 -0
- package/config/medium/TrigonometrySimplification/output/01 - test 1.txt +1 -0
- package/config/medium/TrigonometrySimplification/output/02 - test 2.txt +1 -0
- package/config/medium/TrigonometrySimplification/output/03 - test 3.txt +1 -0
- package/config/medium/TrigonometrySimplification/output/04 - test 4.txt +1 -0
- package/config/medium/TrigonometrySimplification/output/05 - test 5.txt +1 -0
- package/config/medium/TrigonometrySimplification/output/06 - test 6.txt +1 -0
- package/config/medium/TrigonometrySimplification/output/07 - test 7.txt +1 -0
- package/config/medium/TrigonometrySimplification/output/08 - test 8.txt +1 -0
- package/config/medium/TrigonometrySimplification/output/09 - test 9.txt +1 -0
- package/config/medium/TrigonometrySimplification/output/10 - test 10.txt +1 -0
- package/config/medium/TrigonometrySimplification/output/11 - test 11.txt +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [1.26.0] - 2026-04-30
|
|
8
|
+
### Added
|
|
9
|
+
- configuration for "Pyramid Stacker".
|
|
10
|
+
- configuration for "Numbers with only two distinct digits".
|
|
11
|
+
- configuration for "The Hole Truth".
|
|
12
|
+
- configuration for "Xth Lexicographically Smallest Number".
|
|
13
|
+
|
|
14
|
+
## [1.25.0] - 2026-03-31
|
|
15
|
+
### Added
|
|
16
|
+
- configuration for "The Descent - Part 2".
|
|
17
|
+
- configuration for "Solar Shadow Hunter".
|
|
18
|
+
- configuration for "0xC0FFEE Request Validator".
|
|
19
|
+
- configuration for "Laughter is contagious".
|
|
20
|
+
- configuration for "Trigonometry Simplification".
|
|
21
|
+
- configuration for "Where Was This Knight Before?".
|
|
22
|
+
- configuration for "Mana Quest: Hunt for the Perfect Seven".
|
|
23
|
+
|
|
7
24
|
## [1.24.0] - 2026-02-28
|
|
8
25
|
### Added
|
|
9
26
|
- configuration for "What a dessert!".
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#include <iostream>
|
|
2
|
+
#include <string>
|
|
3
|
+
#include <vector>
|
|
4
|
+
#include <algorithm>
|
|
5
|
+
|
|
6
|
+
using namespace std;
|
|
7
|
+
|
|
8
|
+
int main()
|
|
9
|
+
{
|
|
10
|
+
string row;
|
|
11
|
+
getline(cin, row);
|
|
12
|
+
|
|
13
|
+
// Write an answer using cout. DON'T FORGET THE "<< endl"
|
|
14
|
+
// To debug: cerr << "Debug messages..." << endl;
|
|
15
|
+
|
|
16
|
+
cout << "row" << endl;
|
|
17
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import java.util.*;
|
|
2
|
+
import java.io.*;
|
|
3
|
+
import java.math.*;
|
|
4
|
+
|
|
5
|
+
class Solution {
|
|
6
|
+
|
|
7
|
+
public static void main(String args[]) {
|
|
8
|
+
Scanner in = new Scanner(System.in);
|
|
9
|
+
String row = in.nextLine();
|
|
10
|
+
|
|
11
|
+
// Write an answer using System.out.println()
|
|
12
|
+
// To debug: System.err.println("Debug messages...");
|
|
13
|
+
|
|
14
|
+
System.out.println("row");
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"path": "easy/LaughterIsContagious",
|
|
3
|
+
"name": "Laughter is contagious",
|
|
4
|
+
"alphanumName": "LaughterIsContagious",
|
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/laughter-is-contagious",
|
|
6
|
+
"tests": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Everybody laughing",
|
|
9
|
+
"alphanumName": "EverybodyLaughing",
|
|
10
|
+
"file": "01 - Everybody laughing.txt"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "Too far",
|
|
14
|
+
"alphanumName": "TooFar",
|
|
15
|
+
"file": "02 - Too far.txt"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "Example",
|
|
19
|
+
"alphanumName": "Example",
|
|
20
|
+
"file": "03 - Example.txt"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "Very funny",
|
|
24
|
+
"alphanumName": "VeryFunny",
|
|
25
|
+
"file": "04 - Very funny.txt"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "Not funny",
|
|
29
|
+
"alphanumName": "NotFunny",
|
|
30
|
+
"file": "05 - Not funny.txt"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "Lonely",
|
|
34
|
+
"alphanumName": "Lonely",
|
|
35
|
+
"file": "06 - Lonely.txt"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "Solidarity",
|
|
39
|
+
"alphanumName": "Solidarity",
|
|
40
|
+
"file": "07 - Solidarity.txt"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Big show",
|
|
44
|
+
"alphanumName": "BigShow",
|
|
45
|
+
"file": "08 - Big show.txt"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "Very big show",
|
|
49
|
+
"alphanumName": "VeryBigShow",
|
|
50
|
+
"file": "09 - Very big show.txt"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "One Man Show",
|
|
54
|
+
"alphanumName": "OneManShow",
|
|
55
|
+
"file": "10 - One Man Show.txt"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "Duo",
|
|
59
|
+
"alphanumName": "Duo",
|
|
60
|
+
"file": "11 - Duo.txt"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "Trio",
|
|
64
|
+
"alphanumName": "Trio",
|
|
65
|
+
"file": "12 - Trio.txt"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
HOHOHiHaYoLaHE
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
MeHUnononoHaHaHanoHu
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
HAnoYeSsnoHOMaYyBeUsnotlolHAorMenohaHi
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
HAHAHoHaRRMeOO
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
itsnotfunnyatall
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
idonotthinkitsfunnydoyouYEslolYeno
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
HAOOHaEEooEEoeOe
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
DaCEAcAdEBCBAeEdEcDACDddCcBEAdBbDccaBCBC
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
aeIEUOauHoHeUaIoEEieueHhieOUiaOIHEEoEIIHihUHHUIoIIEoHuHuHeoiIEIEhaOeiaAHEIEHUhOouuEhAiAhohOiHhAHIeOh
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Me
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
DuME
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
OnetWO
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
HOHOHOHOHEHEHE
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
HUHUnononoHaHUHUnoHU
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
HAnoHAHOnoHOHOHOHOUsnotlolHAorMenoHAHA
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
HAHAAHHARRROOO
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
itsnotfunnyatall
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
idonotthinkitsfunnydoyouYEslolYEno
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
HAOOHAEEOOEEoeEE
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
DACECEEBEBCBCBBDDADACDddBEBEBEBEBCcaBCBC
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
aeIEUOauHEHEHEEEEEIEueIEIEOUiaOIHEEEEIIHIHUHHUUIIIIHHUHUHEOIIEIEhaOeiaAHEIEHUHUHuuEHHAAHohOIIAAHIEIE
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Me
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
MEME
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
WOetWO
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
#include <iostream>
|
|
2
|
+
#include <string>
|
|
3
|
+
#include <vector>
|
|
4
|
+
#include <algorithm>
|
|
5
|
+
|
|
6
|
+
using namespace std;
|
|
7
|
+
|
|
8
|
+
int main()
|
|
9
|
+
{
|
|
10
|
+
int n;
|
|
11
|
+
int h;
|
|
12
|
+
cin >> n >> h; cin.ignore();
|
|
13
|
+
string cubes;
|
|
14
|
+
cin >> cubes; cin.ignore();
|
|
15
|
+
|
|
16
|
+
// Write an answer using cout. DON'T FORGET THE "<< endl"
|
|
17
|
+
// To debug: cerr << "Debug messages..." << endl;
|
|
18
|
+
|
|
19
|
+
cout << "pyramid" << endl;
|
|
20
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import java.util.*;
|
|
2
|
+
import java.io.*;
|
|
3
|
+
import java.math.*;
|
|
4
|
+
|
|
5
|
+
class Solution {
|
|
6
|
+
|
|
7
|
+
public static void main(String args[]) {
|
|
8
|
+
Scanner in = new Scanner(System.in);
|
|
9
|
+
int n = in.nextInt();
|
|
10
|
+
int h = in.nextInt();
|
|
11
|
+
String cubes = in.next();
|
|
12
|
+
|
|
13
|
+
// Write an answer using System.out.println()
|
|
14
|
+
// To debug: System.err.println("Debug messages...");
|
|
15
|
+
|
|
16
|
+
System.out.println("pyramid");
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
var inputs: string[] = readline().split(' ');
|
|
2
|
+
const n: number = parseInt(inputs[0]);
|
|
3
|
+
const h: number = parseInt(inputs[1]);
|
|
4
|
+
const cubes: string = readline();
|
|
5
|
+
|
|
6
|
+
// Write an answer using console.log()
|
|
7
|
+
// To debug: console.error('Debug messages...');
|
|
8
|
+
|
|
9
|
+
console.log('pyramid');
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"path": "easy/PyramidStacker",
|
|
3
|
+
"name": "Pyramid Stacker",
|
|
4
|
+
"alphanumName": "PyramidStacker",
|
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/pyramid-stacker",
|
|
6
|
+
"tests": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Full (Example)",
|
|
9
|
+
"alphanumName": "FullExample",
|
|
10
|
+
"file": "01 - Full (Example).txt"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "Partial (Example)",
|
|
14
|
+
"alphanumName": "PartialExample",
|
|
15
|
+
"file": "02 - Partial (Example).txt"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "One Cube",
|
|
19
|
+
"alphanumName": "OneCube",
|
|
20
|
+
"file": "03 - One Cube.txt"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "Patchy",
|
|
24
|
+
"alphanumName": "Patchy",
|
|
25
|
+
"file": "04 - Patchy.txt"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "Repeat",
|
|
29
|
+
"alphanumName": "Repeat",
|
|
30
|
+
"file": "05 - Repeat.txt"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "Cut",
|
|
34
|
+
"alphanumName": "Cut",
|
|
35
|
+
"file": "06 - Cut.txt"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "Full",
|
|
39
|
+
"alphanumName": "Full",
|
|
40
|
+
"file": "07 - Full.txt"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Sparse",
|
|
44
|
+
"alphanumName": "Sparse",
|
|
45
|
+
"file": "08 - Sparse.txt"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "Tall",
|
|
49
|
+
"alphanumName": "Tall",
|
|
50
|
+
"file": "09 - Tall.txt"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "Limit",
|
|
54
|
+
"alphanumName": "Limit",
|
|
55
|
+
"file": "10 - Limit.txt"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "Empty",
|
|
59
|
+
"alphanumName": "Empty",
|
|
60
|
+
"file": "11 - Empty.txt"
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
280 9
|
|
2
|
+
NMVGLARXEPCLHDCGGKEICUBXQKNEKOLGGGOMUMIJRLTWSBRMCWKYEOPFDLMKUSOOADTXWLPQDUJBOBLRAXNKCKFGLCQKVRPIMKAJQDMONVEZCRKMRKVAEZNLCQNYGJJIHAULMIWKPXSAUUVKHOJNTOOHZCCEUQBNSHICYWZCFIUACSECTWJACURWPGLTXYCSMGRTXRNNHMKOITUNYQAVUOPZREUDNSGTPDUAQVXNOQORYKOSEFUQDQRDQBANQYBFYDEEYSEWHPMMTJHVGZUJLEXH
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
384 10
|
|
2
|
+
CNEKBJWOVNUODVCUYUPYWMUZWDOPNRLDQUZFWDVNQEAXARHPBWPIGMCUEGOFXFPWPRFKRIQPJQBCFJCFYGYXSPGGFLDYZUEBONKXTGOJTOWQFLULMIYXXQBVHOYGPNFPYSSMBCIQCLSSIITTMICGMSXZTNGDPQDKZTHEFBWWKCFNRGHYLYWTVOZXAVWQNMSZRKBVSXQSKLEGIQAUXJHWXVCOHGPKGZSGMDGGBKEHSNELZQJKPCBRVIXUMUBNPVULVSQZIBZMTJXAIDULAYKDUDPUPPGMMFEDNZSQVFQOFZLZPEUZYZENMKJDEGOSLBBAWOXFGSAJGKBWZEEDWCPXEEBBBCELIFASBTMDMJJYXLCGRURJHSUTJDQGSSCEQGUH
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Y
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
#include <iostream>
|
|
2
|
+
#include <string>
|
|
3
|
+
#include <vector>
|
|
4
|
+
#include <algorithm>
|
|
5
|
+
|
|
6
|
+
using namespace std;
|
|
7
|
+
|
|
8
|
+
int main()
|
|
9
|
+
{
|
|
10
|
+
int frame_length;
|
|
11
|
+
cin >> frame_length; cin.ignore();
|
|
12
|
+
string frame;
|
|
13
|
+
cin >> frame; cin.ignore();
|
|
14
|
+
|
|
15
|
+
// Write an answer using cout. DON'T FORGET THE "<< endl"
|
|
16
|
+
// To debug: cerr << "Debug messages..." << endl;
|
|
17
|
+
|
|
18
|
+
cout << "0xC0FFEE" << endl;
|
|
19
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import java.util.*;
|
|
2
|
+
import java.io.*;
|
|
3
|
+
import java.math.*;
|
|
4
|
+
|
|
5
|
+
class Solution {
|
|
6
|
+
|
|
7
|
+
public static void main(String args[]) {
|
|
8
|
+
Scanner in = new Scanner(System.in);
|
|
9
|
+
int frameLength = in.nextInt();
|
|
10
|
+
String frame = in.next();
|
|
11
|
+
|
|
12
|
+
// Write an answer using System.out.println()
|
|
13
|
+
// To debug: System.err.println("Debug messages...");
|
|
14
|
+
|
|
15
|
+
System.out.println("0xC0FFEE");
|
|
16
|
+
}
|
|
17
|
+
}
|