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