1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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.",