mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"37.9K\", \"totalSubmission\": \"49K\", \"totalAcceptedRaw\": 37932, \"totalSubmissionRaw\": 48969, \"acRate\": \"77.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"37.9K\", \"totalSubmission\": \"49K\", \"totalAcceptedRaw\": 37942, \"totalSubmissionRaw\": 48990, \"acRate\": \"77.4%\"}",
|
||||
"hints": [
|
||||
"Find the smallest rowSum or colSum, and let it be x. Place that number in the grid, and subtract x from rowSum and colSum. Continue until all the sums are satisfied."
|
||||
],
|
||||
|
Reference in New Issue
Block a user