mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 418,
|
||||
"likes": 421,
|
||||
"dislikes": 15,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Buddy Strings\", \"titleSlug\": \"buddy-strings\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"34.7K\", \"totalSubmission\": \"75.6K\", \"totalAcceptedRaw\": 34680, \"totalSubmissionRaw\": 75563, \"acRate\": \"45.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"35.1K\", \"totalSubmission\": \"76.5K\", \"totalAcceptedRaw\": 35081, \"totalSubmissionRaw\": 76451, \"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