mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 1249,
|
||||
"dislikes": 2998,
|
||||
"likes": 1277,
|
||||
"dislikes": 3050,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "2\n3",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"149K\", \"totalSubmission\": \"223.8K\", \"totalAcceptedRaw\": 149023, \"totalSubmissionRaw\": 223831, \"acRate\": \"66.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"152.2K\", \"totalSubmission\": \"228.5K\", \"totalAcceptedRaw\": 152201, \"totalSubmissionRaw\": 228453, \"acRate\": \"66.6%\"}",
|
||||
"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