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