mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 2311,
|
||||
"likes": 2318,
|
||||
"dislikes": 139,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Number of Pairs of Interchangeable Rectangles\", \"titleSlug\": \"number-of-pairs-of-interchangeable-rectangles\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Substrings That Begin and End With the Same Letter\", \"titleSlug\": \"substrings-that-begin-and-end-with-the-same-letter\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"279.8K\", \"totalSubmission\": \"318.3K\", \"totalAcceptedRaw\": 279831, \"totalSubmissionRaw\": 318279, \"acRate\": \"87.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"280.4K\", \"totalSubmission\": \"318.9K\", \"totalAcceptedRaw\": 280408, \"totalSubmissionRaw\": 318928, \"acRate\": \"87.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