mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 08:21:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9.9K\", \"totalSubmission\": \"29.2K\", \"totalAcceptedRaw\": 9871, \"totalSubmissionRaw\": 29152, \"acRate\": \"33.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.9K\", \"totalSubmission\": \"29.2K\", \"totalAcceptedRaw\": 9882, \"totalSubmissionRaw\": 29181, \"acRate\": \"33.9%\"}",
|
||||
"hints": [
|
||||
"We can enumerate the number of candies of one particular child, let it be <code>i</code> which means <code>0 <= i <= min(limit, n)</code>.",
|
||||
"Suppose the 2nd child gets <code>j</code> candies. Then <code>0 <= j <= limit</code> and <code>i + j <= n</code>.",
|
||||
|
Reference in New Issue
Block a user