1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-12-19 10:34:57 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"5.1K\", \"totalSubmission\": \"16.9K\", \"totalAcceptedRaw\": 5128, \"totalSubmissionRaw\": 16935, \"acRate\": \"30.3%\"}",
"stats": "{\"totalAccepted\": \"5.2K\", \"totalSubmission\": \"17.3K\", \"totalAcceptedRaw\": 5233, \"totalSubmissionRaw\": 17287, \"acRate\": \"30.3%\"}",
"hints": [
"There is no way if the sum (number of '1's) is not divisible by the number of splits. So sum%3 should be 0.",
"Preffix s1 , and suffix s3 should have sum/3 characters '1'.",