mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"28.6K\", \"totalSubmission\": \"64.9K\", \"totalAcceptedRaw\": 28639, \"totalSubmissionRaw\": 64913, \"acRate\": \"44.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"28.7K\", \"totalSubmission\": \"65K\", \"totalAcceptedRaw\": 28659, \"totalSubmissionRaw\": 64960, \"acRate\": \"44.1%\"}",
|
||||
"hints": [
|
||||
"Count number of 1s in each consecutive-1 group. For a group with n consecutive 1s, the total contribution of it to the final answer is (n + 1) * n // 2."
|
||||
],
|
||||
|
Reference in New Issue
Block a user