mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"42.2K\", \"totalSubmission\": \"73.8K\", \"totalAcceptedRaw\": 42225, \"totalSubmissionRaw\": 73751, \"acRate\": \"57.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"42.3K\", \"totalSubmission\": \"73.8K\", \"totalAcceptedRaw\": 42270, \"totalSubmissionRaw\": 73842, \"acRate\": \"57.2%\"}",
|
||||
"hints": [
|
||||
"To minimize the amount of time needed, you want to fill up as many cups as possible in each second. This means that you want to maximize the number of seconds where you are filling up two cups.",
|
||||
"You always want to fill up the two types of water with the most unfilled cups."
|
||||
|
Reference in New Issue
Block a user