mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"231.7K\", \"totalSubmission\": \"339.7K\", \"totalAcceptedRaw\": 231742, \"totalSubmissionRaw\": 339725, \"acRate\": \"68.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"231.8K\", \"totalSubmission\": \"339.8K\", \"totalAcceptedRaw\": 231782, \"totalSubmissionRaw\": 339766, \"acRate\": \"68.2%\"}",
|
||||
"hints": [
|
||||
"If the current number is even, we can always subtract a 1 to make it odd. If the current number is odd, we must subtract an odd number to make it even."
|
||||
],
|
||||
|
Reference in New Issue
Block a user