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,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 398,
|
||||
"dislikes": 42,
|
||||
"likes": 410,
|
||||
"dislikes": 43,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[1,7]\n[3,4]\n10\n[2,3]\n[4,5,100]\n18\n[3,10]\n[2,5]\n9",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"14.9K\", \"totalSubmission\": \"32.4K\", \"totalAcceptedRaw\": 14871, \"totalSubmissionRaw\": 32386, \"acRate\": \"45.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"15.5K\", \"totalSubmission\": \"33.8K\", \"totalAcceptedRaw\": 15481, \"totalSubmissionRaw\": 33838, \"acRate\": \"45.8%\"}",
|
||||
"hints": [
|
||||
"As the constraints are not large, you can brute force and enumerate all the possibilities."
|
||||
],
|
||||
|
Reference in New Issue
Block a user