1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +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": "Medium",
"likes": 444,
"likes": 446,
"dislikes": 237,
"isLiked": null,
"similarQuestions": "[]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"22.1K\", \"totalSubmission\": \"56.2K\", \"totalAcceptedRaw\": 22082, \"totalSubmissionRaw\": 56199, \"acRate\": \"39.3%\"}",
"stats": "{\"totalAccepted\": \"22.2K\", \"totalSubmission\": \"56.5K\", \"totalAcceptedRaw\": 22214, \"totalSubmissionRaw\": 56488, \"acRate\": \"39.3%\"}",
"hints": [
"Note you can allocate at most two families in one row.",
"Greedily check if you can allocate seats for two families, one family or none.",