mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 2371,
|
||||
"dislikes": 1639,
|
||||
"likes": 2376,
|
||||
"dislikes": 1638,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Happy Number\", \"titleSlug\": \"happy-number\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Sum of Digits in the Minimum Number\", \"titleSlug\": \"sum-of-digits-in-the-minimum-number\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Sum of Digits of String After Convert\", \"titleSlug\": \"sum-of-digits-of-string-after-convert\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Minimum Sum of Four Digit Number After Splitting Digits\", \"titleSlug\": \"minimum-sum-of-four-digit-number-after-splitting-digits\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "38\n0",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"460.1K\", \"totalSubmission\": \"738.4K\", \"totalAcceptedRaw\": 460083, \"totalSubmissionRaw\": 738427, \"acRate\": \"62.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"460.4K\", \"totalSubmission\": \"738.9K\", \"totalAcceptedRaw\": 460442, \"totalSubmissionRaw\": 738885, \"acRate\": \"62.3%\"}",
|
||||
"hints": [
|
||||
"A naive implementation of the above process is trivial. Could you come up with other methods?",
|
||||
"What are all the possible results?",
|
||||
|
Reference in New Issue
Block a user