1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-03 06:22:54 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"12K\", \"totalSubmission\": \"31.1K\", \"totalAcceptedRaw\": 11964, \"totalSubmissionRaw\": 31060, \"acRate\": \"38.5%\"}",
"stats": "{\"totalAccepted\": \"12K\", \"totalSubmission\": \"31.1K\", \"totalAcceptedRaw\": 11974, \"totalSubmissionRaw\": 31092, \"acRate\": \"38.5%\"}",
"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."
],