1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-06 07:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"46.3K\", \"totalSubmission\": \"94.4K\", \"totalAcceptedRaw\": 46344, \"totalSubmissionRaw\": 94374, \"acRate\": \"49.1%\"}",
"stats": "{\"totalAccepted\": \"46.3K\", \"totalSubmission\": \"94.4K\", \"totalAcceptedRaw\": 46346, \"totalSubmissionRaw\": 94376, \"acRate\": \"49.1%\"}",
"hints": [
"Create a function f(date) that counts the number of days from 1900-01-01 to date. How can we calculate the answer ?",
"The answer is just |f(date1) - f(date2)|.",