1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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?"