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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 895,
"likes": 896,
"dislikes": 184,
"isLiked": null,
"similarQuestions": "[]",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"87K\", \"totalSubmission\": \"137.9K\", \"totalAcceptedRaw\": 86974, \"totalSubmissionRaw\": 137861, \"acRate\": \"63.1%\"}",
"stats": "{\"totalAccepted\": \"87.2K\", \"totalSubmission\": \"138.2K\", \"totalAcceptedRaw\": 87190, \"totalSubmissionRaw\": 138192, \"acRate\": \"63.1%\"}",
"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."