1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-06 07: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,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 215,
"likes": 217,
"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.3K\", \"totalSubmission\": \"32.8K\", \"totalAcceptedRaw\": 25293, \"totalSubmissionRaw\": 32843, \"acRate\": \"77.0%\"}",
"stats": "{\"totalAccepted\": \"25.4K\", \"totalSubmission\": \"33K\", \"totalAcceptedRaw\": 25431, \"totalSubmissionRaw\": 33020, \"acRate\": \"77.0%\"}",
"hints": [
"Other than the number 0 itself, any number that ends with 0 would lose some digits permanently when reversed."
],