mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"40.9K\", \"totalSubmission\": \"50.5K\", \"totalAcceptedRaw\": 40863, \"totalSubmissionRaw\": 50488, \"acRate\": \"80.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"40.9K\", \"totalSubmission\": \"50.5K\", \"totalAcceptedRaw\": 40865, \"totalSubmissionRaw\": 50490, \"acRate\": \"80.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