mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -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''."
|
||||
],
|
||||
|
Reference in New Issue
Block a user