1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 217,
"likes": 229,
"dislikes": 14,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Reverse Integer\", \"titleSlug\": \"reverse-integer\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Reverse Bits\", \"titleSlug\": \"reverse-bits\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"25.4K\", \"totalSubmission\": \"33K\", \"totalAcceptedRaw\": 25431, \"totalSubmissionRaw\": 33020, \"acRate\": \"77.0%\"}",
"stats": "{\"totalAccepted\": \"27.4K\", \"totalSubmission\": \"35.6K\", \"totalAcceptedRaw\": 27370, \"totalSubmissionRaw\": 35615, \"acRate\": \"76.8%\"}",
"hints": [
"Other than the number 0 itself, any number that ends with 0 would lose some digits permanently when reversed."
],