mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1709,
|
||||
"likes": 1710,
|
||||
"dislikes": 76,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Number of Pairs of Interchangeable Rectangles\", \"titleSlug\": \"number-of-pairs-of-interchangeable-rectangles\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Count Number of Bad Pairs\", \"titleSlug\": \"count-number-of-bad-pairs\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Number of Pairs Satisfying Inequality\", \"titleSlug\": \"number-of-pairs-satisfying-inequality\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"100.3K\", \"totalSubmission\": \"202.8K\", \"totalAcceptedRaw\": 100324, \"totalSubmissionRaw\": 202826, \"acRate\": \"49.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"100.3K\", \"totalSubmission\": \"202.8K\", \"totalAcceptedRaw\": 100334, \"totalSubmissionRaw\": 202846, \"acRate\": \"49.5%\"}",
|
||||
"hints": [
|
||||
"The condition can be rearranged to (nums[i] - rev(nums[i])) == (nums[j] - rev(nums[j])).",
|
||||
"Transform each nums[i] into (nums[i] - rev(nums[i])). Then, count the number of (i, j) pairs that have equal values.",
|
||||
|
Reference in New Issue
Block a user