mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"24.2K\", \"totalSubmission\": \"80.9K\", \"totalAcceptedRaw\": 24171, \"totalSubmissionRaw\": 80931, \"acRate\": \"29.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"24.2K\", \"totalSubmission\": \"81K\", \"totalAcceptedRaw\": 24176, \"totalSubmissionRaw\": 80964, \"acRate\": \"29.9%\"}",
|
||||
"hints": [
|
||||
"When a character is replaced by the one that comes before it on the alphabet, it makes the string lexicographically smaller, except for ‘a'.",
|
||||
"Find the leftmost substring that doesn’t contain the character 'a' and change all characters in it."
|
||||
|
Reference in New Issue
Block a user