mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"31K\", \"totalSubmission\": \"49.6K\", \"totalAcceptedRaw\": 31023, \"totalSubmissionRaw\": 49575, \"acRate\": \"62.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"31K\", \"totalSubmission\": \"49.6K\", \"totalAcceptedRaw\": 31042, \"totalSubmissionRaw\": 49608, \"acRate\": \"62.6%\"}",
|
||||
"hints": [
|
||||
"Use bruteforce.",
|
||||
"You can use a nested loop to compare each pair of indices <code>(i, j)</code> and check if the conditions are satisfied."
|
||||
|
Reference in New Issue
Block a user