1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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."
],