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": "Easy",
|
||||
"likes": 240,
|
||||
"dislikes": 350,
|
||||
"likes": 244,
|
||||
"dislikes": 355,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "5\n100",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"19.7K\", \"totalSubmission\": \"37.3K\", \"totalAcceptedRaw\": 19677, \"totalSubmissionRaw\": 37292, \"acRate\": \"52.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"19.9K\", \"totalSubmission\": \"37.7K\", \"totalAcceptedRaw\": 19941, \"totalSubmissionRaw\": 37718, \"acRate\": \"52.9%\"}",
|
||||
"hints": [
|
||||
"Solve the problem for prime numbers and composite numbers separately.",
|
||||
"Multiply the number of permutations of prime numbers over prime indices with the number of permutations of composite numbers over composite indices.",
|
||||
|
Reference in New Issue
Block a user