mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 09:21:40 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"35.2K\", \"totalSubmission\": \"79K\", \"totalAcceptedRaw\": 35204, \"totalSubmissionRaw\": 79032, \"acRate\": \"44.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"35.2K\", \"totalSubmission\": \"79.1K\", \"totalAcceptedRaw\": 35213, \"totalSubmissionRaw\": 79058, \"acRate\": \"44.5%\"}",
|
||||
"hints": [
|
||||
"Notice that if a spell and potion pair is successful, then the spell and all stronger potions will be successful too.",
|
||||
"Thus, for each spell, we need to find the potion with the least strength that will form a successful pair.",
|
||||
|
Reference in New Issue
Block a user