mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 677,
|
||||
"dislikes": 24,
|
||||
"likes": 700,
|
||||
"dislikes": 25,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Two Sum\", \"titleSlug\": \"two-sum\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Count Good Meals\", \"titleSlug\": \"count-good-meals\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[1,2,3,4]\n5\n[3,1,3,4,3]\n6",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"50.3K\", \"totalSubmission\": \"94K\", \"totalAcceptedRaw\": 50326, \"totalSubmissionRaw\": 93952, \"acRate\": \"53.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"51.2K\", \"totalSubmission\": \"95.6K\", \"totalAcceptedRaw\": 51248, \"totalSubmissionRaw\": 95636, \"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