mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 447,
|
||||
"dislikes": 325,
|
||||
"dislikes": 326,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[1,2,3,4]\n[-1,4,5,6]\n[1,-2,-5,0,10]\n[0,-2,-1,-7,-4]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"15.7K\", \"totalSubmission\": \"31.5K\", \"totalAcceptedRaw\": 15744, \"totalSubmissionRaw\": 31500, \"acRate\": \"50.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"15.8K\", \"totalSubmission\": \"31.5K\", \"totalAcceptedRaw\": 15756, \"totalSubmissionRaw\": 31541, \"acRate\": \"50.0%\"}",
|
||||
"hints": [
|
||||
"Use the idea that abs(A) + abs(B) = max(A+B, A-B, -A+B, -A-B)."
|
||||
],
|
||||
|
Reference in New Issue
Block a user