1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 18,
"likes": 19,
"dislikes": 3,
"isLiked": null,
"similarQuestions": "[]",
@@ -34,7 +34,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"860\", \"totalSubmission\": \"1.6K\", \"totalAcceptedRaw\": 860, \"totalSubmissionRaw\": 1632, \"acRate\": \"52.7%\"}",
"stats": "{\"totalAccepted\": \"917\", \"totalSubmission\": \"1.8K\", \"totalAcceptedRaw\": 917, \"totalSubmissionRaw\": 1756, \"acRate\": \"52.2%\"}",
"hints": [
"Could you generate all the different numbers comprised of only digit1 and digit2 with the constraints?",
"Going from least to greatest, check if the number you generated is greater than k and a multiple of k."