1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01: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

@@ -12,7 +12,7 @@
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 296,
"dislikes": 974,
"dislikes": 976,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "4\n2\n7",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"64.2K\", \"totalSubmission\": \"83K\", \"totalAcceptedRaw\": 64196, \"totalSubmissionRaw\": 82983, \"acRate\": \"77.4%\"}",
"stats": "{\"totalAccepted\": \"64.2K\", \"totalSubmission\": \"83K\", \"totalAcceptedRaw\": 64240, \"totalSubmissionRaw\": 83040, \"acRate\": \"77.4%\"}",
"hints": [
"If n is odd, return a string of size n formed only by 'a', else return string formed with n-1 'a' and 1 'b''."
],