1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21: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": "Easy",
"likes": 227,
"dislikes": 1856,
"likes": 230,
"dislikes": 1882,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "31\n8\n2019\n18\n7\n1999\n15\n8\n1993",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"42.2K\", \"totalSubmission\": \"72.2K\", \"totalAcceptedRaw\": 42226, \"totalSubmissionRaw\": 72150, \"acRate\": \"58.5%\"}",
"stats": "{\"totalAccepted\": \"42.9K\", \"totalSubmission\": \"73.5K\", \"totalAcceptedRaw\": 42924, \"totalSubmissionRaw\": 73451, \"acRate\": \"58.4%\"}",
"hints": [
"Sum up the number of days for the years before the given year.",
"Handle the case of a leap year.",