mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 17:31:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"28.4K\", \"totalSubmission\": \"42.3K\", \"totalAcceptedRaw\": 28399, \"totalSubmissionRaw\": 42333, \"acRate\": \"67.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"28.6K\", \"totalSubmission\": \"42.6K\", \"totalAcceptedRaw\": 28605, \"totalSubmissionRaw\": 42619, \"acRate\": \"67.1%\"}",
|
||||
"hints": [
|
||||
"考虑将8乘以9看作是计算宽度为8、高度为9的矩阵中的单元数。",
|
||||
"如果你想计算8×9矩阵中的单元格数,可以先计算4×9矩阵中的单元格数,然后加倍。",
|
||||
|
Reference in New Issue
Block a user