mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"89.5K\", \"totalSubmission\": \"202.9K\", \"totalAcceptedRaw\": 89525, \"totalSubmissionRaw\": 202902, \"acRate\": \"44.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"89.5K\", \"totalSubmission\": \"202.9K\", \"totalAcceptedRaw\": 89525, \"totalSubmissionRaw\": 202905, \"acRate\": \"44.1%\"}",
|
||||
"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