1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

存量题库数据更新

This commit is contained in:
2023-12-09 18:42:21 +08:00
parent a788808cd7
commit c198538f10
10843 changed files with 288489 additions and 248355 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Hard",
"likes": 83,
"dislikes": 8,
"likes": 158,
"dislikes": 12,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "{\"headers\": {\"Tasks\": [\"task_id\", \"subtasks_count\"], \"Executed\": [\"task_id\", \"subtask_id\"]}, \"rows\": {\"Tasks\": [[1, 3], [2, 2], [3, 4]], \"Executed\": [[1, 2], [3, 1], [3, 2], [3, 3], [3, 4]]}}",
@@ -28,12 +28,12 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"4.6K\", \"totalSubmission\": \"5.5K\", \"totalAcceptedRaw\": 4616, \"totalSubmissionRaw\": 5489, \"acRate\": \"84.1%\"}",
"stats": "{\"totalAccepted\": \"10.2K\", \"totalSubmission\": \"13.1K\", \"totalAcceptedRaw\": 10225, \"totalSubmissionRaw\": 13125, \"acRate\": \"77.9%\"}",
"hints": [],
"solution": null,
"status": null,
"sampleTestCase": "{\"headers\": {\"Tasks\": [\"task_id\", \"subtasks_count\"], \"Executed\": [\"task_id\", \"subtask_id\"]}, \"rows\": {\"Tasks\": [[1, 3], [2, 2], [3, 4]], \"Executed\": [[1, 2], [3, 1], [3, 2], [3, 3], [3, 4]]}}",
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Tasks (task_id int, subtasks_count int)\",\n \"Create table If Not Exists Executed (task_id int, subtask_id int)\"\n ],\n \"mssql\": [\n \"Create table Tasks (task_id int, subtasks_count int)\",\n \"Create table Executed (task_id int, subtask_id int)\"\n ],\n \"oraclesql\": [\n \"Create table Tasks (task_id int, subtasks_count int)\",\n \"Create table Executed (task_id int, subtask_id int)\"\n ],\n \"database\": true\n}",
"metaData": "{\"mysql\": [\"Create table If Not Exists Tasks (task_id int, subtasks_count int)\", \"Create table If Not Exists Executed (task_id int, subtask_id int)\"], \"mssql\": [\"Create table Tasks (task_id int, subtasks_count int)\", \"Create table Executed (task_id int, subtask_id int)\"], \"oraclesql\": [\"Create table Tasks (task_id int, subtasks_count int)\", \"Create table Executed (task_id int, subtask_id int)\"], \"database\": true, \"name\": \"find_subtasks\", \"pythondata\": [\"Tasks = pd.DataFrame([], columns=['task_id', 'subtasks_count']).astype({'task_id':'Int64', 'subtasks_count':'Int64'})\", \"Executed = pd.DataFrame([], columns=['task_id', 'subtask_id']).astype({'task_id':'Int64', 'subtask_id':'Int64'})\"], \"postgresql\": [\"\\nCreate table If Not Exists Tasks (task_id int, subtasks_count int)\\n\", \"Create table If Not Exists Executed (task_id int, subtask_id int)\"], \"database_schema\": {\"Tasks\": {\"task_id\": \"INT\", \"subtasks_count\": \"INT\"}, \"Executed\": {\"task_id\": \"INT\", \"subtask_id\": \"INT\"}}}",
"judgerAvailable": true,
"judgeType": "large",
"mysqlSchemas": [
@@ -53,7 +53,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,