1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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?",