1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-02 22:13:28 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -130,7 +130,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"4.5K\", \"totalSubmission\": \"9.4K\", \"totalAcceptedRaw\": 4538, \"totalSubmissionRaw\": 9394, \"acRate\": \"48.3%\"}",
"stats": "{\"totalAccepted\": \"4.6K\", \"totalSubmission\": \"9.4K\", \"totalAcceptedRaw\": 4570, \"totalSubmissionRaw\": 9443, \"acRate\": \"48.4%\"}",
"hints": [
"For each circle, how can you check whether or not a lattice point lies inside it?",
"Since you need to reduce the search space, consider the minimum and maximum possible values of the coordinates of a lattice point contained in any circle."