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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 1247,
"dislikes": 2994,
"likes": 1249,
"dislikes": 2998,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "2\n3",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"148.8K\", \"totalSubmission\": \"223.5K\", \"totalAcceptedRaw\": 148774, \"totalSubmissionRaw\": 223476, \"acRate\": \"66.6%\"}",
"stats": "{\"totalAccepted\": \"149K\", \"totalSubmission\": \"223.8K\", \"totalAcceptedRaw\": 149023, \"totalSubmissionRaw\": 223831, \"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."
],