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-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": 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."