mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 208,
|
||||
"dislikes": 29,
|
||||
"likes": 215,
|
||||
"dislikes": 32,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "\"iloveleetcode\"\n[\"i\",\"love\",\"leetcode\",\"apples\"]\n\"iloveleetcode\"\n[\"apples\",\"i\",\"love\",\"leetcode\"]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"24K\", \"totalSubmission\": \"43.9K\", \"totalAcceptedRaw\": 24031, \"totalSubmissionRaw\": 43922, \"acRate\": \"54.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"24.8K\", \"totalSubmission\": \"45.4K\", \"totalAcceptedRaw\": 24792, \"totalSubmissionRaw\": 45368, \"acRate\": \"54.6%\"}",
|
||||
"hints": [
|
||||
"There are only words.length prefix strings.",
|
||||
"Create all of them and see if s is one of them."
|
||||
|
Reference in New Issue
Block a user