mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 990,
|
||||
"dislikes": 148,
|
||||
"likes": 1008,
|
||||
"dislikes": 149,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minimum Cost to Merge Stones\", \"titleSlug\": \"minimum-cost-to-merge-stones\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[2,4,3]\n[1,8,3,5]\n[5]",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"83.1K\", \"totalSubmission\": \"124.2K\", \"totalAcceptedRaw\": 83103, \"totalSubmissionRaw\": 124184, \"acRate\": \"66.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"85.2K\", \"totalSubmission\": \"127.1K\", \"totalAcceptedRaw\": 85202, \"totalSubmissionRaw\": 127069, \"acRate\": \"67.1%\"}",
|
||||
"hints": [
|
||||
"How many times does every stick contribute to the answer?",
|
||||
"Some of the sticks will be used more than the others. Which sticks should be used the most/least?",
|
||||
|
Reference in New Issue
Block a user