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": "Easy",
|
||||
"likes": 2443,
|
||||
"dislikes": 176,
|
||||
"likes": 2533,
|
||||
"dislikes": 177,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[1,2,3,4]\n[1,1,1,1,1]\n[3,1,2,10,1]",
|
||||
@@ -125,7 +125,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"500.2K\", \"totalSubmission\": \"558.7K\", \"totalAcceptedRaw\": 500240, \"totalSubmissionRaw\": 558677, \"acRate\": \"89.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"510.7K\", \"totalSubmission\": \"570.1K\", \"totalAcceptedRaw\": 510698, \"totalSubmissionRaw\": 570059, \"acRate\": \"89.6%\"}",
|
||||
"hints": [
|
||||
"Think about how we can calculate the i-th number in the running sum from the (i-1)-th number."
|
||||
],
|
||||
|
Reference in New Issue
Block a user