1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-02 22:13:28 +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

@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"6.6K\", \"totalSubmission\": \"14.1K\", \"totalAcceptedRaw\": 6623, \"totalSubmissionRaw\": 14108, \"acRate\": \"46.9%\"}",
"stats": "{\"totalAccepted\": \"6.7K\", \"totalSubmission\": \"14.4K\", \"totalAcceptedRaw\": 6729, \"totalSubmissionRaw\": 14369, \"acRate\": \"46.8%\"}",
"hints": [
"How to detect if there is impossible to perform the replacement? Only when the length = 1.",
"Change the first non 'a' character to 'a'.",