mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.3K\", \"totalSubmission\": \"23K\", \"totalAcceptedRaw\": 8299, \"totalSubmissionRaw\": 23016, \"acRate\": \"36.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.3K\", \"totalSubmission\": \"23K\", \"totalAcceptedRaw\": 8300, \"totalSubmissionRaw\": 23017, \"acRate\": \"36.1%\"}",
|
||||
"hints": [
|
||||
"A number is a multiple of three if and only if its sum of digits is a multiple of three.",
|
||||
"Use dynamic programming.",
|
||||
|
Reference in New Issue
Block a user