mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 168,
|
||||
"likes": 169,
|
||||
"dislikes": 2,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Check If a Word Occurs As a Prefix of Any Word in a Sentence\", \"titleSlug\": \"check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"25.4K\", \"totalSubmission\": \"32.7K\", \"totalAcceptedRaw\": 25375, \"totalSubmissionRaw\": 32656, \"acRate\": \"77.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"25.6K\", \"totalSubmission\": \"33K\", \"totalAcceptedRaw\": 25605, \"totalSubmissionRaw\": 32954, \"acRate\": \"77.7%\"}",
|
||||
"hints": [
|
||||
"Go through each word in words and increment the answer if pref is a prefix of the word."
|
||||
],
|
||||
|
Reference in New Issue
Block a user