1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-25 23:08:57 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"40.5K\", \"totalSubmission\": \"59.6K\", \"totalAcceptedRaw\": 40500, \"totalSubmissionRaw\": 59623, \"acRate\": \"67.9%\"}",
"stats": "{\"totalAccepted\": \"40.6K\", \"totalSubmission\": \"59.7K\", \"totalAcceptedRaw\": 40557, \"totalSubmissionRaw\": 59700, \"acRate\": \"67.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."
],