mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"82.7K\", \"totalSubmission\": \"104.8K\", \"totalAcceptedRaw\": 82700, \"totalSubmissionRaw\": 104843, \"acRate\": \"78.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"82.7K\", \"totalSubmission\": \"104.9K\", \"totalAcceptedRaw\": 82714, \"totalSubmissionRaw\": 104858, \"acRate\": \"78.9%\"}",
|
||||
"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