mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -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)|.",
|
||||
|
Reference in New Issue
Block a user