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