mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user