mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 311,
|
||||
"dislikes": 19,
|
||||
"likes": 324,
|
||||
"dislikes": 20,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "\"acb\"\n\"cba\"\n\"cdb\"\n\"aaa\"\n\"a\"\n\"aab\"\n\"aaa\"\n\"a\"\n\"aaaa\"",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"38.3K\", \"totalSubmission\": \"52.4K\", \"totalAcceptedRaw\": 38300, \"totalSubmissionRaw\": 52353, \"acRate\": \"73.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"39.1K\", \"totalSubmission\": \"53.4K\", \"totalAcceptedRaw\": 39076, \"totalSubmissionRaw\": 53417, \"acRate\": \"73.2%\"}",
|
||||
"hints": [
|
||||
"Convert each character of each word to its numerical value.",
|
||||
"Check if the numerical values satisfies the condition."
|
||||
|
Reference in New Issue
Block a user