mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"20.2K\", \"totalSubmission\": \"57.3K\", \"totalAcceptedRaw\": 20154, \"totalSubmissionRaw\": 57348, \"acRate\": \"35.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"20.2K\", \"totalSubmission\": \"57.4K\", \"totalAcceptedRaw\": 20160, \"totalSubmissionRaw\": 57357, \"acRate\": \"35.1%\"}",
|
||||
"hints": [
|
||||
"Since n is small, we can just check every substring, and if the substring is semi-repetitive, maximize the answer with its length."
|
||||
],
|
||||
|
Reference in New Issue
Block a user