mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"51.1K\", \"totalSubmission\": \"100.7K\", \"totalAcceptedRaw\": 51058, \"totalSubmissionRaw\": 100677, \"acRate\": \"50.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"51.1K\", \"totalSubmission\": \"100.7K\", \"totalAcceptedRaw\": 51069, \"totalSubmissionRaw\": 100692, \"acRate\": \"50.7%\"}",
|
||||
"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