mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"35.8K\", \"totalSubmission\": \"53K\", \"totalAcceptedRaw\": 35832, \"totalSubmissionRaw\": 52952, \"acRate\": \"67.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"35.8K\", \"totalSubmission\": \"53K\", \"totalAcceptedRaw\": 35834, \"totalSubmissionRaw\": 52958, \"acRate\": \"67.7%\"}",
|
||||
"hints": [
|
||||
"Iterate through all integers from 1 to num.",
|
||||
"For any integer, extract the individual digits to compute their sum and check if it is even."
|
||||
|
Reference in New Issue
Block a user