1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01: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": 896,
"dislikes": 184,
"likes": 917,
"dislikes": 194,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "12\n30\n3\n30\n3\n15",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"87.2K\", \"totalSubmission\": \"138.2K\", \"totalAcceptedRaw\": 87190, \"totalSubmissionRaw\": 138192, \"acRate\": \"63.1%\"}",
"stats": "{\"totalAccepted\": \"89.5K\", \"totalSubmission\": \"141.5K\", \"totalAcceptedRaw\": 89491, \"totalSubmissionRaw\": 141525, \"acRate\": \"63.2%\"}",
"hints": [
"The tricky part is determining how the minute hand affects the position of the hour hand.",
"Calculate the angles separately then find the difference."