mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 327,
|
||||
"dislikes": 24,
|
||||
"likes": 352,
|
||||
"dislikes": 26,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Watering Plants II\", \"titleSlug\": \"watering-plants-ii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[2,2,3,3]\n5\n[1,1,1,4,2,3]\n4\n[7,7,7,7,7,7,7]\n8",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"18.2K\", \"totalSubmission\": \"22.6K\", \"totalAcceptedRaw\": 18235, \"totalSubmissionRaw\": 22648, \"acRate\": \"80.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"19.3K\", \"totalSubmission\": \"24K\", \"totalAcceptedRaw\": 19282, \"totalSubmissionRaw\": 23971, \"acRate\": \"80.4%\"}",
|
||||
"hints": [
|
||||
"Simulate the process.",
|
||||
"Return to refill the container once you meet a plant that needs more water than you have."
|
||||
|
Reference in New Issue
Block a user