1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 58,
"dislikes": 4,
"likes": 62,
"dislikes": 5,
"isLiked": null,
"similarQuestions": "[{\"title\": \"The Most Recent Three Orders\", \"titleSlug\": \"the-most-recent-three-orders\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"The Most Frequently Ordered Products for Each Customer\", \"titleSlug\": \"the-most-frequently-ordered-products-for-each-customer\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "{\"headers\":{\"Customers\":[\"customer_id\",\"name\"],\"Orders\":[\"order_id\",\"order_date\",\"customer_id\",\"product_id\"],\"Products\":[\"product_id\",\"product_name\",\"price\"]},\"rows\":{\"Customers\":[[1,\"Winston\"],[2,\"Jonathan\"],[3,\"Annabelle\"],[4,\"Marwan\"],[5,\"Khaled\"]],\"Orders\":[[1,\"2020-07-31\",1,1],[2,\"2020-7-30\",2,2],[3,\"2020-08-29\",3,3],[4,\"2020-07-29\",4,1],[5,\"2020-06-10\",1,2],[6,\"2020-08-01\",2,1],[7,\"2020-08-01\",3,1],[8,\"2020-08-03\",1,2],[9,\"2020-08-07\",2,3],[10,\"2020-07-15\",1,2]],\"Products\":[[1,\"keyboard\",120],[2,\"mouse\",80],[3,\"screen\",600],[4,\"hard disk\",450]]}}",
@@ -28,7 +28,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"12.1K\", \"totalSubmission\": \"17.8K\", \"totalAcceptedRaw\": 12091, \"totalSubmissionRaw\": 17842, \"acRate\": \"67.8%\"}",
"stats": "{\"totalAccepted\": \"12.6K\", \"totalSubmission\": \"18.7K\", \"totalAcceptedRaw\": 12624, \"totalSubmissionRaw\": 18692, \"acRate\": \"67.5%\"}",
"hints": [],
"solution": null,
"status": null,