mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"33.2K\", \"totalSubmission\": \"41.8K\", \"totalAcceptedRaw\": 33209, \"totalSubmissionRaw\": 41808, \"acRate\": \"79.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"33.2K\", \"totalSubmission\": \"41.8K\", \"totalAcceptedRaw\": 33209, \"totalSubmissionRaw\": 41809, \"acRate\": \"79.4%\"}",
|
||||
"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