1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"48.6K\", \"totalSubmission\": \"71.3K\", \"totalAcceptedRaw\": 48572, \"totalSubmissionRaw\": 71311, \"acRate\": \"68.1%\"}",
"stats": "{\"totalAccepted\": \"48.6K\", \"totalSubmission\": \"71.3K\", \"totalAcceptedRaw\": 48593, \"totalSubmissionRaw\": 71341, \"acRate\": \"68.1%\"}",
"hints": [
"The first step is to loop over the digits. We can convert the integer into a string, an array of digits, or just loop over its digits.",
"Keep a variable sign that initially equals 1 and a variable answer that initially equals 0.",