mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 150,
|
||||
"likes": 151,
|
||||
"dislikes": 4,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Count Number of Pairs With Absolute Difference K\", \"titleSlug\": \"count-number-of-pairs-with-absolute-difference-k\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"20.3K\", \"totalSubmission\": \"25.3K\", \"totalAcceptedRaw\": 20301, \"totalSubmissionRaw\": 25297, \"acRate\": \"80.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"20.5K\", \"totalSubmission\": \"25.5K\", \"totalAcceptedRaw\": 20496, \"totalSubmissionRaw\": 25541, \"acRate\": \"80.2%\"}",
|
||||
"hints": [
|
||||
"For every possible pair of indices (i, j) where i < j, check if it satisfies the given conditions."
|
||||
],
|
||||
|
Reference in New Issue
Block a user