1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 11,
"dislikes": 2,
"likes": 16,
"dislikes": 3,
"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",
@@ -21,7 +21,7 @@
"topicTags": [],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"392\", \"totalSubmission\": \"629\", \"totalAcceptedRaw\": 392, \"totalSubmissionRaw\": 629, \"acRate\": \"62.3%\"}",
"stats": "{\"totalAccepted\": \"485\", \"totalSubmission\": \"769\", \"totalAcceptedRaw\": 485, \"totalSubmissionRaw\": 769, \"acRate\": \"63.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."