mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1156,
|
||||
"dislikes": 33,
|
||||
"likes": 1192,
|
||||
"dislikes": 34,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[3,6,5,1,8]\n[4]\n[1,2,3,4,4]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"37K\", \"totalSubmission\": \"72.9K\", \"totalAcceptedRaw\": 37047, \"totalSubmissionRaw\": 72858, \"acRate\": \"50.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"37.8K\", \"totalSubmission\": \"74.3K\", \"totalAcceptedRaw\": 37783, \"totalSubmissionRaw\": 74309, \"acRate\": \"50.8%\"}",
|
||||
"hints": [
|
||||
"Represent the state as DP[pos][mod]: maximum possible sum starting in the position \"pos\" in the array where the current sum modulo 3 is equal to mod."
|
||||
],
|
||||
|
Reference in New Issue
Block a user