mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"6K\", \"totalSubmission\": \"12K\", \"totalAcceptedRaw\": 5977, \"totalSubmissionRaw\": 11999, \"acRate\": \"49.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6K\", \"totalSubmission\": \"12K\", \"totalAcceptedRaw\": 5981, \"totalSubmissionRaw\": 12004, \"acRate\": \"49.8%\"}",
|
||||
"hints": [
|
||||
"For a fixed index l, try to find the minimum value of index r, such that the subarray is not good",
|
||||
"When a number is added to a subarray, it increases the number of pairs by its previous appearances.",
|
||||
|
Reference in New Issue
Block a user