mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
存量题库数据更新
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Hard",
|
||||
"likes": 121,
|
||||
"dislikes": 132,
|
||||
"likes": 177,
|
||||
"dislikes": 169,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "{\"headers\":{\"Student\":[\"name\",\"continent\"]},\"rows\":{\"Student\":[[\"Jane\",\"America\"],[\"Pascal\",\"Europe\"],[\"Xi\",\"Asia\"],[\"Jack\",\"America\"]]}}",
|
||||
@@ -28,19 +28,19 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"16.2K\", \"totalSubmission\": \"25.6K\", \"totalAcceptedRaw\": 16206, \"totalSubmissionRaw\": 25599, \"acRate\": \"63.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"22.4K\", \"totalSubmission\": \"35.2K\", \"totalAcceptedRaw\": 22402, \"totalSubmissionRaw\": 35155, \"acRate\": \"63.7%\"}",
|
||||
"hints": [],
|
||||
"solution": {
|
||||
"id": "175",
|
||||
"canSeeDetail": true,
|
||||
"paidOnly": false,
|
||||
"canSeeDetail": false,
|
||||
"paidOnly": true,
|
||||
"hasVideoSolution": false,
|
||||
"paidOnlyVideo": true,
|
||||
"__typename": "ArticleNode"
|
||||
},
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\":{\"Student\":[\"name\",\"continent\"]},\"rows\":{\"Student\":[[\"Jane\",\"America\"],[\"Pascal\",\"Europe\"],[\"Xi\",\"Asia\"],[\"Jack\",\"America\"]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Student (name varchar(50), continent varchar(7))\"\n ],\n \"mssql\": [\n \"Create table Student (name varchar(50), continent varchar(7))\"\n ],\n \"oraclesql\": [\n \"Create table Student (name varchar(50), continent varchar(7))\"\n ],\n \"database\": true\n}",
|
||||
"metaData": "{\"mysql\": [\"Create table If Not Exists Student (name varchar(50), continent varchar(7))\"], \"mssql\": [\"Create table Student (name varchar(50), continent varchar(7))\"], \"oraclesql\": [\"Create table Student (name varchar(50), continent varchar(7))\"], \"database\": true, \"name\": \"geography_report\", \"pythondata\": [\"Student = pd.DataFrame([], columns=['name', 'continent']).astype({'name':'object', 'continent':'object'})\"], \"postgresql\": [\"\\nCreate table If Not Exists Student (name varchar(50), continent varchar(7))\"], \"database_schema\": {\"Student\": {\"name\": \"VARCHAR(50)\", \"continent\": \"VARCHAR(7)\"}}}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
"mysqlSchemas": [
|
||||
@@ -54,7 +54,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