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": 937,
|
||||
"dislikes": 186,
|
||||
"likes": 938,
|
||||
"dislikes": 188,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[1,2,3,4]\n[1,2,0,0,2,1]\n[1,2,0,1,2]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"22.5K\", \"totalSubmission\": \"89K\", \"totalAcceptedRaw\": 22521, \"totalSubmissionRaw\": 89044, \"acRate\": \"25.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"22.5K\", \"totalSubmission\": \"89.1K\", \"totalAcceptedRaw\": 22545, \"totalSubmissionRaw\": 89144, \"acRate\": \"25.3%\"}",
|
||||
"hints": [
|
||||
"Keep An array of the last day there was rains over each city.",
|
||||
"Keep an array of the days you can dry a lake when you face one.",
|
||||
|
Reference in New Issue
Block a user