mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
存量题库数据更新
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Easy",
|
||||
"likes": 85,
|
||||
"dislikes": 8,
|
||||
"likes": 153,
|
||||
"dislikes": 10,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "{\"headers\": {\"Warehouse\": [\"name\", \"product_id\", \"units\"], \"Products\": [\"product_id\", \"product_name\", \"Width\", \"Length\", \"Height\"]}, \"rows\": {\"Warehouse\": [[\"LCHouse1\", 1, 1], [\"LCHouse1\", 2, 10], [\"LCHouse1\", 3, 5], [\"LCHouse2\", 1, 2], [\"LCHouse2\", 2, 2], [\"LCHouse3\", 4, 1]], \"Products\": [[1, \"LC-TV\", 5, 50, 40], [2, \"LC-KeyChain\", 5, 5, 5], [3, \"LC-Phone\", 2, 10, 10], [4, \"LC-T-Shirt\", 4, 10, 20]]}}",
|
||||
@@ -28,12 +28,19 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"19.9K\", \"totalSubmission\": \"22.1K\", \"totalAcceptedRaw\": 19879, \"totalSubmissionRaw\": 22132, \"acRate\": \"89.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"38.4K\", \"totalSubmission\": \"43.8K\", \"totalAcceptedRaw\": 38442, \"totalSubmissionRaw\": 43785, \"acRate\": \"87.8%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"solution": {
|
||||
"id": "2028",
|
||||
"canSeeDetail": false,
|
||||
"paidOnly": true,
|
||||
"hasVideoSolution": false,
|
||||
"paidOnlyVideo": true,
|
||||
"__typename": "ArticleNode"
|
||||
},
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\": {\"Warehouse\": [\"name\", \"product_id\", \"units\"], \"Products\": [\"product_id\", \"product_name\", \"Width\", \"Length\", \"Height\"]}, \"rows\": {\"Warehouse\": [[\"LCHouse1\", 1, 1], [\"LCHouse1\", 2, 10], [\"LCHouse1\", 3, 5], [\"LCHouse2\", 1, 2], [\"LCHouse2\", 2, 2], [\"LCHouse3\", 4, 1]], \"Products\": [[1, \"LC-TV\", 5, 50, 40], [2, \"LC-KeyChain\", 5, 5, 5], [3, \"LC-Phone\", 2, 10, 10], [4, \"LC-T-Shirt\", 4, 10, 20]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Warehouse (name varchar(50), product_id int, units int)\\n\",\n \"Create table If Not Exists Products (product_id int, product_name varchar(50), Width int,Length int,Height int)\"\n ],\n \"mssql\": [\n \"Create table Warehouse (name varchar(50), product_id int, units int)\\n\",\n \"Create table Products (product_id int, product_name varchar(50), Width int,Length int,Height int)\\n\"\n ],\n \"oraclesql\": [\n \"Create table Warehouse (name varchar(50), product_id int, units int)\\n\",\n \"Create table Products (product_id int, product_name varchar(50), Width int,Length int,Height int)\\n\"\n ],\n \"database\": true\n}",
|
||||
"metaData": "{\"mysql\": [\"Create table If Not Exists Warehouse (name varchar(50), product_id int, units int)\\n\", \"Create table If Not Exists Products (product_id int, product_name varchar(50), Width int,Length int,Height int)\"], \"mssql\": [\"Create table Warehouse (name varchar(50), product_id int, units int)\\n\", \"Create table Products (product_id int, product_name varchar(50), Width int,Length int,Height int)\\n\"], \"oraclesql\": [\"Create table Warehouse (name varchar(50), product_id int, units int)\\n\", \"Create table Products (product_id int, product_name varchar(50), Width int,Length int,Height int)\\n\"], \"database\": true, \"name\": \"warehouse_manager\", \"pythondata\": [\"Warehouse = pd.DataFrame([], columns=['name', 'product_id', 'units']).astype({'name':'object', 'product_id':'Int64', 'units':'Int64'})\", \"Products = pd.DataFrame([], columns=['product_id', 'product_name', 'Width', 'Length', 'Height']).astype({'product_id':'Int64', 'product_name':'object', 'Width':'Int64', 'Length':'Int64', 'Height':'Int64'})\"], \"postgresql\": [\"\\nCreate table If Not Exists Warehouse (name varchar(50), product_id int, units int)\\n\", \"Create table If Not Exists Products (product_id int, product_name varchar(50), Width int,Length int,Height int)\"], \"database_schema\": {\"Warehouse\": {\"name\": \"VARCHAR(50)\", \"product_id\": \"INT\", \"units\": \"INT\"}, \"Products\": {\"product_id\": \"INT\", \"product_name\": \"VARCHAR(50)\", \"Width\": \"INT\", \"Length\": \"INT\", \"Height\": \"INT\"}}}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
"mysqlSchemas": [
|
||||
@@ -55,7 +62,7 @@
|
||||
"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>\"]}",
|
||||
"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>\"], \"pythondata\": [\"Pandas\", \"<p>Python 3.10 with Pandas 2.0.2 and NumPy 1.25.0</p>\"], \"postgresql\": [\"PostgreSQL\", \"<p>PostgreSQL 16</p>\"]}",
|
||||
"libraryUrl": null,
|
||||
"adminUrl": null,
|
||||
"challengeQuestion": null,
|
||||
|
Reference in New Issue
Block a user