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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1093,
"likes": 1095,
"dislikes": 91,
"isLiked": null,
"similarQuestions": "[]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"51.9K\", \"totalSubmission\": \"91.5K\", \"totalAcceptedRaw\": 51867, \"totalSubmissionRaw\": 91537, \"acRate\": \"56.7%\"}",
"stats": "{\"totalAccepted\": \"51.9K\", \"totalSubmission\": \"91.6K\", \"totalAcceptedRaw\": 51917, \"totalSubmissionRaw\": 91608, \"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."
],