@cyrilverloop/codingame-configuration 1.25.0 → 1.27.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 +15 -0
- package/config/easy/CistercianAddition/code/CGCode.cpp +23 -0
- package/config/easy/CistercianAddition/code/CGCode.java +21 -0
- package/config/easy/CistercianAddition/code/CGCode.js +11 -0
- package/config/easy/CistercianAddition/code/CGCode.php +14 -0
- package/config/easy/CistercianAddition/code/CGCode.ts +11 -0
- package/config/easy/CistercianAddition/config.json +68 -0
- package/config/easy/CistercianAddition/input/01 - Units.txt +10 -0
- package/config/easy/CistercianAddition/input/02 - Tens.txt +10 -0
- package/config/easy/CistercianAddition/input/03 - Hundreds.txt +10 -0
- package/config/easy/CistercianAddition/input/04 - Thousands.txt +10 -0
- package/config/easy/CistercianAddition/input/05 - Limit.txt +10 -0
- package/config/easy/CistercianAddition/input/06 - Missing tens.txt +10 -0
- package/config/easy/CistercianAddition/input/07 - Missing numbers.txt +10 -0
- package/config/easy/CistercianAddition/input/08 - Change of multiples.txt +10 -0
- package/config/easy/CistercianAddition/input/09 - Basic symbols.txt +10 -0
- package/config/easy/CistercianAddition/input/10 - Repetitive numbers.txt +10 -0
- package/config/easy/CistercianAddition/input/11 - Random number 1.txt +10 -0
- package/config/easy/CistercianAddition/input/12 - Random number 2.txt +10 -0
- package/config/easy/CistercianAddition/output/01 - Units.txt +5 -0
- package/config/easy/CistercianAddition/output/02 - Tens.txt +5 -0
- package/config/easy/CistercianAddition/output/03 - Hundreds.txt +5 -0
- package/config/easy/CistercianAddition/output/04 - Thousands.txt +5 -0
- package/config/easy/CistercianAddition/output/05 - Limit.txt +5 -0
- package/config/easy/CistercianAddition/output/06 - Missing tens.txt +5 -0
- package/config/easy/CistercianAddition/output/07 - Missing numbers.txt +5 -0
- package/config/easy/CistercianAddition/output/08 - Change of multiples.txt +5 -0
- package/config/easy/CistercianAddition/output/09 - Basic symbols.txt +5 -0
- package/config/easy/CistercianAddition/output/10 - Repetitive numbers.txt +5 -0
- package/config/easy/CistercianAddition/output/11 - Random number 1.txt +5 -0
- package/config/easy/CistercianAddition/output/12 - Random number 2.txt +5 -0
- package/config/easy/JumpTheQueue/code/CGCode.cpp +26 -0
- package/config/easy/JumpTheQueue/code/CGCode.java +26 -0
- package/config/easy/JumpTheQueue/code/CGCode.js +15 -0
- package/config/easy/JumpTheQueue/code/CGCode.php +16 -0
- package/config/easy/JumpTheQueue/code/CGCode.ts +15 -0
- package/config/easy/JumpTheQueue/config.json +48 -0
- package/config/easy/JumpTheQueue/input/01 - Example.txt +4 -0
- package/config/easy/JumpTheQueue/input/02 - Incomplete dequeue.txt +6 -0
- package/config/easy/JumpTheQueue/input/03 - Interlacing events.txt +6 -0
- package/config/easy/JumpTheQueue/input/04 - Rejoining the queue.txt +10 -0
- package/config/easy/JumpTheQueue/input/05 - Busy queue.txt +14 -0
- package/config/easy/JumpTheQueue/input/06 - Bigger friend groups.txt +5 -0
- package/config/easy/JumpTheQueue/input/07 - Large pack of lone wolves.txt +4 -0
- package/config/easy/JumpTheQueue/input/08 - Long queue.txt +22 -0
- package/config/easy/JumpTheQueue/output/01 - Example.txt +7 -0
- package/config/easy/JumpTheQueue/output/02 - Incomplete dequeue.txt +14 -0
- package/config/easy/JumpTheQueue/output/03 - Interlacing events.txt +18 -0
- package/config/easy/JumpTheQueue/output/04 - Rejoining the queue.txt +29 -0
- package/config/easy/JumpTheQueue/output/05 - Busy queue.txt +47 -0
- package/config/easy/JumpTheQueue/output/06 - Bigger friend groups.txt +64 -0
- package/config/easy/JumpTheQueue/output/07 - Large pack of lone wolves.txt +105 -0
- package/config/easy/JumpTheQueue/output/08 - Long queue.txt +160 -0
- package/config/easy/LeapOfSheep/code/CGCode.cpp +21 -0
- package/config/easy/LeapOfSheep/code/CGCode.java +19 -0
- package/config/easy/LeapOfSheep/code/CGCode.js +10 -0
- package/config/easy/LeapOfSheep/code/CGCode.php +12 -0
- package/config/easy/LeapOfSheep/code/CGCode.ts +10 -0
- package/config/easy/LeapOfSheep/config.json +88 -0
- package/config/easy/LeapOfSheep/input/01 - Example.txt +2 -0
- package/config/easy/LeapOfSheep/input/02 - Highest is not best.txt +2 -0
- package/config/easy/LeapOfSheep/input/03 - Only 1 valid.txt +2 -0
- package/config/easy/LeapOfSheep/input/04 - Increasing then decreasing.txt +2 -0
- package/config/easy/LeapOfSheep/input/05 - Hills.txt +2 -0
- package/config/easy/LeapOfSheep/input/06 - Symmetric field.txt +2 -0
- package/config/easy/LeapOfSheep/input/07 - Fluctuations.txt +2 -0
- package/config/easy/LeapOfSheep/input/08 - Small step.txt +2 -0
- package/config/easy/LeapOfSheep/input/09 - Big heights.txt +2 -0
- package/config/easy/LeapOfSheep/input/10 - So high!.txt +2 -0
- package/config/easy/LeapOfSheep/input/11 - Giant leap.txt +2 -0
- package/config/easy/LeapOfSheep/input/12 - Bigger.txt +2 -0
- package/config/easy/LeapOfSheep/input/13 - Lots of similar.txt +2 -0
- package/config/easy/LeapOfSheep/input/14 - Leap of faith.txt +2 -0
- package/config/easy/LeapOfSheep/input/15 - Similar heights.txt +2 -0
- package/config/easy/LeapOfSheep/input/16 - So many piles.txt +2 -0
- package/config/easy/LeapOfSheep/output/01 - Example.txt +1 -0
- package/config/easy/LeapOfSheep/output/02 - Highest is not best.txt +1 -0
- package/config/easy/LeapOfSheep/output/03 - Only 1 valid.txt +1 -0
- package/config/easy/LeapOfSheep/output/04 - Increasing then decreasing.txt +1 -0
- package/config/easy/LeapOfSheep/output/05 - Hills.txt +1 -0
- package/config/easy/LeapOfSheep/output/06 - Symmetric field.txt +1 -0
- package/config/easy/LeapOfSheep/output/07 - Fluctuations.txt +1 -0
- package/config/easy/LeapOfSheep/output/08 - Small step.txt +1 -0
- package/config/easy/LeapOfSheep/output/09 - Big heights.txt +1 -0
- package/config/easy/LeapOfSheep/output/10 - So high!.txt +1 -0
- package/config/easy/LeapOfSheep/output/11 - Giant leap.txt +1 -0
- package/config/easy/LeapOfSheep/output/12 - Bigger.txt +1 -0
- package/config/easy/LeapOfSheep/output/13 - Lots of similar.txt +1 -0
- package/config/easy/LeapOfSheep/output/14 - Leap of faith.txt +1 -0
- package/config/easy/LeapOfSheep/output/15 - Similar heights.txt +1 -0
- package/config/easy/LeapOfSheep/output/16 - So many piles.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/hard/BuildADie/code/CGCode.cpp +30 -0
- package/config/hard/BuildADie/code/CGCode.java +31 -0
- package/config/hard/BuildADie/code/CGCode.js +16 -0
- package/config/hard/BuildADie/code/CGCode.php +17 -0
- package/config/hard/BuildADie/code/CGCode.ts +16 -0
- package/config/hard/BuildADie/config.json +133 -0
- package/config/hard/BuildADie/input/01 - Example.txt +12 -0
- package/config/hard/BuildADie/input/02 - Corners.txt +11 -0
- package/config/hard/BuildADie/input/03 - Side Profile.txt +10 -0
- package/config/hard/BuildADie/input/04 - Front Face.txt +11 -0
- package/config/hard/BuildADie/input/05 - Mix.txt +12 -0
- package/config/hard/BuildADie/input/06 - Repeat.txt +11 -0
- package/config/hard/BuildADie/input/07 - Cryptic.txt +12 -0
- package/config/hard/BuildADie/input/08 - Missing Images.txt +11 -0
- package/config/hard/BuildADie/input/09 - No Solution.txt +12 -0
- package/config/hard/BuildADie/input/10 - Multiple.txt +12 -0
- package/config/hard/BuildADie/input/11 - More.txt +12 -0
- package/config/hard/BuildADie/input/12 - Duplicate.txt +13 -0
- package/config/hard/BuildADie/input/13 - Identical.txt +11 -0
- package/config/hard/BuildADie/input/14 - Net 1.txt +11 -0
- package/config/hard/BuildADie/input/15 - Net 2.txt +11 -0
- package/config/hard/BuildADie/input/16 - Net 3.txt +11 -0
- package/config/hard/BuildADie/input/17 - Net 4.txt +11 -0
- package/config/hard/BuildADie/input/18 - Net 5.txt +12 -0
- package/config/hard/BuildADie/input/19 - Net 6.txt +11 -0
- package/config/hard/BuildADie/input/20 - Net 7.txt +12 -0
- package/config/hard/BuildADie/input/21 - Net 8.txt +12 -0
- package/config/hard/BuildADie/input/22 - Net 9.txt +11 -0
- package/config/hard/BuildADie/input/23 - Net 10.txt +12 -0
- package/config/hard/BuildADie/input/24 - Net 11.txt +13 -0
- package/config/hard/BuildADie/input/25 - Nothing.txt +12 -0
- package/config/hard/BuildADie/output/01 - Example.txt +5 -0
- package/config/hard/BuildADie/output/02 - Corners.txt +4 -0
- package/config/hard/BuildADie/output/03 - Side Profile.txt +3 -0
- package/config/hard/BuildADie/output/04 - Front Face.txt +4 -0
- package/config/hard/BuildADie/output/05 - Mix.txt +17 -0
- package/config/hard/BuildADie/output/06 - Repeat.txt +19 -0
- package/config/hard/BuildADie/output/07 - Cryptic.txt +97 -0
- package/config/hard/BuildADie/output/08 - Missing Images.txt +91 -0
- package/config/hard/BuildADie/output/09 - No Solution.txt +1 -0
- package/config/hard/BuildADie/output/10 - Multiple.txt +25 -0
- package/config/hard/BuildADie/output/11 - More.txt +13 -0
- package/config/hard/BuildADie/output/12 - Duplicate.txt +6 -0
- package/config/hard/BuildADie/output/13 - Identical.txt +4 -0
- package/config/hard/BuildADie/output/14 - Net 1.txt +10 -0
- package/config/hard/BuildADie/output/15 - Net 2.txt +10 -0
- package/config/hard/BuildADie/output/16 - Net 3.txt +10 -0
- package/config/hard/BuildADie/output/17 - Net 4.txt +13 -0
- package/config/hard/BuildADie/output/18 - Net 5.txt +61 -0
- package/config/hard/BuildADie/output/19 - Net 6.txt +13 -0
- package/config/hard/BuildADie/output/20 - Net 7.txt +13 -0
- package/config/hard/BuildADie/output/21 - Net 8.txt +9 -0
- package/config/hard/BuildADie/output/22 - Net 9.txt +25 -0
- package/config/hard/BuildADie/output/23 - Net 10.txt +61 -0
- package/config/hard/BuildADie/output/24 - Net 11.txt +11 -0
- package/config/hard/BuildADie/output/25 - Nothing.txt +1 -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/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/OrbitalLogisticsExactLoad/code/CGCode.cpp +23 -0
- package/config/medium/OrbitalLogisticsExactLoad/code/CGCode.java +21 -0
- package/config/medium/OrbitalLogisticsExactLoad/code/CGCode.js +13 -0
- package/config/medium/OrbitalLogisticsExactLoad/code/CGCode.php +11 -0
- package/config/medium/OrbitalLogisticsExactLoad/code/CGCode.ts +13 -0
- package/config/medium/OrbitalLogisticsExactLoad/config.json +73 -0
- package/config/medium/OrbitalLogisticsExactLoad/input/01 - Baby/342/200/231s First Cargo Run.txt" +5 -0
- package/config/medium/OrbitalLogisticsExactLoad/input/02 - The Cargo Bay Says No.txt +5 -0
- package/config/medium/OrbitalLogisticsExactLoad/input/03 - All Hands on Deck.txt +8 -0
- package/config/medium/OrbitalLogisticsExactLoad/input/04 - Nothing Fits Today.txt +11 -0
- package/config/medium/OrbitalLogisticsExactLoad/input/05 - Many Roads to the Same Dock.txt +6 -0
- package/config/medium/OrbitalLogisticsExactLoad/input/06 - One Perfect Container.txt +14 -0
- package/config/medium/OrbitalLogisticsExactLoad/input/07 - Bigger Beats Better.txt +18 -0
- package/config/medium/OrbitalLogisticsExactLoad/input/08 - Many Roads to Orbit.txt +25 -0
- package/config/medium/OrbitalLogisticsExactLoad/input/09 - Insufficient Payload.txt +31 -0
- package/config/medium/OrbitalLogisticsExactLoad/input/10 - Tight Schedule.txt +33 -0
- package/config/medium/OrbitalLogisticsExactLoad/input/11 - Full Capacity Pressure.txt +41 -0
- package/config/medium/OrbitalLogisticsExactLoad/input/12 - Deep Space Logistics.txt +41 -0
- package/config/medium/OrbitalLogisticsExactLoad/input/13 - Mission Constraints.txt +41 -0
- package/config/medium/OrbitalLogisticsExactLoad/output/01 - Baby/342/200/231s First Cargo Run.txt" +1 -0
- package/config/medium/OrbitalLogisticsExactLoad/output/02 - The Cargo Bay Says No.txt +1 -0
- package/config/medium/OrbitalLogisticsExactLoad/output/03 - All Hands on Deck.txt +1 -0
- package/config/medium/OrbitalLogisticsExactLoad/output/04 - Nothing Fits Today.txt +1 -0
- package/config/medium/OrbitalLogisticsExactLoad/output/05 - Many Roads to the Same Dock.txt +1 -0
- package/config/medium/OrbitalLogisticsExactLoad/output/06 - One Perfect Container.txt +1 -0
- package/config/medium/OrbitalLogisticsExactLoad/output/07 - Bigger Beats Better.txt +1 -0
- package/config/medium/OrbitalLogisticsExactLoad/output/08 - Many Roads to Orbit.txt +1 -0
- package/config/medium/OrbitalLogisticsExactLoad/output/09 - Insufficient Payload.txt +1 -0
- package/config/medium/OrbitalLogisticsExactLoad/output/10 - Tight Schedule.txt +1 -0
- package/config/medium/OrbitalLogisticsExactLoad/output/11 - Full Capacity Pressure.txt +1 -0
- package/config/medium/OrbitalLogisticsExactLoad/output/12 - Deep Space Logistics.txt +1 -0
- package/config/medium/OrbitalLogisticsExactLoad/output/13 - Mission Constraints.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/package.json +1 -1
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
1192
|
|
2
|
+
829
|
|
3
|
+
11
|
|
4
|
+
606
|
|
5
|
+
915
|
|
6
|
+
12
|
|
7
|
+
565
|
|
8
|
+
500
|
|
9
|
+
987
|
|
10
|
+
922
|
|
11
|
+
968
|
|
12
|
+
945
|
|
13
|
+
690
|
|
14
|
+
691
|
|
15
|
+
952
|
|
16
|
+
13
|
|
17
|
+
254
|
|
18
|
+
273
|
|
19
|
+
464
|
|
20
|
+
122
|
|
21
|
+
166
|
|
22
|
+
888
|
|
23
|
+
904
|
|
24
|
+
1298
|
|
25
|
+
1212
|
|
26
|
+
1224
|
|
27
|
+
1069
|
|
28
|
+
14
|
|
29
|
+
522
|
|
30
|
+
570
|
|
31
|
+
923
|
|
32
|
+
922
|
|
33
|
+
15
|
|
34
|
+
942
|
|
35
|
+
458
|
|
36
|
+
1114
|
|
37
|
+
777
|
|
38
|
+
760
|
|
39
|
+
951
|
|
40
|
+
303
|
|
41
|
+
841
|
|
42
|
+
16
|
|
43
|
+
668
|
|
44
|
+
646
|
|
45
|
+
973
|
|
46
|
+
985
|
|
47
|
+
123
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
67
|
|
2
|
+
1041
|
|
3
|
+
7506
|
|
4
|
+
7397
|
|
5
|
+
4571
|
|
6
|
+
4326
|
|
7
|
+
4241
|
|
8
|
+
21
|
|
9
|
+
1527
|
|
10
|
+
74
|
|
11
|
+
22
|
|
12
|
+
70
|
|
13
|
+
4137
|
|
14
|
+
85
|
|
15
|
+
4181
|
|
16
|
+
1955
|
|
17
|
+
7371
|
|
18
|
+
62
|
|
19
|
+
4934
|
|
20
|
+
1315
|
|
21
|
+
77
|
|
22
|
+
7951
|
|
23
|
+
56
|
|
24
|
+
1995
|
|
25
|
+
1451
|
|
26
|
+
4692
|
|
27
|
+
4391
|
|
28
|
+
4352
|
|
29
|
+
4009
|
|
30
|
+
4346
|
|
31
|
+
58
|
|
32
|
+
37
|
|
33
|
+
1928
|
|
34
|
+
1794
|
|
35
|
+
1758
|
|
36
|
+
7194
|
|
37
|
+
7209
|
|
38
|
+
18
|
|
39
|
+
1098
|
|
40
|
+
4572
|
|
41
|
+
4532
|
|
42
|
+
4307
|
|
43
|
+
68
|
|
44
|
+
32
|
|
45
|
+
7921
|
|
46
|
+
7142
|
|
47
|
+
7943
|
|
48
|
+
1620
|
|
49
|
+
1336
|
|
50
|
+
1844
|
|
51
|
+
1751
|
|
52
|
+
1891
|
|
53
|
+
36
|
|
54
|
+
41
|
|
55
|
+
19
|
|
56
|
+
60
|
|
57
|
+
4017
|
|
58
|
+
4620
|
|
59
|
+
4814
|
|
60
|
+
4729
|
|
61
|
+
4576
|
|
62
|
+
4995
|
|
63
|
+
7876
|
|
64
|
+
1254
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
251
|
|
2
|
+
850
|
|
3
|
+
3005
|
|
4
|
+
3039
|
|
5
|
+
839
|
|
6
|
+
4067
|
|
7
|
+
924
|
|
8
|
+
929
|
|
9
|
+
405
|
|
10
|
+
159
|
|
11
|
+
893
|
|
12
|
+
15
|
|
13
|
+
75
|
|
14
|
+
206
|
|
15
|
+
436
|
|
16
|
+
62
|
|
17
|
+
4051
|
|
18
|
+
4049
|
|
19
|
+
4039
|
|
20
|
+
781
|
|
21
|
+
272
|
|
22
|
+
564
|
|
23
|
+
654
|
|
24
|
+
695
|
|
25
|
+
380
|
|
26
|
+
7
|
|
27
|
+
114
|
|
28
|
+
171
|
|
29
|
+
151
|
|
30
|
+
790
|
|
31
|
+
125
|
|
32
|
+
793
|
|
33
|
+
27
|
|
34
|
+
656
|
|
35
|
+
298
|
|
36
|
+
231
|
|
37
|
+
324
|
|
38
|
+
717
|
|
39
|
+
899
|
|
40
|
+
3082
|
|
41
|
+
3052
|
|
42
|
+
3046
|
|
43
|
+
3094
|
|
44
|
+
3010
|
|
45
|
+
3083
|
|
46
|
+
392
|
|
47
|
+
650
|
|
48
|
+
431
|
|
49
|
+
257
|
|
50
|
+
474
|
|
51
|
+
4046
|
|
52
|
+
4024
|
|
53
|
+
4068
|
|
54
|
+
4077
|
|
55
|
+
4040
|
|
56
|
+
4078
|
|
57
|
+
4089
|
|
58
|
+
4083
|
|
59
|
+
4008
|
|
60
|
+
4096
|
|
61
|
+
4086
|
|
62
|
+
4064
|
|
63
|
+
895
|
|
64
|
+
291
|
|
65
|
+
401
|
|
66
|
+
386
|
|
67
|
+
174
|
|
68
|
+
606
|
|
69
|
+
897
|
|
70
|
+
319
|
|
71
|
+
197
|
|
72
|
+
814
|
|
73
|
+
310
|
|
74
|
+
228
|
|
75
|
+
687
|
|
76
|
+
816
|
|
77
|
+
791
|
|
78
|
+
583
|
|
79
|
+
340
|
|
80
|
+
139
|
|
81
|
+
164
|
|
82
|
+
520
|
|
83
|
+
349
|
|
84
|
+
611
|
|
85
|
+
124
|
|
86
|
+
404
|
|
87
|
+
313
|
|
88
|
+
868
|
|
89
|
+
659
|
|
90
|
+
154
|
|
91
|
+
384
|
|
92
|
+
586
|
|
93
|
+
808
|
|
94
|
+
453
|
|
95
|
+
762
|
|
96
|
+
785
|
|
97
|
+
411
|
|
98
|
+
522
|
|
99
|
+
456
|
|
100
|
+
618
|
|
101
|
+
3014
|
|
102
|
+
3064
|
|
103
|
+
3074
|
|
104
|
+
309
|
|
105
|
+
833
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
1869
|
|
2
|
+
10931
|
|
3
|
+
10735
|
|
4
|
+
549
|
|
5
|
+
518
|
|
6
|
+
10308
|
|
7
|
+
1619
|
|
8
|
+
1517
|
|
9
|
+
1585
|
|
10
|
+
10028
|
|
11
|
+
10519
|
|
12
|
+
10297
|
|
13
|
+
10452
|
|
14
|
+
386
|
|
15
|
+
55
|
|
16
|
+
167
|
|
17
|
+
143
|
|
18
|
+
1493
|
|
19
|
+
1439
|
|
20
|
+
10532
|
|
21
|
+
10263
|
|
22
|
+
1747
|
|
23
|
+
1786
|
|
24
|
+
1794
|
|
25
|
+
1721
|
|
26
|
+
10067
|
|
27
|
+
868
|
|
28
|
+
827
|
|
29
|
+
10601
|
|
30
|
+
10817
|
|
31
|
+
10197
|
|
32
|
+
10914
|
|
33
|
+
1391
|
|
34
|
+
1939
|
|
35
|
+
1979
|
|
36
|
+
1976
|
|
37
|
+
1963
|
|
38
|
+
1942
|
|
39
|
+
1959
|
|
40
|
+
10261
|
|
41
|
+
10862
|
|
42
|
+
263
|
|
43
|
+
232
|
|
44
|
+
292
|
|
45
|
+
221
|
|
46
|
+
235
|
|
47
|
+
723
|
|
48
|
+
777
|
|
49
|
+
729
|
|
50
|
+
733
|
|
51
|
+
736
|
|
52
|
+
735
|
|
53
|
+
789
|
|
54
|
+
779
|
|
55
|
+
10081
|
|
56
|
+
990
|
|
57
|
+
910
|
|
58
|
+
971
|
|
59
|
+
947
|
|
60
|
+
10967
|
|
61
|
+
10607
|
|
62
|
+
559
|
|
63
|
+
585
|
|
64
|
+
519
|
|
65
|
+
584
|
|
66
|
+
564
|
|
67
|
+
527
|
|
68
|
+
1069
|
|
69
|
+
1078
|
|
70
|
+
1079
|
|
71
|
+
1057
|
|
72
|
+
1087
|
|
73
|
+
1049
|
|
74
|
+
1029
|
|
75
|
+
10836
|
|
76
|
+
10960
|
|
77
|
+
10510
|
|
78
|
+
10728
|
|
79
|
+
10659
|
|
80
|
+
10572
|
|
81
|
+
659
|
|
82
|
+
655
|
|
83
|
+
628
|
|
84
|
+
677
|
|
85
|
+
640
|
|
86
|
+
623
|
|
87
|
+
687
|
|
88
|
+
369
|
|
89
|
+
360
|
|
90
|
+
361
|
|
91
|
+
336
|
|
92
|
+
378
|
|
93
|
+
343
|
|
94
|
+
310
|
|
95
|
+
10140
|
|
96
|
+
10605
|
|
97
|
+
85
|
|
98
|
+
79
|
|
99
|
+
31
|
|
100
|
+
36
|
|
101
|
+
96
|
|
102
|
+
18
|
|
103
|
+
91
|
|
104
|
+
10449
|
|
105
|
+
10793
|
|
106
|
+
10825
|
|
107
|
+
10009
|
|
108
|
+
10380
|
|
109
|
+
1597
|
|
110
|
+
1572
|
|
111
|
+
1555
|
|
112
|
+
1521
|
|
113
|
+
1565
|
|
114
|
+
10500
|
|
115
|
+
10381
|
|
116
|
+
1698
|
|
117
|
+
1626
|
|
118
|
+
1643
|
|
119
|
+
1692
|
|
120
|
+
1654
|
|
121
|
+
1636
|
|
122
|
+
1642
|
|
123
|
+
1656
|
|
124
|
+
10899
|
|
125
|
+
10676
|
|
126
|
+
10600
|
|
127
|
+
10469
|
|
128
|
+
10655
|
|
129
|
+
1824
|
|
130
|
+
1847
|
|
131
|
+
1884
|
|
132
|
+
1839
|
|
133
|
+
1833
|
|
134
|
+
1843
|
|
135
|
+
1887
|
|
136
|
+
1831
|
|
137
|
+
1839
|
|
138
|
+
1887
|
|
139
|
+
1847
|
|
140
|
+
1884
|
|
141
|
+
1831
|
|
142
|
+
1824
|
|
143
|
+
1887
|
|
144
|
+
1833
|
|
145
|
+
1839
|
|
146
|
+
1831
|
|
147
|
+
1884
|
|
148
|
+
1824
|
|
149
|
+
1843
|
|
150
|
+
1847
|
|
151
|
+
1831
|
|
152
|
+
1839
|
|
153
|
+
10453
|
|
154
|
+
10405
|
|
155
|
+
10392
|
|
156
|
+
445
|
|
157
|
+
449
|
|
158
|
+
444
|
|
159
|
+
471
|
|
160
|
+
470
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
+
cin >> n; cin.ignore();
|
|
12
|
+
for (int i = 0; i < n; i++) {
|
|
13
|
+
int height;
|
|
14
|
+
cin >> height; cin.ignore();
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
// Write an answer using cout. DON'T FORGET THE "<< endl"
|
|
18
|
+
// To debug: cerr << "Debug messages..." << endl;
|
|
19
|
+
|
|
20
|
+
cout << "MAXIMAL DIFFICULTY" << endl;
|
|
21
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
for (int i = 0; i < N; i++) {
|
|
11
|
+
int height = in.nextInt();
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
// Write an answer using System.out.println()
|
|
15
|
+
// To debug: System.err.println("Debug messages...");
|
|
16
|
+
|
|
17
|
+
System.out.println("MAXIMAL DIFFICULTY");
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
const N = parseInt(readline());
|
|
2
|
+
var inputs = readline().split(' ');
|
|
3
|
+
for (let i = 0; i < N; i++) {
|
|
4
|
+
const height = parseInt(inputs[i]);
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
// Write an answer using console.log()
|
|
8
|
+
// To debug: console.error('Debug messages...');
|
|
9
|
+
|
|
10
|
+
console.log('MAXIMAL DIFFICULTY');
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
fscanf(STDIN, "%d", $N);
|
|
3
|
+
$inputs = explode(" ", fgets(STDIN));
|
|
4
|
+
for ($i = 0; $i < $N; $i++)
|
|
5
|
+
{
|
|
6
|
+
$height = intval($inputs[$i]);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
// Write an answer using echo(). DON'T FORGET THE TRAILING \n
|
|
10
|
+
// To debug: error_log(var_export($var, true)); (equivalent to var_dump)
|
|
11
|
+
|
|
12
|
+
echo("MAXIMAL DIFFICULTY\n");
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
const N: number = parseInt(readline());
|
|
2
|
+
var inputs: string[] = readline().split(' ');
|
|
3
|
+
for (let i = 0; i < N; i++) {
|
|
4
|
+
const height: number = parseInt(inputs[i]);
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
// Write an answer using console.log()
|
|
8
|
+
// To debug: console.error('Debug messages...');
|
|
9
|
+
|
|
10
|
+
console.log('MAXIMAL DIFFICULTY');
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
{
|
|
2
|
+
"path": "easy/LeapOfSheep",
|
|
3
|
+
"name": "Leap of sheep",
|
|
4
|
+
"alphanumName": "LeapOfSheep",
|
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/leap-of-sheep",
|
|
6
|
+
"tests": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Example",
|
|
9
|
+
"alphanumName": "Example",
|
|
10
|
+
"file": "01 - Example.txt"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "Highest is not best",
|
|
14
|
+
"alphanumName": "HighestIsNotBest",
|
|
15
|
+
"file": "02 - Highest is not best.txt"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "Only 1 valid",
|
|
19
|
+
"alphanumName": "Only1Valid",
|
|
20
|
+
"file": "03 - Only 1 valid.txt"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "Increasing then decreasing",
|
|
24
|
+
"alphanumName": "IncreasingThenDecreasing",
|
|
25
|
+
"file": "04 - Increasing then decreasing.txt"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "Hills",
|
|
29
|
+
"alphanumName": "Hills",
|
|
30
|
+
"file": "05 - Hills.txt"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "Symmetric field",
|
|
34
|
+
"alphanumName": "SymmetricField",
|
|
35
|
+
"file": "06 - Symmetric field.txt"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "Fluctuations",
|
|
39
|
+
"alphanumName": "Fluctuations",
|
|
40
|
+
"file": "07 - Fluctuations.txt"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Small step",
|
|
44
|
+
"alphanumName": "SmallStep",
|
|
45
|
+
"file": "08 - Small step.txt"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "Big heights",
|
|
49
|
+
"alphanumName": "BigHeights",
|
|
50
|
+
"file": "09 - Big heights.txt"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "So high!",
|
|
54
|
+
"alphanumName": "SoHigh",
|
|
55
|
+
"file": "10 - So high!.txt"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "Giant leap",
|
|
59
|
+
"alphanumName": "GiantLeap",
|
|
60
|
+
"file": "11 - Giant leap.txt"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "Bigger",
|
|
64
|
+
"alphanumName": "Bigger",
|
|
65
|
+
"file": "12 - Bigger.txt"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "Lots of similar",
|
|
69
|
+
"alphanumName": "LotsOfSimilar",
|
|
70
|
+
"file": "13 - Lots of similar.txt"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "Leap of faith",
|
|
74
|
+
"alphanumName": "LeapOfFaith",
|
|
75
|
+
"file": "14 - Leap of faith.txt"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "Similar heights",
|
|
79
|
+
"alphanumName": "SimilarHeights",
|
|
80
|
+
"file": "15 - Similar heights.txt"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "So many piles",
|
|
84
|
+
"alphanumName": "SoManyPiles",
|
|
85
|
+
"file": "16 - So many piles.txt"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
100
|
|
2
|
+
706590 593978 641926 460310 850456 838453 893389 660745 232142 860946 599754 184483 709698 43123 13202 698620 896106 210919 524321 406278 785532 950750 955722 901595 406089 929229 315514 753011 547143 23886 314900 931470 361069 396711 421383 44064 267093 460769 875469 12302 496132 184621 181059 81165 241320 631712 49240 253031 415594 397275 879704 486239 407987 56409 473425 446914 152531 796266 785604 280562 24872 98859 28652 202828 818212 397500 471727 305805 270829 836842 480074 478757 177359 624209 144887 962474 544209 116101 107057 603273 242295 944077 841977 94513 929020 215993 885433 789901 961408 319391 103253 834520 795493 581436 721184 717360 787021 43391 794697 270893
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
250
|
|
2
|
+
963 950701 748004 978624 654540 84759 986015 870511 829422 6929 567951 54966 463332 438489 90619 458228 889069 287284 549404 864964 410741 685843 247851 199983 661990 320223 365440 925867 726813 290840 742324 261826 174346 485843 841280 154157 629895 928654 294910 631631 686184 52479 335213 180328 213955 756065 164693 22276 668192 613337 303534 157182 882430 307023 914364 11822 210416 811587 52802 452725 484054 546960 357645 198031 612778 529354 283795 810254 172148 940178 70320 531858 720041 536310 340269 728786 508181 183721 505677 558101 864836 832291 252007 11754 377841 853293 509345 614281 913287 319929 386684 441499 799642 405953 413857 324909 691549 950896 46695 705069 304099 747572 532316 125452 998296 99191 126802 182377 963923 755937 748698 338617 537982 45516 113125 92315 579400 226779 27261 2437 964949 455330 752722 635504 547798 29684 239077 902495 902903 321361 521491 894282 978450 231850 730548 983482 154482 343702 654891 682956 784931 649087 453745 394275 236975 642435 867422 133535 702406 11846 225278 835218 958460 126579 98484 860246 458904 644213 301842 761030 602900 565045 356185 696711 871745 248736 598758 771220 244848 750771 237492 78272 452689 104087 733171 352319 387883 972998 812927 180913 284908 156785 221935 572998 733608 639685 348226 158526 570679 314493 107525 61256 820656 83452 40533 79108 45124 629713 716605 675011 159883 455659 615724 616775 93912 267697 437317 862205 445579 887972 199339 656431 596914 110657 853816 648646 384876 59303 436698 457974 737216 109715 802218 45111 157287 442200 10073 457798 179566 210774 640349 901542 729246 95390 714410 773382 862488 411823 383377 646292 419329 444410 898262 911584 601012 322106 24137 396037 752368 876374
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
500
|
|
2
|
+
657218 176360 389766 251914 851227 292863 528816 773714 355503 554265 849575 43573 68874 684231 175604 716641 25069 325067 163908 433408 87142 174403 466402 204534 605408 712748 502418 571853 165342 265973 200473 364730 348281 723212 558762 673502 726962 299114 763909 46919 174616 698125 967073 377061 66547 587844 683035 187072 412336 401158 730479 862786 700082 840445 60640 729090 390028 457410 859896 553225 965818 664331 32145 601925 674427 864444 525484 618917 732912 990255 751502 527924 226240 428690 138656 958915 46501 54147 183573 14557 584985 139765 38109 859095 499068 62685 548809 163101 889550 192526 557636 156765 480379 375347 94341 937401 524940 625533 79113 886510 103899 718968 582548 887803 681113 671351 357455 499263 814767 380468 618858 845804 559633 34913 628049 244214 395444 842931 841369 439797 689239 78981 921323 107266 635377 858112 627861 564264 781556 250351 924544 716330 394423 137299 872674 162185 129439 197071 551500 720709 563751 815448 430305 117984 431009 73542 731499 652912 432967 518089 994983 550453 650382 431409 1696 298095 53024 631563 392309 577211 252259 718730 245054 150804 792204 286336 739800 882969 187294 295887 933232 145042 419983 767311 856586 435762 65031 967757 677659 351834 210870 831633 861983 154397 766619 287627 946126 604608 330579 576725 351018 619053 441022 409617 949558 408398 423494 51328 328776 726545 510982 969431 567285 817898 622226 945644 840182 998422 153282 693201 570990 159447 228308 254492 325532 763689 21447 941514 114528 504198 252877 854811 861581 67435 704347 342869 932260 383975 463842 693327 753751 86968 25816 176466 752697 859014 738497 162907 888600 140268 699622 141806 331467 191726 977751 811815 149148 573028 116299 875770 425149 221180 398606 285599 627626 566081 618442 156852 682965 822385 256673 608859 754439 872899 673723 619557 391022 476594 637092 631364 800522 237299 506334 616200 549878 922587 442115 637221 252642 665866 703521 204402 250112 647706 530946 436848 34064 971257 112048 293970 27655 8771 48163 728178 443424 26915 251835 327806 860583 18965 160352 153800 48196 351838 367619 280134 968315 859157 773947 481387 316599 999029 107865 638053 827854 689172 983021 220057 226447 278622 468294 160514 169300 764184 539435 38654 230845 963486 379833 751901 194837 595865 311069 672832 347677 445634 216397 170136 102015 96316 244261 634714 41851 911233 506166 757303 652193 421213 891191 533827 565277 816130 500305 357404 27802 646365 640647 789383 934646 204865 353467 927018 319278 461639 8595 170576 646360 624574 793745 662733 28919 368241 889562 661630 373281 691591 431420 926549 996949 180593 351829 851568 3785 593106 683722 948321 629696 60593 914087 240844 708953 489396 862549 212424 648392 39372 699192 87766 715375 441450 891255 381594 651017 662618 815275 509892 17079 155540 422266 519247 158551 655642 832003 462007 477589 145998 373009 471362 808791 724924 488155 654667 554764 636026 854461 113824 843507 965543 408352 185375 316973 451170 887903 566531 774 286926 804797 778942 802034 877374 490964 776443 863661 564978 441433 705584 593005 31266 283541 683601 1978 499718 509734 476545 103320 123090 10467 378668 744240 151478 386163 568838 551496 173266 251683 821963 522909 409005 554102 33322 260374 455429 883352 948391 221314 678687 278063 759100 546665 799670 156559 164855 870156 160789 689561 877274 306170 140034 523309 538656 862388 925532 265391 314651 652369 422599 51963 823114 912384 417896
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
1000
|
|
2
|
+
12066 2601 63022 68592 83375 59 77463 79759 59229 67682 86968 66194 93021 66610 43513 70862 61080 89904 94226 6592 36426 59183 88830 73391 41796 10755 93535 15884 4854 85482 11541 77508 65080 74176 48419 78065 19204 99795 26365 95329 62702 26419 38936 1961 24088 52869 61689 27815 91016 86567 73226 63333 60544 53240 83503 86106 9761 13114 96343 38136 91297 13235 90135 95323 4236 63195 9864 97485 28418 99205 76260 37213 2021 72754 95713 44024 25480 37296 71084 61627 66078 34433 41872 86592 65638 28648 87563 4898 4222 19631 77370 79971 63278 37627 28913 27405 22434 82026 57074 82422 91930 51297 17038 95156 78274 17943 34567 40421 19481 32471 24985 94968 27541 42060 98664 44917 16023 24228 29415 9753 31720 62672 56488 70377 28483 95698 88077 60424 98450 3461 57701 33753 88732 65053 8048 44810 98547 34632 41253 28957 4989 23326 33570 2044 71925 65707 44254 86954 51585 73152 3441 14518 63127 7934 97206 48565 59621 85017 85460 78844 72278 6241 5569 18294 52690 83624 83623 89469 9897 77843 63853 97655 85048 84942 57364 67847 11923 82069 29694 45011 26176 88573 78425 79571 39425 29266 39081 65323 46986 81504 52568 26058 52608 46363 17142 56121 84131 8812 50354 88701 22512 92730 39062 20729 64906 38261 14057 34782 35869 8297 65521 88844 66226 72228 52447 59461 92010 82838 80037 94711 46880 51113 22782 33947 5910 70594 2270 52422 79231 5461 39213 16498 53081 75851 27263 83501 85307 80498 82092 99940 64238 73102 37014 56015 62410 7908 8883 75849 31261 65643 77937 54876 55834 49052 11552 7312 7868 4722 92865 60564 84598 74185 26124 51492 7974 99289 22720 75560 1740 48159 31054 33787 78904 26683 22025 10832 81559 22520 88479 11691 20071 82429 61181 76968 5106 57562 99644 62101 65237 61311 44020 82085 36994 37164 38295 15451 80464 23359 75610 46400 54379 28553 89144 49243 55554 54208 69933 28242 31722 17248 2292 20747 69041 91078 33431 96874 94095 52748 83603 77436 30671 30941 68281 73279 22002 34980 81661 32139 49911 43945 18413 32382 13213 26895 43786 32599 16574 302 44217 90102 81506 81128 62982 65838 48823 57541 35396 85692 44281 76924 77000 43558 47842 31694 62763 63127 42158 6933 57454 88191 52333 47226 31727 5065 7733 20614 49454 42009 43011 66207 30641 40739 98210 13949 90328 86080 48914 92751 7142 32478 75187 77314 61837 27864 2950 57739 80880 3593 22247 20961 33136 71719 35018 42652 4310 62572 81384 64846 22975 94935 95916 73274 12782 98674 47946 93745 93315 90570 15689 17690 51072 24197 4803 76250 68042 89857 71554 43576 21170 30167 54393 98552 54729 81730 37760 19179 20812 8571 64199 53565 10963 99199 56888 42818 10684 83746 53400 22056 26662 9479 7243 84546 53014 99059 59354 73348 60889 70222 35412 56536 43304 12991 65814 40166 3204 1526 5779 14812 36740 25939 1073 14908 2489 53166 90206 63952 45900 78330 36151 48151 97126 54005 39975 8627 16796 87750 59702 55119 25481 33390 51448 39459 67703 77270 39381 77356 10515 73895 23099 46144 62225 24355 36497 57181 60041 27787 44783 46058 22415 90322 25382 1048 63843 68488 41328 35316 22888 63857 6041 38579 16467 21678 85773 7881 88454 9349 30129 64620 45293 15096 29792 63262 14894 90982 61244 70060 54773 33031 2246 58584 95081 69765 39437 14824 3378 62771 90583 99786 18122 2143 14478 91711 28232 10507 49519 93446 20558 35303 28370 73495 26198 97491 67305 34008 99407 50286 24914 36816 37404 17111 25121 60403 28228 87311 480 110 99588 25546 62510 72451 48962 75886 84407 4734 4711 74312 33906 30880 95239 14358 51693 19482 25908 43029 2457 15215 94739 42179 95110 19535 82403 43187 38389 58251 36761 64429 13920 42602 59657 97965 16731 99906 57783 12977 96706 90577 60712 98684 98853 14387 99871 93866 62213 31215 92002 24539 72931 29873 11469 20557 77676 21378 7725 47577 31097 68154 41154 33472 83403 7347 43911 70153 56199 89103 65544 42360 60958 45100 48937 34824 69672 99157 49853 77701 57765 81135 30597 57622 81105 90603 10449 76766 4018 96532 78694 88422 27278 83133 88570 9841 27272 84803 9769 75551 29013 68864 64735 11927 26568 41618 69839 6033 27346 43497 3662 15836 83714 14439 38868 25907 15134 13158 5374 58329 68831 32518 61802 66088 26133 73382 62739 221 61065 26672 80388 75095 77490 44299 56430 46372 11969 52519 6164 98866 74341 9296 26072 78591 66885 84768 11330 24992 67396 23980 14389 71394 74064 42959 34929 92529 67016 24279 80468 34637 1665 24308 52421 7230 89534 34312 47167 49512 73624 4348 32809 20066 980 10870 17383 98491 80368 40420 44862 85611 86008 9896 96752 18723 58794 62894 60989 38128 74156 64648 86180 25801 66261 2235 51661 14764 58249 58054 69532 30149 95083 90437 50277 94201 2069 99665 88373 64929 74870 26129 88015 89754 30389 8085 52437 13013 62989 21191 29960 86780 45211 33103 28786 7233 48182 8240 7620 47116 1550 64531 15619 1071 56689 97978 32055 40948 71854 16124 65806 40339 12988 92084 77353 29852 38355 61766 77661 88066 21867 51888 22780 1846 15187 63614 59624 20678 88444 31214 72693 31068 10058 90928 38693 35967 34950 73336 49501 83218 57434 27907 3036 15025 6293 40460 894 5553 49755 96725 90859 30201 15659 40298 95512 2966 68359 91546 95856 96044 34972 30260 18471 55478 89421 45737 77224 33916 61898 40915 76282 20568 43083 23000 24966 31124 36927 99677 80853 556 87783 91141 70324 93222 11237 57608 25942 58538 40608 86186 81634 63991 12808 47617 84510 18791 80969 61600 60038 31439 82963 18066 72662 56864 27131 23421 55591 66081 14036 87929 3126 79130 58727 78567 23709 41619 90113 18363 95728 8639 55186 10853 9059 62941 42214 85543 85556 99062 12023 29827 22909 92263 17572 96945 10743 39115 24931 33455 74087 16779 19124 15911 41453 60848 93122 22902 31468 5236 32041 67795 83904 60867 36442 21013 24743 62547 17455 8054 85435 71839 3205 13246 20209 80178 16313 35441 79370 64767 65174 33536 35785 67350 96729 5049 90479 49132 79949 56973 95384 30515 1600 66096 53458 8450 75692 24071 66628 61233 77077 65356 85019 73751 83235 1380 38852 36797 67013 92796 4028 67895 17775 37777 75806 32102 10497 56783 26705 26343
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
2000
|
|
2
|
+
504 748 934 43 934 934 964 504 17 17 748 528 748 299 934 519 504 934 17 504 17 17 299 348 934 299 934 934 45 748 17 299 748 603 504 934 17 17 609 299 504 17 504 17 934 504 748 934 748 934 17 934 504 299 17 17 934 934 299 17 757 299 299 504 299 17 504 504 934 504 513 504 17 547 748 748 934 504 934 504 504 934 299 934 654 312 480 17 233 299 17 17 322 299 299 17 748 748 17 299 157 17 504 299 299 299 504 17 934 299 934 934 256 504 748 504 748 17 17 934 504 504 768 504 221 934 299 748 504 504 17 319 299 748 504 504 934 504 299 748 504 934 299 247 934 934 934 504 17 17 748 934 504 934 748 934 934 504 17 478 17 934 748 748 299 504 688 934 652 734 748 299 17 17 299 748 329 17 350 934 504 504 748 934 748 748 504 17 17 562 299 934 504 748 504 504 299 504 748 934 934 611 17 299 934 951 748 763 94 611 504 17 299 17 504 17 748 299 934 17 934 934 504 299 17 299 489 748 17 878 934 504 775 17 299 83 748 299 17 17 934 934 299 728 934 105 299 17 540 748 299 504 17 934 192 299 504 555 17 299 748 748 748 748 748 934 17 299 582 299 887 504 17 804 934 748 649 17 748 504 504 504 370 504 504 934 934 748 934 748 504 504 504 934 748 504 820 748 934 504 504 504 299 17 299 17 934 299 17 934 17 934 299 17 934 518 374 493 299 748 17 504 504 934 934 748 934 934 504 748 17 299 504 671 934 934 299 934 299 934 299 299 934 17 748 504 299 934 748 504 299 934 132 934 299 17 299 959 934 299 748 504 17 299 299 504 934 934 504 504 748 934 915 934 446 748 608 934 504 934 301 27 966 504 17 934 690 263 17 748 504 50 634 934 934 748 748 504 934 934 418 17 299 299 951 299 299 330 748 504 495 934 934 934 17 679 748 873 87 17 222 748 934 748 435 934 299 299 934 17 114 504 17 934 748 17 934 276 748 504 934 748 504 504 299 17 370 479 934 504 748 934 748 17 245 934 299 299 299 504 299 687 504 934 17 17 934 17 504 934 504 17 17 930 748 931 17 934 299 17 17 934 504 748 504 229 504 934 748 748 952 748 504 504 982 748 504 748 504 748 919 748 748 17 934 385 273 17 299 504 911 183 828 17 504 748 299 934 299 17 299 934 934 504 934 17 748 934 934 299 748 399 934 17 934 299 17 934 748 299 299 934 748 299 17 934 748 934 17 504 299 934 17 504 17 748 17 299 748 299 504 299 748 25 934 934 17 299 748 748 299 748 504 934 17 440 934 504 17 748 299 511 748 770 934 748 934 17 17 129 811 748 934 803 748 504 748 748 748 299 748 17 934 934 794 934 176 299 701 748 423 504 17 748 732 17 17 748 688 299 934 748 17 299 242 934 934 504 299 748 504 748 748 438 299 934 621 934 514 934 504 17 934 934 748 748 17 17 299 748 934 504 934 748 748 174 299 934 748 748 934 17 299 921 934 748 370 17 934 940 748 934 504 504 17 504 195 299 748 299 299 934 504 934 748 299 934 17 504 299 934 441 377 913 934 504 934 299 748 748 504 853 504 934 748 934 17 748 748 504 17 504 299 920 17 748 538 504 299 748 504 17 934 504 504 934 17 667 748 748 17 699 17 934 748 299 748 934 504 254 934 17 17 299 760 588 934 357 327 17 934 934 934 299 299 934 289 504 17 934 934 934 748 504 918 17 748 17 17 17 748 504 504 504 748 314 934 504 504 299 748 934 934 299 934 299 504 504 63 748 748 299 17 748 748 180 934 17 299 934 934 748 299 17 299 748 504 748 158 476 934 299 17 748 17 17 17 934 299 17 17 748 934 934 748 504 934 748 934 17 504 371 748 299 934 17 934 934 504 504 17 934 299 17 748 934 381 504 299 748 504 290 628 934 299 299 228 763 137 299 504 17 504 748 17 17 729 748 934 299 934 504 17 299 822 748 299 17 299 299 934 504 504 921 748 934 934 722 748 299 748 748 299 504 934 17 504 934 299 504 934 504 504 17 934 748 748 504 17 250 748 17 748 934 748 748 504 299 504 504 504 699 299 299 299 748 748 934 504 748 934 504 934 934 676 504 748 17 748 418 504 504 239 934 285 17 17 504 504 17 748 299 748 748 232 748 17 172 934 103 748 504 748 504 934 934 299 504 504 748 748 748 267 17 934 17 299 748 934 171 504 934 934 748 17 504 748 85 17 504 504 299 723 504 748 934 748 934 533 888 17 17 75 656 934 781 299 934 299 17 748 748 708 299 748 793 934 504 504 375 334 934 748 17 733 17 504 299 504 179 17 419 864 653 693 412 230 17 356 748 748 726 17 299 17 299 17 504 299 17 934 748 748 934 504 132 504 17 299 934 748 504 17 953 299 17 934 149 17 17 299 504 17 504 748 748 934 17 299 504 934 934 767 748 455 934 17 601 299 17 748 299 748 299 504 934 748 299 504 934 299 299 748 299 17 342 446 545 105 934 504 299 504 8 17 17 17 504 748 504 17 748 934 17 504 299 176 748 748 17 17 299 504 299 748 17 17 17 934 748 268 552 934 504 299 504 504 179 504 299 934 504 504 934 748 299 934 748 748 748 17 934 748 17 299 934 17 934 748 748 504 504 504 934 504 299 299 284 504 504 988 748 299 934 356 17 17 504 17 934 504 748 504 17 748 748 504 934 17 299 504 504 274 748 934 299 748 748 299 748 748 748 934 934 541 299 934 17 299 934 504 911 299 299 255 748 748 17 17 504 748 299 299 408 261 934 299 934 640 934 504 299 504 504 504 504 934 748 748 504 504 748 825 504 476 504 748 748 208 504 504 934 299 934 504 748 504 17 748 299 299 197 94 299 299 934 17 299 748 504 934 748 504 17 748 748 299 310 798 504 769 748 934 748 313 880 748 934 17 17 748 504 299 748 299 17 504 504 17 17 748 251 504 748 299 934 574 17 299 299 17 17 504 594 504 17 299 299 934 14 17 934 934 934 504 299 263 17 934 934 451 1 748 504 934 272 504 299 961 748 504 934 299 748 934 748 299 748 17 299 748 934 934 17 17 17 575 299 934 17 934 299 299 504 813 748 748 299 17 299 169 299 17 748 17 748 17 934 934 17 299 314 504 748 748 299 934 17 299 934 17 299 299 299 504 504 748 504 504 748 504 504 299 299 299 934 299 241 934 299 942 748 168 934 504 384 748 748 504 17 100 359 934 964 181 504 504 17 17 424 934 299 299 934 748 299 699 17 17 504 748 137 504 748 504 748 299 299 299 17 240 748 299 303 299 299 504 934 748 299 748 299 934 504 519 748 504 934 504 504 17 17 934 299 299 934 934 846 748 226 748 299 117 507 299 934 748 504 483 901 504 299 748 299 17 504 748 299 503 748 748 504 504 748 299 934 299 934 504 299 934 934 748 748 299 748 17 17 934 934 748 748 299 585 748 504 748 299 493 934 504 299 748 934 748 17 299 735 299 504 299 934 31 748 934 748 504 387 299 299 934 299 627 17 934 299 748 504 504 504 256 299 299 299 387 934 299 299 518 64 504 504 343 934 994 299 17 748 934 934 17 17 91 17 299 878 934 504 504 748 504 934 299 17 748 504 299 17 17 299 299 17 299 934 578 299 504 748 934 302 934 299 934 504 504 748 504 934 748 934 17 17 934 17 504 883 934 872 504 276 299 17 748 299 504 299 17 299 504 934 17 934 504 748 636 759 272 934 140 299 299 504 299 748 471 17 748 504 934 934 17 504 748 17 504 748 17 299 819 17 299 748 299 410 934 934 748 299 504 934 504 504 748 299 299 299 504 748 459 220 279 667 34 38 17 934 299 299 748 17 748 934 934 247 504 934 657 17 934 748 504 299 458 934 17 748 504 504 748 800 566 504 299 504 748 748 748 748 748 17 748 934 367 284 748 748 299 299 748 103 748 504 299 17 17 299 934 748 299 786 934 504 17 934 748 299 299 748 934 934 934 748 748 748 934 934 340 748 17 934 384 934 487 748 504 923 299 504 299 17 70 299 17 504 204 959 996 17 748 299 748 934 720 299 504 934 748 504 748 299 787 934 299 934 470 299 59 48 934 115 504 504 504 748 17 504 504 934 504 748 17 688 299 637 845 504 502 299 564 954 748 511 299 78 17 17 748 748 299 312 504 17 748 934 504 17 748 299 504 504 934 934 934 748 748 748 299 504 748 299 504 299 17 749 17 17 384 17 299 934 299 504 504 969 934 299 934 17 934 17 299 748 504 504 410 504 934 748 17 934 504 504 934 299 934 504 17 17 934 17 299 504 504 17 17 693 504 504 934 748 934 748 934 17 504 934 299 934 748 934 17 117 806 17 748 504 504 748 504 748 299 748 934 214 504 748 504 934 17 748 299 904 17 748 634 504 934 934 17 17 934 504 299 17 299 299 934 504 923 934 299 299 299 16 504 934 17 17 504 299 748 504 299 748 299 934 997 17 934 610 608 299 504 504 299 748 748 504 748 504
|