mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9.8K\", \"totalSubmission\": \"29.4K\", \"totalAcceptedRaw\": 9763, \"totalSubmissionRaw\": 29425, \"acRate\": \"33.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.8K\", \"totalSubmission\": \"29.4K\", \"totalAcceptedRaw\": 9765, \"totalSubmissionRaw\": 29430, \"acRate\": \"33.2%\"}",
|
||||
"hints": [
|
||||
"Split each string into four arrays.",
|
||||
"For each transaction check if it's invalid, you can do this with just a loop with help of the four arrays generated on step 1.",
|
||||
|
Reference in New Issue
Block a user