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,17 +11,36 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 16,
|
||||
"dislikes": 3,
|
||||
"likes": 36,
|
||||
"dislikes": 14,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Dungeon Game\", \"titleSlug\": \"dungeon-game\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Eliminate Maximum Number of Monsters\", \"titleSlug\": \"eliminate-maximum-number-of-monsters\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[2,7,4,3]\n4\n[2,5,3,4]\n7\n[3,3,3]\n0",
|
||||
"categoryTitle": "Algorithms",
|
||||
"contributors": [],
|
||||
"topicTags": [],
|
||||
"topicTags": [
|
||||
{
|
||||
"name": "Array",
|
||||
"slug": "array",
|
||||
"translatedName": null,
|
||||
"__typename": "TopicTagNode"
|
||||
},
|
||||
{
|
||||
"name": "Greedy",
|
||||
"slug": "greedy",
|
||||
"translatedName": null,
|
||||
"__typename": "TopicTagNode"
|
||||
},
|
||||
{
|
||||
"name": "Prefix Sum",
|
||||
"slug": "prefix-sum",
|
||||
"translatedName": null,
|
||||
"__typename": "TopicTagNode"
|
||||
}
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"485\", \"totalSubmission\": \"769\", \"totalAcceptedRaw\": 485, \"totalSubmissionRaw\": 769, \"acRate\": \"63.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1.5K\", \"totalSubmission\": \"2.7K\", \"totalAcceptedRaw\": 1536, \"totalSubmissionRaw\": 2686, \"acRate\": \"57.2%\"}",
|
||||
"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