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,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."
|
||||
],
|
||||
|
Reference in New Issue
Block a user