1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +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": "Easy",
"likes": 962,
"dislikes": 1126,
"likes": 965,
"dislikes": 1127,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[0,1,2,3,4]\n[0,1,2,2,1]\n[1,2,3,4,0]\n[0,1,2,3,0]\n[1]\n[0]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"137.4K\", \"totalSubmission\": \"160.6K\", \"totalAcceptedRaw\": 137384, \"totalSubmissionRaw\": 160582, \"acRate\": \"85.6%\"}",
"stats": "{\"totalAccepted\": \"137.6K\", \"totalSubmission\": \"160.8K\", \"totalAcceptedRaw\": 137599, \"totalSubmissionRaw\": 160823, \"acRate\": \"85.6%\"}",
"hints": [
"Simulate the process and fill corresponding numbers in the designated spots."
],