mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"24.7K\", \"totalSubmission\": \"54.5K\", \"totalAcceptedRaw\": 24689, \"totalSubmissionRaw\": 54512, \"acRate\": \"45.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"24.7K\", \"totalSubmission\": \"54.5K\", \"totalAcceptedRaw\": 24693, \"totalSubmissionRaw\": 54518, \"acRate\": \"45.3%\"}",
|
||||
"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