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

View File

@@ -12,7 +12,7 @@
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 227,
"dislikes": 1855,
"dislikes": 1856,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "31\n8\n2019\n18\n7\n1999\n15\n8\n1993",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"42.2K\", \"totalSubmission\": \"72K\", \"totalAcceptedRaw\": 42183, \"totalSubmissionRaw\": 72025, \"acRate\": \"58.6%\"}",
"stats": "{\"totalAccepted\": \"42.2K\", \"totalSubmission\": \"72.2K\", \"totalAcceptedRaw\": 42226, \"totalSubmissionRaw\": 72150, \"acRate\": \"58.5%\"}",
"hints": [
"Sum up the number of days for the years before the given year.",
"Handle the case of a leap year.",