mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 950,
|
||||
"dislikes": 116,
|
||||
"likes": 973,
|
||||
"dislikes": 117,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "9669\n9996\n9999",
|
||||
@@ -125,7 +125,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"107K\", \"totalSubmission\": \"135.7K\", \"totalAcceptedRaw\": 106984, \"totalSubmissionRaw\": 135723, \"acRate\": \"78.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"108.6K\", \"totalSubmission\": \"137.7K\", \"totalAcceptedRaw\": 108621, \"totalSubmissionRaw\": 137744, \"acRate\": \"78.9%\"}",
|
||||
"hints": [
|
||||
"Convert the number in an array of its digits.",
|
||||
"Brute force on every digit to get the maximum number."
|
||||
|
Reference in New Issue
Block a user