mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 22:13:28 +08:00
update
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user