1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +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

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 279,
"dislikes": 1411,
"likes": 292,
"dislikes": 1451,
"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\"]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"39.3K\", \"totalSubmission\": \"130.4K\", \"totalAcceptedRaw\": 39314, \"totalSubmissionRaw\": 130372, \"acRate\": \"30.2%\"}",
"stats": "{\"totalAccepted\": \"40.5K\", \"totalSubmission\": \"134.2K\", \"totalAcceptedRaw\": 40496, \"totalSubmissionRaw\": 134247, \"acRate\": \"30.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.",