1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +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": "Easy",
"likes": 260,
"dislikes": 29,
"likes": 271,
"dislikes": 30,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Happy Number\", \"titleSlug\": \"happy-number\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Add Digits\", \"titleSlug\": \"add-digits\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Count Integers With Even Digit Sum\", \"titleSlug\": \"count-integers-with-even-digit-sum\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "\"iiii\"\n1\n\"leetcode\"\n2\n\"zbax\"\n2",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"24.4K\", \"totalSubmission\": \"39.6K\", \"totalAcceptedRaw\": 24358, \"totalSubmissionRaw\": 39617, \"acRate\": \"61.5%\"}",
"stats": "{\"totalAccepted\": \"25.3K\", \"totalSubmission\": \"41.2K\", \"totalAcceptedRaw\": 25312, \"totalSubmissionRaw\": 41210, \"acRate\": \"61.4%\"}",
"hints": [
"First, let's note that after the first transform the value will be at most 100 * 9 which is not much",
"After The first transform, we can just do the rest of the transforms by brute force"