mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-03 06:22:54 +08:00
update
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"data": {
|
||||
"question": {
|
||||
"questionId": "2523",
|
||||
"questionFrontendId": "2388",
|
||||
"boundTopicId": null,
|
||||
"title": "Change Null Values in a Table to the Previous Value",
|
||||
"titleSlug": "change-null-values-in-a-table-to-the-previous-value",
|
||||
"content": null,
|
||||
"translatedTitle": null,
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 7,
|
||||
"dislikes": 1,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": null,
|
||||
"categoryTitle": "Database",
|
||||
"contributors": [],
|
||||
"topicTags": [],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"130\", \"totalSubmission\": \"146\", \"totalAcceptedRaw\": 130, \"totalSubmissionRaw\": 146, \"acRate\": \"89.0%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\": {\"CoffeeShop\": [\"id\", \"drink\"]}, \"rows\": {\"CoffeeShop\": [[9, \"Mezcal Margarita\"], [6, null], [7, null], [3, \"Americano\"], [1, \"Daiquiri\"], [2, null]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists CoffeeShop (id int, drink varchar(20))\"\n ],\n \"mssql\": [\n \"Create table CoffeeShop (id int, drink varchar(20))\"\n ],\n \"oraclesql\": [\n \"Create table CoffeeShop (id int, drink varchar(20))\"\n ],\n \"database\": true\n}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
"mysqlSchemas": [
|
||||
"Create table If Not Exists CoffeeShop (id int, drink varchar(20))",
|
||||
"Truncate table CoffeeShop",
|
||||
"insert into CoffeeShop (id, drink) values ('9', 'Mezcal Margarita')",
|
||||
"insert into CoffeeShop (id, drink) values ('6', 'None')",
|
||||
"insert into CoffeeShop (id, drink) values ('7', 'None')",
|
||||
"insert into CoffeeShop (id, drink) values ('3', 'Americano')",
|
||||
"insert into CoffeeShop (id, drink) values ('1', 'Daiquiri')",
|
||||
"insert into CoffeeShop (id, drink) values ('2', 'None')"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
161
leetcode/originData/build-a-matrix-with-conditions.json
Normal file
161
leetcode/originData/build-a-matrix-with-conditions.json
Normal file
File diff suppressed because one or more lines are too long
162
leetcode/originData/longest-subsequence-with-limited-sum.json
Normal file
162
leetcode/originData/longest-subsequence-with-limited-sum.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
161
leetcode/originData/removing-stars-from-a-string.json
Normal file
161
leetcode/originData/removing-stars-from-a-string.json
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user