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\": \"29.5K\", \"totalSubmission\": \"38K\", \"totalAcceptedRaw\": 29505, \"totalSubmissionRaw\": 37972, \"acRate\": \"77.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"29.5K\", \"totalSubmission\": \"38K\", \"totalAcceptedRaw\": 29506, \"totalSubmissionRaw\": 37973, \"acRate\": \"77.7%\"}",
|
||||
"hints": [
|
||||
"The constraints are very small. Can we try every triplet?",
|
||||
"Yes, we can. Use three loops to iterate through all the possible triplets, ensuring the condition i < j < k holds."
|
||||
|
Reference in New Issue
Block a user