1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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."