mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 212,
|
||||
"dislikes": 17,
|
||||
"likes": 221,
|
||||
"dislikes": 18,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Maximum Product of the Length of Two Palindromic Subsequences\", \"titleSlug\": \"maximum-product-of-the-length-of-two-palindromic-subsequences\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "9\n[1,1,0,1,0,0,2,1,0,1,2,0]\n3\n[0,0,1,0,0,0,0,0,0,0,0,2]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"7.3K\", \"totalSubmission\": \"15.6K\", \"totalAcceptedRaw\": 7261, \"totalSubmissionRaw\": 15588, \"acRate\": \"46.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"7.5K\", \"totalSubmission\": \"16.1K\", \"totalAcceptedRaw\": 7498, \"totalSubmissionRaw\": 16066, \"acRate\": \"46.7%\"}",
|
||||
"hints": [
|
||||
"To obtain points for some certain section x, what is the minimum number of arrows Bob must shoot?",
|
||||
"Given the small number of sections, can we brute force which sections Bob wants to win?",
|
||||
|
Reference in New Issue
Block a user