mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 1566,
|
||||
"dislikes": 80,
|
||||
"likes": 1568,
|
||||
"dislikes": 82,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[1,2,3,4]\n[4,1,5,20,3]\n[2,10,8]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"42.5K\", \"totalSubmission\": \"80.8K\", \"totalAcceptedRaw\": 42484, \"totalSubmissionRaw\": 80828, \"acRate\": \"52.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"42.5K\", \"totalSubmission\": \"80.9K\", \"totalAcceptedRaw\": 42506, \"totalSubmissionRaw\": 80876, \"acRate\": \"52.6%\"}",
|
||||
"hints": [
|
||||
"Assume you start with the minimum possible value for each number so you can only multiply a number by 2 till it reaches its maximum possible value.",
|
||||
"If there is a better solution than the current one, then it must have either its maximum value less than the current maximum value, or the minimum value larger than the current minimum value.",
|
||||
|
Reference in New Issue
Block a user