1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 6853,
"dislikes": 9495,
"likes": 7026,
"dislikes": 9642,
"isLiked": null,
"similarQuestions": "[{\"title\": \"String to Integer (atoi)\", \"titleSlug\": \"string-to-integer-atoi\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Reverse Bits\", \"titleSlug\": \"reverse-bits\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"A Number After a Double Reversal\", \"titleSlug\": \"a-number-after-a-double-reversal\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "123\n-123\n120",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"2M\", \"totalSubmission\": \"7.5M\", \"totalAcceptedRaw\": 2000617, \"totalSubmissionRaw\": 7519317, \"acRate\": \"26.6%\"}",
"stats": "{\"totalAccepted\": \"2M\", \"totalSubmission\": \"7.6M\", \"totalAcceptedRaw\": 2032155, \"totalSubmissionRaw\": 7619259, \"acRate\": \"26.7%\"}",
"hints": [],
"solution": {
"id": "485",