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-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": 296,
"dislikes": 976,
"likes": 304,
"dislikes": 987,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "4\n2\n7",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"64.2K\", \"totalSubmission\": \"83K\", \"totalAcceptedRaw\": 64240, \"totalSubmissionRaw\": 83040, \"acRate\": \"77.4%\"}",
"stats": "{\"totalAccepted\": \"65.1K\", \"totalSubmission\": \"84.1K\", \"totalAcceptedRaw\": 65084, \"totalSubmissionRaw\": 84097, \"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''."
],