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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 571,
|
||||
"likes": 578,
|
||||
"dislikes": 85,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"35.4K\", \"totalSubmission\": \"52.5K\", \"totalAcceptedRaw\": 35448, \"totalSubmissionRaw\": 52508, \"acRate\": \"67.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"35.6K\", \"totalSubmission\": \"52.7K\", \"totalAcceptedRaw\": 35600, \"totalSubmissionRaw\": 52708, \"acRate\": \"67.5%\"}",
|
||||
"hints": [
|
||||
"For each pair of 1s in the new row (say at `new_row[i]` and `new_row[j]`), we could create more rectangles where that pair forms the base. The number of new rectangles is the number of times some previous row had `row[i] = row[j] = 1`."
|
||||
],
|
||||
|
Reference in New Issue
Block a user