mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user