mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"619.9K\", \"totalSubmission\": \"804.6K\", \"totalAcceptedRaw\": 619937, \"totalSubmissionRaw\": 804629, \"acRate\": \"77.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"620K\", \"totalSubmission\": \"804.7K\", \"totalAcceptedRaw\": 620024, \"totalSubmissionRaw\": 804722, \"acRate\": \"77.0%\"}",
|
||||
"hints": [
|
||||
"How to compute the number of digits of a number ?",
|
||||
"Divide the number by 10 again and again to get the number of digits."
|
||||
|
Reference in New Issue
Block a user