1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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."
],