mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"66.6K\", \"totalSubmission\": \"147.8K\", \"totalAcceptedRaw\": 66632, \"totalSubmissionRaw\": 147849, \"acRate\": \"45.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"66.7K\", \"totalSubmission\": \"147.9K\", \"totalAcceptedRaw\": 66669, \"totalSubmissionRaw\": 147927, \"acRate\": \"45.1%\"}",
|
||||
"hints": [
|
||||
"The maximum length of number is really small.",
|
||||
"Iterate through the digits of number and every time we see digit, try removing it.",
|
||||
|
Reference in New Issue
Block a user