mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"31.9K\", \"totalSubmission\": \"61.7K\", \"totalAcceptedRaw\": 31912, \"totalSubmissionRaw\": 61731, \"acRate\": \"51.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"31.9K\", \"totalSubmission\": \"61.8K\", \"totalAcceptedRaw\": 31924, \"totalSubmissionRaw\": 61754, \"acRate\": \"51.7%\"}",
|
||||
"hints": [
|
||||
"For positive numbers, the leading digit should be the smallest nonzero digit. Then the remaining digits follow in ascending order.",
|
||||
"For negative numbers, the digits should be arranged in descending order."
|
||||
|
Reference in New Issue
Block a user