mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"17K\", \"totalSubmission\": \"21.7K\", \"totalAcceptedRaw\": 17024, \"totalSubmissionRaw\": 21680, \"acRate\": \"78.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"17K\", \"totalSubmission\": \"21.7K\", \"totalAcceptedRaw\": 17026, \"totalSubmissionRaw\": 21682, \"acRate\": \"78.5%\"}",
|
||||
"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