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-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": 259,
"likes": 260,
"dislikes": 29,
"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}]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"24.3K\", \"totalSubmission\": \"39.5K\", \"totalAcceptedRaw\": 24308, \"totalSubmissionRaw\": 39543, \"acRate\": \"61.5%\"}",
"stats": "{\"totalAccepted\": \"24.4K\", \"totalSubmission\": \"39.6K\", \"totalAcceptedRaw\": 24358, \"totalSubmissionRaw\": 39617, \"acRate\": \"61.5%\"}",
"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"