1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 08:21:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"6.2K\", \"totalSubmission\": \"10.1K\", \"totalAcceptedRaw\": 6203, \"totalSubmissionRaw\": 10108, \"acRate\": \"61.4%\"}",
"stats": "{\"totalAccepted\": \"6.2K\", \"totalSubmission\": \"10.1K\", \"totalAcceptedRaw\": 6204, \"totalSubmissionRaw\": 10109, \"acRate\": \"61.4%\"}",
"hints": [
"Since every group of farmland is rectangular, the top left corner of each group will have the smallest x-coordinate and y-coordinate of any farmland in the group.",
"Similarly, the bootm right corner of each group will have the largest x-coordinate and y-coordinate of any farmland in the group.",