@cyrilverloop/codingame-configuration 1.24.0 → 1.25.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 +10 -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/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/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/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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3cos(x)-3cos(3x)-cos(5x)+cos(7x)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3-4cos(4x)+cos(8x)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
35-56cos(2x)+28cos(4x)-8cos(6x)+cos(8x)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
126-210cos(4x)+120cos(8x)-45cos(12x)+10cos(16x)-cos(20x)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
35sin(x)-21sin(3x)+7sin(5x)-sin(7x)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
14sin(2x)-8sin(4x)-3sin(6x)+4sin(8x)-sin(10x)
|