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": 310,
"dislikes": 55,
"likes": 317,
"dislikes": 57,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "\"a123bc34d8ef34\"\n\"leet1234code234\"\n\"a1b01c001\"",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"24.7K\", \"totalSubmission\": \"69.4K\", \"totalAcceptedRaw\": 24701, \"totalSubmissionRaw\": 69436, \"acRate\": \"35.6%\"}",
"stats": "{\"totalAccepted\": \"25.5K\", \"totalSubmission\": \"71.6K\", \"totalAcceptedRaw\": 25532, \"totalSubmissionRaw\": 71614, \"acRate\": \"35.7%\"}",
"hints": [
"Try to split the string so that each integer is in a different string.",
"Try to remove each integer's leading zeroes and compare the strings to find how many of them are unique."