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": 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."
|
||||
|
Reference in New Issue
Block a user