1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"3.2K\", \"totalSubmission\": \"11.6K\", \"totalAcceptedRaw\": 3244, \"totalSubmissionRaw\": 11568, \"acRate\": \"28.0%\"}",
"stats": "{\"totalAccepted\": \"3.3K\", \"totalSubmission\": \"11.6K\", \"totalAcceptedRaw\": 3253, \"totalSubmissionRaw\": 11585, \"acRate\": \"28.1%\"}",
"hints": [
"We can check if every empty cell is a part of a consecutive row of empty cells that has a width of at least stampWidth as well as a consecutive column of empty cells that has a height of at least stampHeight.",
"We can prove that this condition is sufficient and necessary to fit the stamps while following the given restrictions and requirements.",