1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1095,
"dislikes": 91,
"likes": 1129,
"dislikes": 93,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[1,0,1,2,1,1,7,5]\n[0,1,0,1,0,1,0,1]\n3\n[1]\n[0]\n1",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"51.9K\", \"totalSubmission\": \"91.6K\", \"totalAcceptedRaw\": 51917, \"totalSubmissionRaw\": 91608, \"acRate\": \"56.7%\"}",
"stats": "{\"totalAccepted\": \"52.6K\", \"totalSubmission\": \"92.8K\", \"totalAcceptedRaw\": 52626, \"totalSubmissionRaw\": 92759, \"acRate\": \"56.7%\"}",
"hints": [
"Say the store owner uses their power in minute 1 to X and we have some answer A. If they instead use their power from minute 2 to X+1, we only have to use data from minutes 1, 2, X and X+1 to update our answer A."
],