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

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 745,
"likes": 747,
"dislikes": 40,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Time Needed to Buy Tickets\", \"titleSlug\": \"time-needed-to-buy-tickets\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"36.3K\", \"totalSubmission\": \"53.5K\", \"totalAcceptedRaw\": 36271, \"totalSubmissionRaw\": 53463, \"acRate\": \"67.8%\"}",
"stats": "{\"totalAccepted\": \"36.4K\", \"totalSubmission\": \"53.6K\", \"totalAcceptedRaw\": 36405, \"totalSubmissionRaw\": 53649, \"acRate\": \"67.9%\"}",
"hints": [
"Simulate the given in the statement",
"Calculate those who will eat instead of those who will not."