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