mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 1630,
|
||||
"likes": 1631,
|
||||
"dislikes": 63,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Count Pairs Of Similar Strings\", \"titleSlug\": \"count-pairs-of-similar-strings\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"155.2K\", \"totalSubmission\": \"187.7K\", \"totalAcceptedRaw\": 155176, \"totalSubmissionRaw\": 187701, \"acRate\": \"82.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"155.2K\", \"totalSubmission\": \"187.8K\", \"totalAcceptedRaw\": 155199, \"totalSubmissionRaw\": 187797, \"acRate\": \"82.6%\"}",
|
||||
"hints": [
|
||||
"A string is incorrect if it contains a character that is not allowed",
|
||||
"Constraints are small enough for brute force"
|
||||
|
Reference in New Issue
Block a user