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": "Medium",
|
||||
"likes": 151,
|
||||
"dislikes": 159,
|
||||
"likes": 160,
|
||||
"dislikes": 171,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[\"#\",\" \",\"#\"],[\" \",\" \",\"#\"],[\"#\",\"c\",\" \"]]\n\"abc\"\n[[\" \",\"#\",\"a\"],[\" \",\"#\", \"c\"],[\" \",\"#\",\"a\"]]\n\"ac\"\n[[\"#\",\" \",\"#\"],[\" \",\" \",\"#\"],[\"#\",\" \",\"c\"]]\n\"ca\"",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.1K\", \"totalSubmission\": \"16.9K\", \"totalAcceptedRaw\": 8070, \"totalSubmissionRaw\": 16896, \"acRate\": \"47.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.8K\", \"totalSubmission\": \"18.1K\", \"totalAcceptedRaw\": 8753, \"totalSubmissionRaw\": 18139, \"acRate\": \"48.3%\"}",
|
||||
"hints": [
|
||||
"Check all possible placements for the word.",
|
||||
"There is a limited number of places where a word can start."
|
||||
|
Reference in New Issue
Block a user