mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"62.9K\", \"totalSubmission\": \"74.1K\", \"totalAcceptedRaw\": 62907, \"totalSubmissionRaw\": 74114, \"acRate\": \"84.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"63K\", \"totalSubmission\": \"74.2K\", \"totalAcceptedRaw\": 62976, \"totalSubmissionRaw\": 74192, \"acRate\": \"84.9%\"}",
|
||||
"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