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,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 169,
|
||||
"dislikes": 2,
|
||||
"likes": 197,
|
||||
"dislikes": 6,
|
||||
"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}]",
|
||||
"exampleTestcases": "[\"pay\",\"attention\",\"practice\",\"attend\"]\n\"at\"\n[\"leetcode\",\"win\",\"loops\",\"success\"]\n\"code\"",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"25.6K\", \"totalSubmission\": \"33K\", \"totalAcceptedRaw\": 25605, \"totalSubmissionRaw\": 32954, \"acRate\": \"77.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"28.5K\", \"totalSubmission\": \"36.7K\", \"totalAcceptedRaw\": 28494, \"totalSubmissionRaw\": 36672, \"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