mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 2080,
|
||||
"likes": 2083,
|
||||
"dislikes": 208,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"310.1K\", \"totalSubmission\": \"475K\", \"totalAcceptedRaw\": 310121, \"totalSubmissionRaw\": 475038, \"acRate\": \"65.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"310.2K\", \"totalSubmission\": \"475.1K\", \"totalAcceptedRaw\": 310155, \"totalSubmissionRaw\": 475097, \"acRate\": \"65.3%\"}",
|
||||
"hints": [
|
||||
"If there is a 0 in the array the answer is 0",
|
||||
"To avoid overflow make all the negative numbers -1 and all positive numbers 1 and calculate the prod"
|
||||
|
Reference in New Issue
Block a user