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,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."
|
||||
|
Reference in New Issue
Block a user