mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 99,
|
||||
"dislikes": 113,
|
||||
"likes": 105,
|
||||
"dislikes": 117,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"similarQuestions": "[{\"title\": \"Design an ATM Machine\", \"titleSlug\": \"design-an-atm-machine\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"Bank\",\"withdraw\",\"transfer\",\"deposit\",\"transfer\",\"withdraw\"]\n[[[10,100,20,50,30]],[3,10],[5,1,20],[5,20],[3,4,15],[10,50]]",
|
||||
"categoryTitle": "Algorithms",
|
||||
"contributors": [],
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"12K\", \"totalSubmission\": \"18.5K\", \"totalAcceptedRaw\": 11992, \"totalSubmissionRaw\": 18462, \"acRate\": \"65.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"12.5K\", \"totalSubmission\": \"19.2K\", \"totalAcceptedRaw\": 12494, \"totalSubmissionRaw\": 19181, \"acRate\": \"65.1%\"}",
|
||||
"hints": [
|
||||
"How do you determine if a transaction will fail?",
|
||||
"Simply apply the operations if the transaction is valid."
|
||||
|
Reference in New Issue
Block a user