1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 125,
"dislikes": 392,
"likes": 129,
"dislikes": 402,
"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\": 6602, \"totalSubmissionRaw\": 19744, \"acRate\": \"33.4%\"}",
"stats": "{\"totalAccepted\": \"6.9K\", \"totalSubmission\": \"20.4K\", \"totalAcceptedRaw\": 6880, \"totalSubmissionRaw\": 20355, \"acRate\": \"33.8%\"}",
"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?",