mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"27.7K\", \"totalSubmission\": \"36.8K\", \"totalAcceptedRaw\": 27686, \"totalSubmissionRaw\": 36796, \"acRate\": \"75.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"27.7K\", \"totalSubmission\": \"36.9K\", \"totalAcceptedRaw\": 27733, \"totalSubmissionRaw\": 36868, \"acRate\": \"75.2%\"}",
|
||||
"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