mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Hard",
|
||||
"likes": 10,
|
||||
"dislikes": 6,
|
||||
"likes": 39,
|
||||
"dislikes": 12,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Group Sold Products By The Date\", \"titleSlug\": \"group-sold-products-by-the-date\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "{\"headers\": {\"Keywords\": [\"topic_id\", \"word\"], \"Posts\": [\"post_id\", \"content\"]}, \"rows\": {\"Keywords\": [[1, \"handball\"], [1, \"football\"], [3, \"WAR\"], [2, \"Vaccine\"]], \"Posts\": [[1, \"We call it soccer They call it football hahaha\"], [2, \"Americans prefer basketball while Europeans love handball and football\"], [3, \"stop the war and play handball\"], [4, \"warning I planted some flowers this morning and then got vaccinated\"]]}}",
|
||||
@@ -28,12 +28,12 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"421\", \"totalSubmission\": \"1K\", \"totalAcceptedRaw\": 421, \"totalSubmissionRaw\": 1004, \"acRate\": \"41.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2.2K\", \"totalSubmission\": \"4.7K\", \"totalAcceptedRaw\": 2250, \"totalSubmissionRaw\": 4743, \"acRate\": \"47.4%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\": {\"Keywords\": [\"topic_id\", \"word\"], \"Posts\": [\"post_id\", \"content\"]}, \"rows\": {\"Keywords\": [[1, \"handball\"], [1, \"football\"], [3, \"WAR\"], [2, \"Vaccine\"]], \"Posts\": [[1, \"We call it soccer They call it football hahaha\"], [2, \"Americans prefer basketball while Europeans love handball and football\"], [3, \"stop the war and play handball\"], [4, \"warning I planted some flowers this morning and then got vaccinated\"]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Keywords (topic_id int, word varchar(25))\",\n \"Create table If Not Exists Posts (post_id int, content varchar(100))\"\n ],\n \"mssql\": [\n \"Create table Keywords (topic_id int, word varchar(25))\",\n \"Create table Posts (post_id int, content varchar(100))\"\n ],\n \"oraclesql\": [\n \"Create table Keywords (topic_id int, word varchar(25))\",\n \"Create table Posts (post_id int, content varchar(100))\"\n ],\n \"database\": true\n}",
|
||||
"metaData": "{\"mysql\": [\"Create table If Not Exists Keywords (topic_id int, word varchar(25))\", \"Create table If Not Exists Posts (post_id int, content varchar(100))\"], \"mssql\": [\"Create table Keywords (topic_id int, word varchar(25))\", \"Create table Posts (post_id int, content varchar(100))\"], \"oraclesql\": [\"Create table Keywords (topic_id int, word varchar(25))\", \"Create table Posts (post_id int, content varchar(100))\"], \"database\": true, \"name\": \"find_topic\", \"pythondata\": [\"Keywords = pd.DataFrame([], columns=['topic_id', 'word']).astype({'topic_id':'Int64', 'word':'object'})\", \"Posts = pd.DataFrame([], columns=['post_id', 'content']).astype({'post_id':'Int64', 'content':'object'})\"], \"postgresql\": [\"Create table If Not Exists Keywords (topic_id int, word varchar(25))\", \"Create table If Not Exists Posts (post_id int, content varchar(100))\"], \"database_schema\": {\"Keywords\": {\"topic_id\": \"INT\", \"word\": \"VARCHAR(25)\"}, \"Posts\": {\"post_id\": \"INT\", \"content\": \"VARCHAR(100)\"}}}",
|
||||
"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,
|
||||
|
Reference in New Issue
Block a user