mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 180,
|
||||
"dislikes": 787,
|
||||
"likes": 185,
|
||||
"dislikes": 809,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "\"2019-06-29\"\n\"2019-06-30\"\n\"2020-01-15\"\n\"2019-12-31\"",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"28.1K\", \"totalSubmission\": \"60K\", \"totalAcceptedRaw\": 28060, \"totalSubmissionRaw\": 60014, \"acRate\": \"46.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"28.8K\", \"totalSubmission\": \"61.5K\", \"totalAcceptedRaw\": 28775, \"totalSubmissionRaw\": 61528, \"acRate\": \"46.8%\"}",
|
||||
"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