mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 747,
|
||||
"dislikes": 40,
|
||||
"likes": 770,
|
||||
"dislikes": 41,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Time Needed to Buy Tickets\", \"titleSlug\": \"time-needed-to-buy-tickets\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[1,1,0,0]\n[0,1,0,1]\n[1,1,1,0,0,1]\n[1,0,0,0,1,1]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"36.4K\", \"totalSubmission\": \"53.6K\", \"totalAcceptedRaw\": 36405, \"totalSubmissionRaw\": 53649, \"acRate\": \"67.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"38K\", \"totalSubmission\": \"56K\", \"totalAcceptedRaw\": 37988, \"totalSubmissionRaw\": 56034, \"acRate\": \"67.8%\"}",
|
||||
"hints": [
|
||||
"Simulate the given in the statement",
|
||||
"Calculate those who will eat instead of those who will not."
|
||||
|
Reference in New Issue
Block a user