mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user