mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-03 06:22:54 +08:00
update
This commit is contained in:
47
leetcode/originData/[no content]jump-game-ix.json
Normal file
47
leetcode/originData/[no content]jump-game-ix.json
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"data": {
|
||||
"question": {
|
||||
"questionId": "2431",
|
||||
"questionFrontendId": "2292",
|
||||
"boundTopicId": null,
|
||||
"title": "Products With Three or More Orders in Two Consecutive Years",
|
||||
"titleSlug": "products-with-three-or-more-orders-in-two-consecutive-years",
|
||||
"content": null,
|
||||
"translatedTitle": null,
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 4,
|
||||
"dislikes": 6,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "{\"headers\": {\"Orders\": [\"order_id\", \"product_id\", \"quantity\", \"purchase_date\"]}, \"rows\": {\"Orders\": [[1, 1, 7, \"2020-03-16\"], [2, 1, 4, \"2020-12-02\"], [3, 1, 7, \"2020-05-10\"], [4, 1, 6, \"2021-12-23\"], [5, 1, 5, \"2021-05-21\"], [6, 1, 6, \"2021-10-11\"], [7, 2, 6, \"2022-10-11\"]]}}",
|
||||
"categoryTitle": "Database",
|
||||
"contributors": [],
|
||||
"topicTags": [
|
||||
{
|
||||
"name": "Database",
|
||||
"slug": "database",
|
||||
"translatedName": null,
|
||||
"__typename": "TopicTagNode"
|
||||
}
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"243\", \"totalSubmission\": \"639\", \"totalAcceptedRaw\": 243, \"totalSubmissionRaw\": 639, \"acRate\": \"38.0%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\": {\"Orders\": [\"order_id\", \"product_id\", \"quantity\", \"purchase_date\"]}, \"rows\": {\"Orders\": [[1, 1, 7, \"2020-03-16\"], [2, 1, 4, \"2020-12-02\"], [3, 1, 7, \"2020-05-10\"], [4, 1, 6, \"2021-12-23\"], [5, 1, 5, \"2021-05-21\"], [6, 1, 6, \"2021-10-11\"], [7, 2, 6, \"2022-10-11\"]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Orders (order_id int, product_id int, quantity int, purchase_date date)\"\n ],\n \"mssql\": [\n \"Create table Orders (order_id int, product_id int, quantity int, purchase_date date)\"\n ],\n \"oraclesql\": [\n \"Create table Orders (order_id int, product_id int, quantity int, purchase_date date)\",\n \"ALTER SESSION SET nls_date_format='YYYY-MM-DD'\"\n ],\n \"database\": true\n}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
"mysqlSchemas": [
|
||||
"Create table If Not Exists Orders (order_id int, product_id int, quantity int, purchase_date date)",
|
||||
"Truncate table Orders",
|
||||
"insert into Orders (order_id, product_id, quantity, purchase_date) values ('1', '1', '7', '2020-03-16')",
|
||||
"insert into Orders (order_id, product_id, quantity, purchase_date) values ('2', '1', '4', '2020-12-02')",
|
||||
"insert into Orders (order_id, product_id, quantity, purchase_date) values ('3', '1', '7', '2020-05-10')",
|
||||
"insert into Orders (order_id, product_id, quantity, purchase_date) values ('4', '1', '6', '2021-12-23')",
|
||||
"insert into Orders (order_id, product_id, quantity, purchase_date) values ('5', '1', '5', '2021-05-21')",
|
||||
"insert into Orders (order_id, product_id, quantity, purchase_date) values ('6', '1', '6', '2021-10-11')",
|
||||
"insert into Orders (order_id, product_id, quantity, purchase_date) values ('7', '2', '6', '2022-10-11')"
|
||||
],
|
||||
"enableRunCode": true,
|
||||
"enableTestMode": false,
|
||||
"enableDebugger": false,
|
||||
"envInfo": "{\"mysql\": [\"MySQL\", \"<p><code>MySQL 8.0</code>.</p>\"], \"mssql\": [\"MS SQL Server\", \"<p><code>mssql server 2019</code>.</p>\"], \"oraclesql\": [\"Oracle\", \"<p><code>Oracle Sql 11.2</code>.</p>\"]}",
|
||||
"libraryUrl": null,
|
||||
"adminUrl": null,
|
||||
"challengeQuestion": null,
|
||||
"__typename": "QuestionNode"
|
||||
}
|
||||
}
|
||||
}
|
162
leetcode/originData/apply-discount-to-prices.json
Normal file
162
leetcode/originData/apply-discount-to-prices.json
Normal file
File diff suppressed because one or more lines are too long
182
leetcode/originData/booking-concert-tickets-in-groups.json
Normal file
182
leetcode/originData/booking-concert-tickets-in-groups.json
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
194
leetcode/originData/design-a-text-editor.json
Normal file
194
leetcode/originData/design-a-text-editor.json
Normal file
File diff suppressed because one or more lines are too long
180
leetcode/originData/maximum-total-importance-of-roads.json
Normal file
180
leetcode/originData/maximum-total-importance-of-roads.json
Normal file
File diff suppressed because one or more lines are too long
168
leetcode/originData/min-max-game.json
Normal file
168
leetcode/originData/min-max-game.json
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
174
leetcode/originData/replace-elements-in-an-array.json
Normal file
174
leetcode/originData/replace-elements-in-an-array.json
Normal file
File diff suppressed because one or more lines are too long
180
leetcode/originData/sender-with-largest-word-count.json
Normal file
180
leetcode/originData/sender-with-largest-word-count.json
Normal file
File diff suppressed because one or more lines are too long
181
leetcode/originData/steps-to-make-array-non-decreasing.json
Normal file
181
leetcode/originData/steps-to-make-array-non-decreasing.json
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user