mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 387,
|
||||
"dislikes": 60,
|
||||
"dislikes": 61,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "20\n100\n1000",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.9K\", \"totalSubmission\": \"23.1K\", \"totalAcceptedRaw\": 8898, \"totalSubmissionRaw\": 23105, \"acRate\": \"38.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.9K\", \"totalSubmission\": \"23.1K\", \"totalAcceptedRaw\": 8902, \"totalSubmissionRaw\": 23110, \"acRate\": \"38.5%\"}",
|
||||
"hints": [
|
||||
"How many numbers with no duplicate digits? How many numbers with K digits and no duplicates?",
|
||||
"How many numbers with same length as N? How many numbers with same prefix as N?"
|
||||
|
Reference in New Issue
Block a user