mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 125,
|
||||
"dislikes": 391,
|
||||
"dislikes": 392,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minimum Time Difference\", \"titleSlug\": \"minimum-time-difference\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "1\n2\n1\n600\n0\n1\n2\n76",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"6.6K\", \"totalSubmission\": \"19.7K\", \"totalAcceptedRaw\": 6588, \"totalSubmissionRaw\": 19718, \"acRate\": \"33.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6.6K\", \"totalSubmission\": \"19.7K\", \"totalAcceptedRaw\": 6602, \"totalSubmissionRaw\": 19744, \"acRate\": \"33.4%\"}",
|
||||
"hints": [
|
||||
"Define a separate function Cost(mm, ss) where 0 <= mm <= 99 and 0 <= ss <= 99. This function should calculate the cost of setting the cocking time to mm minutes and ss seconds",
|
||||
"The range of the minutes is small (i.e., [0, 99]), how can you use that?",
|
||||
|
Reference in New Issue
Block a user