mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"26K\", \"totalSubmission\": \"46.3K\", \"totalAcceptedRaw\": 26046, \"totalSubmissionRaw\": 46325, \"acRate\": \"56.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"26.1K\", \"totalSubmission\": \"46.3K\", \"totalAcceptedRaw\": 26061, \"totalSubmissionRaw\": 46346, \"acRate\": \"56.2%\"}",
|
||||
"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