mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 611,
|
||||
"likes": 612,
|
||||
"dislikes": 178,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Find Permutation\", \"titleSlug\": \"find-permutation\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"16.5K\", \"totalSubmission\": \"42.1K\", \"totalAcceptedRaw\": 16494, \"totalSubmissionRaw\": 42147, \"acRate\": \"39.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"16.5K\", \"totalSubmission\": \"42.2K\", \"totalAcceptedRaw\": 16496, \"totalSubmissionRaw\": 42156, \"acRate\": \"39.1%\"}",
|
||||
"hints": [
|
||||
"If there are some character “a” ’ s in the string, they can be written on paper before anything else.",
|
||||
"Every character in the string before the last “a” should be written in reversed order.",
|
||||
|
Reference in New Issue
Block a user