mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"50.3K\", \"totalSubmission\": \"93.8K\", \"totalAcceptedRaw\": 50251, \"totalSubmissionRaw\": 93822, \"acRate\": \"53.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"50.3K\", \"totalSubmission\": \"94K\", \"totalAcceptedRaw\": 50326, \"totalSubmissionRaw\": 93952, \"acRate\": \"53.6%\"}",
|
||||
"hints": [
|
||||
"The abstract problem asks to count the number of disjoint pairs with a given sum k.",
|
||||
"For each possible value x, it can be paired up with k - x.",
|
||||
|
Reference in New Issue
Block a user