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": 306,
|
||||
"dislikes": 842,
|
||||
"likes": 316,
|
||||
"dislikes": 856,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "\"1s3 PSt\"\n[\"step\",\"steps\",\"stripe\",\"stepple\"]\n\"1s3 456\"\n[\"looks\",\"pest\",\"stew\",\"show\"]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"48.9K\", \"totalSubmission\": \"83.2K\", \"totalAcceptedRaw\": 48921, \"totalSubmissionRaw\": 83205, \"acRate\": \"58.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"49.7K\", \"totalSubmission\": \"84.4K\", \"totalAcceptedRaw\": 49713, \"totalSubmissionRaw\": 84411, \"acRate\": \"58.9%\"}",
|
||||
"hints": [
|
||||
"Count only the letters (possibly converted to lowercase) of each word. If a word is shorter and the count of each letter is at least the count of that letter in the licensePlate, it is the best answer we've seen yet."
|
||||
],
|
||||
|
Reference in New Issue
Block a user