mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.2K\", \"totalSubmission\": \"21K\", \"totalAcceptedRaw\": 8213, \"totalSubmissionRaw\": 20997, \"acRate\": \"39.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.2K\", \"totalSubmission\": \"21K\", \"totalAcceptedRaw\": 8213, \"totalSubmissionRaw\": 21003, \"acRate\": \"39.1%\"}",
|
||||
"hints": [
|
||||
"Given a target sum x, each pair of nums[i] and nums[n-1-i] would either need 0, 1, or 2 modifications.",
|
||||
"Can you find the optimal target sum x value such that the sum of modifications is minimized?",
|
||||
|
Reference in New Issue
Block a user