mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-12-19 02:24:59 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"12.7K\", \"totalSubmission\": \"16.2K\", \"totalAcceptedRaw\": 12738, \"totalSubmissionRaw\": 16174, \"acRate\": \"78.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"12.8K\", \"totalSubmission\": \"16.2K\", \"totalAcceptedRaw\": 12767, \"totalSubmissionRaw\": 16215, \"acRate\": \"78.7%\"}",
|
||||
"hints": [
|
||||
"nums[i+1] must be at least equal to nums[i] + 1.",
|
||||
"Think greedily. You don't have to increase nums[i+1] beyond nums[i]+1.",
|
||||
|
||||
Reference in New Issue
Block a user