1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +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

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 220,
"dislikes": 55,
"likes": 223,
"dislikes": 56,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "1\n0\n0\n1\n-1\n3\n1\n1\n1\n1\n1\n-3\n2\n-1\n1\n0\n0\n-1\n0\n0\n1",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"9.6K\", \"totalSubmission\": \"22K\", \"totalAcceptedRaw\": 9584, \"totalSubmissionRaw\": 21953, \"acRate\": \"43.7%\"}",
"stats": "{\"totalAccepted\": \"9.7K\", \"totalSubmission\": \"22.3K\", \"totalAcceptedRaw\": 9718, \"totalSubmissionRaw\": 22257, \"acRate\": \"43.7%\"}",
"hints": [
"Locate the closest point of the square to the circle, you can then find the distance from this point to the center of the circle and check if this is less than or equal to the radius."
],