1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 08:21:41 +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\": \"3.6K\", \"totalSubmission\": \"4.7K\", \"totalAcceptedRaw\": 3593, \"totalSubmissionRaw\": 4656, \"acRate\": \"77.2%\"}",
"stats": "{\"totalAccepted\": \"3.7K\", \"totalSubmission\": \"4.8K\", \"totalAcceptedRaw\": 3682, \"totalSubmissionRaw\": 4768, \"acRate\": \"77.2%\"}",
"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 ?",