1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -28,7 +28,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"27.5K\", \"totalSubmission\": \"35.1K\", \"totalAcceptedRaw\": 27507, \"totalSubmissionRaw\": 35118, \"acRate\": \"78.3%\"}",
"stats": "{\"totalAccepted\": \"27.5K\", \"totalSubmission\": \"35.1K\", \"totalAcceptedRaw\": 27533, \"totalSubmissionRaw\": 35150, \"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 ?",