mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user