1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +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": 421,
"dislikes": 15,
"likes": 461,
"dislikes": 18,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Buddy Strings\", \"titleSlug\": \"buddy-strings\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "\"bank\"\n\"kanb\"\n\"attack\"\n\"defend\"\n\"kelb\"\n\"kelb\"",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"35.1K\", \"totalSubmission\": \"76.5K\", \"totalAcceptedRaw\": 35081, \"totalSubmissionRaw\": 76451, \"acRate\": \"45.9%\"}",
"stats": "{\"totalAccepted\": \"39.5K\", \"totalSubmission\": \"86.1K\", \"totalAcceptedRaw\": 39508, \"totalSubmissionRaw\": 86144, \"acRate\": \"45.9%\"}",
"hints": [
"The answer is false if the number of nonequal positions in the strings is not equal to 0 or 2.",
"Check that these positions have the same set of characters."