mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 114,
|
||||
"dislikes": 156,
|
||||
"likes": 116,
|
||||
"dislikes": 157,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[\"Cashier\",\"getBill\",\"getBill\",\"getBill\",\"getBill\",\"getBill\",\"getBill\",\"getBill\"]\n[[3,50,[1,2,3,4,5,6,7],[100,200,300,400,300,200,100]],[[1,2],[1,2]],[[3,7],[10,10]],[[1,2,3,4,5,6,7],[1,1,1,1,1,1,1]],[[4],[10]],[[7,3],[10,10]],[[7,5,3,1,6,4,2],[10,10,10,9,9,9,7]],[[2,3,5],[5,3,2]]]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"14.2K\", \"totalSubmission\": \"20.6K\", \"totalAcceptedRaw\": 14161, \"totalSubmissionRaw\": 20586, \"acRate\": \"68.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"14.4K\", \"totalSubmission\": \"20.9K\", \"totalAcceptedRaw\": 14420, \"totalSubmissionRaw\": 20915, \"acRate\": \"68.9%\"}",
|
||||
"hints": [
|
||||
"Keep track of the count of the customers.",
|
||||
"Check if the count of the customers is divisible by n then apply the discount formula."
|
||||
|
Reference in New Issue
Block a user