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,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 137,
|
||||
"dislikes": 185,
|
||||
"likes": 139,
|
||||
"dislikes": 187,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "555\n9",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"12.1K\", \"totalSubmission\": \"28K\", \"totalAcceptedRaw\": 12127, \"totalSubmissionRaw\": 28042, \"acRate\": \"43.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"12.3K\", \"totalSubmission\": \"28.5K\", \"totalAcceptedRaw\": 12282, \"totalSubmissionRaw\": 28455, \"acRate\": \"43.2%\"}",
|
||||
"hints": [
|
||||
"We need to get the max and min value after changing num and the answer is max - min.",
|
||||
"Use brute force, try all possible changes and keep the minimum and maximum values."
|
||||
|
Reference in New Issue
Block a user