1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-06 16:01:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -12,7 +12,7 @@
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 503,
"dislikes": 2245,
"dislikes": 2246,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[\"alice,20,800,mtv\",\"alice,50,100,beijing\"]\n[\"alice,20,800,mtv\",\"alice,50,1200,mtv\"]\n[\"alice,20,800,mtv\",\"bob,50,1200,mtv\"]",
@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"70.1K\", \"totalSubmission\": \"225K\", \"totalAcceptedRaw\": 70093, \"totalSubmissionRaw\": 224980, \"acRate\": \"31.2%\"}",
"stats": "{\"totalAccepted\": \"70.1K\", \"totalSubmission\": \"225K\", \"totalAcceptedRaw\": 70094, \"totalSubmissionRaw\": 224992, \"acRate\": \"31.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.",