mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"20.8K\", \"totalSubmission\": \"34.4K\", \"totalAcceptedRaw\": 20758, \"totalSubmissionRaw\": 34373, \"acRate\": \"60.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"20.8K\", \"totalSubmission\": \"34.4K\", \"totalAcceptedRaw\": 20759, \"totalSubmissionRaw\": 34374, \"acRate\": \"60.4%\"}",
|
||||
"hints": [
|
||||
"Find the divisors of n+1 and n+2.",
|
||||
"To find the divisors of a number, you only need to iterate to the square root of that number."
|
||||
|
Reference in New Issue
Block a user