1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +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\": \"92K\", \"totalSubmission\": \"129.6K\", \"totalAcceptedRaw\": 92047, \"totalSubmissionRaw\": 129572, \"acRate\": \"71.0%\"}",
"stats": "{\"totalAccepted\": \"92.2K\", \"totalSubmission\": \"129.8K\", \"totalAcceptedRaw\": 92190, \"totalSubmissionRaw\": 129786, \"acRate\": \"71.0%\"}",
"hints": [
"To maximize the number of kinds of candies, we should try to distribute candies such that sister will gain all kinds.",
"What is the upper limit of the number of kinds of candies sister will gain? Remember candies are to distributed equally.",