1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 277,
"dislikes": 1409,
"likes": 279,
"dislikes": 1411,
"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.2K\", \"totalSubmission\": \"130.1K\", \"totalAcceptedRaw\": 39232, \"totalSubmissionRaw\": 130103, \"acRate\": \"30.2%\"}",
"stats": "{\"totalAccepted\": \"39.3K\", \"totalSubmission\": \"130.4K\", \"totalAcceptedRaw\": 39314, \"totalSubmissionRaw\": 130372, \"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.",