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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 309,
|
||||
"likes": 310,
|
||||
"dislikes": 55,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"24.6K\", \"totalSubmission\": \"69.3K\", \"totalAcceptedRaw\": 24645, \"totalSubmissionRaw\": 69307, \"acRate\": \"35.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"24.7K\", \"totalSubmission\": \"69.4K\", \"totalAcceptedRaw\": 24701, \"totalSubmissionRaw\": 69436, \"acRate\": \"35.6%\"}",
|
||||
"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