mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 3035,
|
||||
"dislikes": 117,
|
||||
"likes": 3084,
|
||||
"dislikes": 118,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[30,20,150,100,40]\n[60,60,60]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"186.5K\", \"totalSubmission\": \"347.1K\", \"totalAcceptedRaw\": 186538, \"totalSubmissionRaw\": 347101, \"acRate\": \"53.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"190.2K\", \"totalSubmission\": \"354.7K\", \"totalAcceptedRaw\": 190250, \"totalSubmissionRaw\": 354689, \"acRate\": \"53.6%\"}",
|
||||
"hints": [
|
||||
"We only need to consider each song length modulo 60.",
|
||||
"We can count the number of songs with (length % 60) equal to r, and store that in an array of size 60."
|
||||
|
Reference in New Issue
Block a user