mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"27.5K\", \"totalSubmission\": \"35.1K\", \"totalAcceptedRaw\": 27533, \"totalSubmissionRaw\": 35150, \"acRate\": \"78.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"27.9K\", \"totalSubmission\": \"35.6K\", \"totalAcceptedRaw\": 27860, \"totalSubmissionRaw\": 35576, \"acRate\": \"78.3%\"}",
|
||||
"hints": [
|
||||
"Check if the given k-digit number equals the sum of the k-th power of it's digits.",
|
||||
"How to compute the sum of the k-th power of the digits of a number ? Can you divide the number into digits using division and modulus operations ?",
|
||||
|
Reference in New Issue
Block a user