mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"32.4K\", \"totalSubmission\": \"69.4K\", \"totalAcceptedRaw\": 32373, \"totalSubmissionRaw\": 69400, \"acRate\": \"46.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"32.4K\", \"totalSubmission\": \"69.4K\", \"totalAcceptedRaw\": 32380, \"totalSubmissionRaw\": 69413, \"acRate\": \"46.6%\"}",
|
||||
"hints": [
|
||||
"The constraints are small enough that we can check every number.",
|
||||
"To reverse a number, first convert it to a string. Then, create a new string that is the reverse of the first one. Finally, convert the new string back into a number."
|
||||
|
Reference in New Issue
Block a user