mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 22:13:28 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 56,
|
||||
"likes": 58,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minimum Cost to Merge Stones\", \"titleSlug\": \"minimum-cost-to-merge-stones\", \"difficulty\": \"Hard\", \"translatedTitle\": \"\\u5408\\u5e76\\u77f3\\u5934\\u7684\\u6700\\u4f4e\\u6210\\u672c\"}]",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"2.9K\", \"totalSubmission\": \"6.2K\", \"totalAcceptedRaw\": 2908, \"totalSubmissionRaw\": 6231, \"acRate\": \"46.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3K\", \"totalSubmission\": \"6.3K\", \"totalAcceptedRaw\": 2982, \"totalSubmissionRaw\": 6339, \"acRate\": \"47.0%\"}",
|
||||
"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