1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +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

@@ -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 ?",