mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 05:26:46 +08:00
update
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9.6K\", \"totalSubmission\": \"12K\", \"totalAcceptedRaw\": 9560, \"totalSubmissionRaw\": 11981, \"acRate\": \"79.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.6K\", \"totalSubmission\": \"12K\", \"totalAcceptedRaw\": 9587, \"totalSubmissionRaw\": 12016, \"acRate\": \"79.8%\"}",
|
||||
"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