mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 13:36:46 +08:00
update
This commit is contained in:
@@ -18,10 +18,29 @@
|
||||
"similarQuestions": "[]",
|
||||
"contributors": [],
|
||||
"langToValidPlayground": null,
|
||||
"topicTags": [],
|
||||
"topicTags": [
|
||||
{
|
||||
"name": "Greedy",
|
||||
"slug": "greedy",
|
||||
"translatedName": "贪心",
|
||||
"__typename": "TopicTagNode"
|
||||
},
|
||||
{
|
||||
"name": "Array",
|
||||
"slug": "array",
|
||||
"translatedName": "数组",
|
||||
"__typename": "TopicTagNode"
|
||||
},
|
||||
{
|
||||
"name": "Prefix Sum",
|
||||
"slug": "prefix-sum",
|
||||
"translatedName": "前缀和",
|
||||
"__typename": "TopicTagNode"
|
||||
}
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"30\", \"totalSubmission\": \"56\", \"totalAcceptedRaw\": 30, \"totalSubmissionRaw\": 56, \"acRate\": \"53.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"68\", \"totalSubmission\": \"117\", \"totalAcceptedRaw\": 68, \"totalSubmissionRaw\": 117, \"acRate\": \"58.1%\"}",
|
||||
"hints": [
|
||||
"When should you use your armor ability?",
|
||||
"It is always optimal to use your armor ability on the level where you take the most amount of damage."
|
||||
|
Reference in New Issue
Block a user