mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"109.5K\", \"totalSubmission\": \"135K\", \"totalAcceptedRaw\": 109455, \"totalSubmissionRaw\": 135026, \"acRate\": \"81.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"109.5K\", \"totalSubmission\": \"135K\", \"totalAcceptedRaw\": 109462, \"totalSubmissionRaw\": 135035, \"acRate\": \"81.1%\"}",
|
||||
"hints": [
|
||||
"Notice that the constraints are small enough for a brute force solution to pass.",
|
||||
"Loop through all triplets, and count the ones that are good."
|
||||
|
Reference in New Issue
Block a user