mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"1.7K\", \"totalSubmission\": \"3.5K\", \"totalAcceptedRaw\": 1710, \"totalSubmissionRaw\": 3539, \"acRate\": \"48.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1.7K\", \"totalSubmission\": \"3.5K\", \"totalAcceptedRaw\": 1713, \"totalSubmissionRaw\": 3542, \"acRate\": \"48.4%\"}",
|
||||
"hints": [
|
||||
"The number of unique good subsequences is equal to the number of unique decimal values there are for all possible subsequences.",
|
||||
"Find the answer at each index based on the previous indexes' answers."
|
||||
|
Reference in New Issue
Block a user