mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 14:12:17 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"5.9K\", \"totalSubmission\": \"16.1K\", \"totalAcceptedRaw\": 5913, \"totalSubmissionRaw\": 16091, \"acRate\": \"36.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5.9K\", \"totalSubmission\": \"16.2K\", \"totalAcceptedRaw\": 5938, \"totalSubmissionRaw\": 16165, \"acRate\": \"36.7%\"}",
|
||||
"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