mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
update
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user