mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 08:21:41 +08:00
update
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"734\", \"totalSubmission\": \"1K\", \"totalAcceptedRaw\": 734, \"totalSubmissionRaw\": 1033, \"acRate\": \"71.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"736\", \"totalSubmission\": \"1K\", \"totalAcceptedRaw\": 736, \"totalSubmissionRaw\": 1038, \"acRate\": \"70.9%\"}",
|
||||
"hints": [
|
||||
"If a hero can defeat the <code>i<sup>th</sup></code> monster, then he defeats all the monsters having a power less than <code>monster[i]</code>.",
|
||||
"Sort monsters by their powers. Also change the order of the coins array according to this sort.",
|
||||
|
Reference in New Issue
Block a user