mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.6K\", \"totalSubmission\": \"24.7K\", \"totalAcceptedRaw\": 8594, \"totalSubmissionRaw\": 24663, \"acRate\": \"34.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.6K\", \"totalSubmission\": \"24.7K\", \"totalAcceptedRaw\": 8605, \"totalSubmissionRaw\": 24682, \"acRate\": \"34.9%\"}",
|
||||
"hints": [
|
||||
"Think about gcd(n, k). How will it help to calculate the answer?",
|
||||
"indices i and j are in the same group if gcd(n, k) mod i = gcd(n, k) mod j. Each group should have equal elements. Think about the minimum number of operations for each group",
|
||||
|
Reference in New Issue
Block a user