mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"10.2K\", \"totalSubmission\": \"21.8K\", \"totalAcceptedRaw\": 10197, \"totalSubmissionRaw\": 21801, \"acRate\": \"46.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"10.2K\", \"totalSubmission\": \"21.8K\", \"totalAcceptedRaw\": 10198, \"totalSubmissionRaw\": 21803, \"acRate\": \"46.8%\"}",
|
||||
"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