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": "Hard",
|
||||
"likes": 146,
|
||||
"dislikes": 11,
|
||||
"likes": 202,
|
||||
"dislikes": 18,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "{\"headers\": {\"Student\": [\"student_id\", \"student_name\"], \"Exam\": [\"exam_id\", \"student_id\", \"score\"]}, \"rows\": {\"Student\": [[1, \"Daniel\"], [2, \"Jade\"], [3, \"Stella\"], [4, \"Jonathan\"], [5, \"Will\"]], \"Exam\": [[10, 1, 70], [10, 2, 80], [10, 3, 90], [20, 1, 80], [30, 1, 70], [30, 3, 80], [30, 4, 90], [40, 1, 60], [40, 2, 70], [40, 4, 80]]}}",
|
||||
@@ -28,12 +28,12 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"16.4K\", \"totalSubmission\": \"26.1K\", \"totalAcceptedRaw\": 16370, \"totalSubmissionRaw\": 26129, \"acRate\": \"62.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"23.5K\", \"totalSubmission\": \"39.2K\", \"totalAcceptedRaw\": 23458, \"totalSubmissionRaw\": 39225, \"acRate\": \"59.8%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\": {\"Student\": [\"student_id\", \"student_name\"], \"Exam\": [\"exam_id\", \"student_id\", \"score\"]}, \"rows\": {\"Student\": [[1, \"Daniel\"], [2, \"Jade\"], [3, \"Stella\"], [4, \"Jonathan\"], [5, \"Will\"]], \"Exam\": [[10, 1, 70], [10, 2, 80], [10, 3, 90], [20, 1, 80], [30, 1, 70], [30, 3, 80], [30, 4, 90], [40, 1, 60], [40, 2, 70], [40, 4, 80]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Student (student_id int, student_name varchar(30))\",\n \"Create table If Not Exists Exam (exam_id int, student_id int, score int)\"\n ],\n \"mssql\": [\n \"Create table Student (student_id int, student_name varchar(30))\",\n \"Create table Exam (exam_id int, student_id int, score int)\"\n ],\n \"oraclesql\": [\n \"Create table Student (student_id int, student_name varchar(30))\",\n \"Create table Exam (exam_id int, student_id int, score int)\"\n ],\n \"database\": true\n}",
|
||||
"metaData": "{\"mysql\": [\"Create table If Not Exists Student (student_id int, student_name varchar(30))\", \"Create table If Not Exists Exam (exam_id int, student_id int, score int)\"], \"mssql\": [\"Create table Student (student_id int, student_name varchar(30))\", \"Create table Exam (exam_id int, student_id int, score int)\"], \"oraclesql\": [\"Create table Student (student_id int, student_name varchar(30))\", \"Create table Exam (exam_id int, student_id int, score int)\"], \"database\": true, \"name\": \"find_quiet_students\", \"pythondata\": [\"Student = pd.DataFrame([], columns=['student_id', 'student_name']).astype({'student_id':'Int64', 'student_name':'object'})\", \"Exam = pd.DataFrame([], columns=['exam_id', 'student_id', 'score']).astype({'exam_id':'Int64', 'student_id':'Int64', 'score':'Int64'})\"], \"postgresql\": [\"\\nCreate table If Not Exists Student (student_id int, student_name varchar(30))\\n\", \"Create table If Not Exists Exam (exam_id int, student_id int, score int)\"], \"database_schema\": {\"Student\": {\"student_id\": \"INT\", \"student_name\": \"VARCHAR(30)\"}, \"Exam\": {\"exam_id\": \"INT\", \"student_id\": \"INT\", \"score\": \"INT\"}}}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
"mysqlSchemas": [
|
||||
@@ -60,7 +60,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