1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 276,
"dislikes": 23,
"likes": 284,
"dislikes": 24,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "34\n6\n10\n10",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"26.7K\", \"totalSubmission\": \"35K\", \"totalAcceptedRaw\": 26735, \"totalSubmissionRaw\": 35020, \"acRate\": \"76.3%\"}",
"stats": "{\"totalAccepted\": \"27.4K\", \"totalSubmission\": \"35.9K\", \"totalAcceptedRaw\": 27424, \"totalSubmissionRaw\": 35888, \"acRate\": \"76.4%\"}",
"hints": [
"Convert the given number into base k.",
"Use mod-10 to find what each digit is after the conversion and sum the digits."