mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 2643,
|
||||
"dislikes": 322,
|
||||
"likes": 2715,
|
||||
"dislikes": 325,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Maximize Number of Nice Divisors\", \"titleSlug\": \"maximize-number-of-nice-divisors\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "2\n10",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"180K\", \"totalSubmission\": \"334K\", \"totalAcceptedRaw\": 179956, \"totalSubmissionRaw\": 333978, \"acRate\": \"53.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"183.7K\", \"totalSubmission\": \"339.6K\", \"totalAcceptedRaw\": 183654, \"totalSubmissionRaw\": 339601, \"acRate\": \"54.1%\"}",
|
||||
"hints": [
|
||||
"There is a simple O(n) solution to this problem.",
|
||||
"You may check the breaking results of <i>n</i> ranging from 7 to 10 to discover the regularities."
|
||||
|
Reference in New Issue
Block a user