mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user