1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +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": 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."