mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
存量题库数据更新
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 162,
|
||||
"dislikes": 19,
|
||||
"likes": 290,
|
||||
"dislikes": 136,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Average Salary: Departments VS Company\", \"titleSlug\": \"average-salary-departments-vs-company\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "{\"headers\":{\"Person\":[\"id\",\"name\",\"phone_number\"],\"Country\":[\"name\",\"country_code\"],\"Calls\":[\"caller_id\",\"callee_id\",\"duration\"]},\"rows\":{\"Person\":[[3,\"Jonathan\",\"051-1234567\"],[12,\"Elvis\",\"051-7654321\"],[1,\"Moncef\",\"212-1234567\"],[2,\"Maroua\",\"212-6523651\"],[7,\"Meir\",\"972-1234567\"],[9,\"Rachel\",\"972-0011100\"]],\"Country\":[[\"Peru\",\"051\"],[\"Israel\",\"972\"],[\"Morocco\",\"212\"],[\"Germany\",\"049\"],[\"Ethiopia\",\"251\"]],\"Calls\":[[1,9,33],[2,9,4],[1,2,59],[3,12,102],[3,12,330],[12,3,5],[7,9,13],[7,1,3],[9,7,1],[1,7,7]]}}",
|
||||
@@ -28,12 +28,12 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"16.5K\", \"totalSubmission\": \"28.7K\", \"totalAcceptedRaw\": 16519, \"totalSubmissionRaw\": 28726, \"acRate\": \"57.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"35K\", \"totalSubmission\": \"70.7K\", \"totalAcceptedRaw\": 35050, \"totalSubmissionRaw\": 70679, \"acRate\": \"49.6%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\":{\"Person\":[\"id\",\"name\",\"phone_number\"],\"Country\":[\"name\",\"country_code\"],\"Calls\":[\"caller_id\",\"callee_id\",\"duration\"]},\"rows\":{\"Person\":[[3,\"Jonathan\",\"051-1234567\"],[12,\"Elvis\",\"051-7654321\"],[1,\"Moncef\",\"212-1234567\"],[2,\"Maroua\",\"212-6523651\"],[7,\"Meir\",\"972-1234567\"],[9,\"Rachel\",\"972-0011100\"]],\"Country\":[[\"Peru\",\"051\"],[\"Israel\",\"972\"],[\"Morocco\",\"212\"],[\"Germany\",\"049\"],[\"Ethiopia\",\"251\"]],\"Calls\":[[1,9,33],[2,9,4],[1,2,59],[3,12,102],[3,12,330],[12,3,5],[7,9,13],[7,1,3],[9,7,1],[1,7,7]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Person (id int, name varchar(15), phone_number varchar(11))\",\n \"Create table If Not Exists Country (name varchar(15), country_code varchar(3))\",\n \"Create table If Not Exists Calls (caller_id int, callee_id int, duration int)\"\n ],\n \"mssql\": [\n \"Create table Person (id int, name varchar(15), phone_number varchar(11))\",\n \"Create table Country (name varchar(15), country_code varchar(3))\",\n \"Create table Calls (caller_id int, callee_id int, duration int)\"\n ],\n \"oraclesql\": [\n \"Create table Person (id int, name varchar(15), phone_number varchar(11))\",\n \"Create table Country (name varchar(15), country_code varchar(3))\",\n \"Create table Calls (caller_id int, callee_id int, duration int)\"\n ],\n \"database\": true\n}",
|
||||
"metaData": "{\"mysql\": [\"Create table If Not Exists Person (id int, name varchar(15), phone_number varchar(11))\", \"Create table If Not Exists Country (name varchar(15), country_code varchar(3))\", \"Create table If Not Exists Calls (caller_id int, callee_id int, duration int)\"], \"mssql\": [\"Create table Person (id int, name varchar(15), phone_number varchar(11))\", \"Create table Country (name varchar(15), country_code varchar(3))\", \"Create table Calls (caller_id int, callee_id int, duration int)\"], \"oraclesql\": [\"Create table Person (id int, name varchar(15), phone_number varchar(11))\", \"Create table Country (name varchar(15), country_code varchar(3))\", \"Create table Calls (caller_id int, callee_id int, duration int)\"], \"database\": true, \"name\": \"find_safe_countries\", \"pythondata\": [\"Person = pd.DataFrame([], columns=['id', 'name', 'phone_number']).astype({'id':'Int64', 'name':'object', 'phone_number':'object'})\", \"Country = pd.DataFrame([], columns=['name', 'country_code']).astype({'name':'object', 'country_code':'object'})\", \"Calls = pd.DataFrame([], columns=['caller_id', 'callee_id', 'duration']).astype({'caller_id':'Int64', 'callee_id':'Int64', 'duration':'Int64'})\"], \"postgresql\": [\"\\nCreate table If Not Exists Person (id int, name varchar(15), phone_number varchar(11))\\n\", \"Create table If Not Exists Country (name varchar(15), country_code varchar(3))\", \"Create table If Not Exists Calls (caller_id int, callee_id int, duration int)\"], \"database_schema\": {\"Person\": {\"id\": \"INT\", \"name\": \"VARCHAR(15)\", \"phone_number\": \"VARCHAR(11)\"}, \"Country\": {\"name\": \"VARCHAR(15)\", \"country_code\": \"VARCHAR(3)\"}, \"Calls\": {\"caller_id\": \"INT\", \"callee_id\": \"INT\", \"duration\": \"INT\"}}}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
"mysqlSchemas": [
|
||||
@@ -68,7 +68,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