mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 08:21:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"85.9K\", \"totalSubmission\": \"102.9K\", \"totalAcceptedRaw\": 85872, \"totalSubmissionRaw\": 102909, \"acRate\": \"83.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"85.9K\", \"totalSubmission\": \"102.9K\", \"totalAcceptedRaw\": 85880, \"totalSubmissionRaw\": 102917, \"acRate\": \"83.4%\"}",
|
||||
"hints": [
|
||||
"Count how many times each number appears. If a number appears n times, then n * (n – 1) // 2 good pairs can be made with this number."
|
||||
],
|
||||
|
Reference in New Issue
Block a user