mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 949,
|
||||
"likes": 950,
|
||||
"dislikes": 116,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -125,7 +125,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"106.8K\", \"totalSubmission\": \"135.6K\", \"totalAcceptedRaw\": 106845, \"totalSubmissionRaw\": 135562, \"acRate\": \"78.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"107K\", \"totalSubmission\": \"135.7K\", \"totalAcceptedRaw\": 106984, \"totalSubmissionRaw\": 135723, \"acRate\": \"78.8%\"}",
|
||||
"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