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,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1249,
|
||||
"dislikes": 19,
|
||||
"likes": 1329,
|
||||
"dislikes": 23,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[1,-2,-3,4]\n[0,1,-2,-3,-4]\n[-1,-2,-3,0,1]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"42K\", \"totalSubmission\": \"98.3K\", \"totalAcceptedRaw\": 42022, \"totalSubmissionRaw\": 98254, \"acRate\": \"42.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"45.6K\", \"totalSubmission\": \"106.3K\", \"totalAcceptedRaw\": 45615, \"totalSubmissionRaw\": 106310, \"acRate\": \"42.9%\"}",
|
||||
"hints": [
|
||||
"Split the whole array into subarrays by zeroes since a subarray with positive product cannot contain any zero.",
|
||||
"If the subarray has even number of negative numbers, the whole subarray has positive product.",
|
||||
|
Reference in New Issue
Block a user