mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-21 13:06:47 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"5.8K\", \"totalSubmission\": \"14.6K\", \"totalAcceptedRaw\": 5808, \"totalSubmissionRaw\": 14630, \"acRate\": \"39.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5.8K\", \"totalSubmission\": \"14.6K\", \"totalAcceptedRaw\": 5812, \"totalSubmissionRaw\": 14639, \"acRate\": \"39.7%\"}",
|
||||
"hints": [
|
||||
"You cannot do anything about colsum[i] = 2 case or colsum[i] = 0 case. Then you put colsum[i] = 1 case to the upper row until upper has reached. Then put the rest into lower row.",
|
||||
"Fill 0 and 2 first, then fill 1 in the upper row or lower row in turn but be careful about exhausting permitted 1s in each row."
|
||||
|
Reference in New Issue
Block a user