1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"15.5K\", \"totalSubmission\": \"38.1K\", \"totalAcceptedRaw\": 15478, \"totalSubmissionRaw\": 38111, \"acRate\": \"40.6%\"}",
"stats": "{\"totalAccepted\": \"15.5K\", \"totalSubmission\": \"38.2K\", \"totalAcceptedRaw\": 15524, \"totalSubmissionRaw\": 38190, \"acRate\": \"40.6%\"}",
"hints": [
"Subtract the sum of chalk[i] from k until k is less than that sum",
"Now just iterate over the array if chalk[i] is less thank k this is your answer otherwise this i is the answer"