mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 127,
|
||||
"dislikes": 382,
|
||||
"likes": 165,
|
||||
"dislikes": 414,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "{\"headers\":{\"Candidate\":[\"id\",\"name\"],\"Vote\":[\"id\",\"candidateId\"]},\"rows\":{\"Candidate\":[[1,\"A\"],[2,\"B\"],[3,\"C\"],[4,\"D\"],[5,\"E\"]],\"Vote\":[[1,2],[2,4],[3,3],[4,2],[5,5]]}}",
|
||||
@@ -28,19 +28,19 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"45.8K\", \"totalSubmission\": \"78.6K\", \"totalAcceptedRaw\": 45823, \"totalSubmissionRaw\": 78646, \"acRate\": \"58.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"60.5K\", \"totalSubmission\": \"100.5K\", \"totalAcceptedRaw\": 60493, \"totalSubmissionRaw\": 100472, \"acRate\": \"60.2%\"}",
|
||||
"hints": [],
|
||||
"solution": {
|
||||
"id": "208",
|
||||
"canSeeDetail": true,
|
||||
"paidOnly": false,
|
||||
"canSeeDetail": false,
|
||||
"paidOnly": true,
|
||||
"hasVideoSolution": false,
|
||||
"paidOnlyVideo": true,
|
||||
"__typename": "ArticleNode"
|
||||
},
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\":{\"Candidate\":[\"id\",\"name\"],\"Vote\":[\"id\",\"candidateId\"]},\"rows\":{\"Candidate\":[[1,\"A\"],[2,\"B\"],[3,\"C\"],[4,\"D\"],[5,\"E\"]],\"Vote\":[[1,2],[2,4],[3,3],[4,2],[5,5]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Candidate (id int, name varchar(255))\",\n \"Create table If Not Exists Vote (id int, candidateId int)\"\n ],\n \"mssql\": [\n \"Create table Candidate (id int, name varchar(255))\",\n \"Create table Vote (id int, candidateId int)\"\n ],\n \"oraclesql\": [\n \"Create table Candidate (id int, name varchar(255))\",\n \"Create table Vote (id int, candidateId int)\"\n ],\n \"database\": true\n}",
|
||||
"metaData": "{\"mysql\": [\"Create table If Not Exists Candidate (id int, name varchar(255))\", \"Create table If Not Exists Vote (id int, candidateId int)\"], \"mssql\": [\"Create table Candidate (id int, name varchar(255))\", \"Create table Vote (id int, candidateId int)\"], \"oraclesql\": [\"Create table Candidate (id int, name varchar(255))\", \"Create table Vote (id int, candidateId int)\"], \"database\": true, \"name\": \"winning_candidate\", \"pythondata\": [\"Candidate = pd.DataFrame([], columns=['id', 'name']).astype({'id':'Int64', 'name':'object'})\", \"Vote = pd.DataFrame([], columns=['id', 'candidateId']).astype({'id':'Int64', 'candidateId':'Int64'})\"], \"postgresql\": [\"\\nCreate table If Not Exists Candidate (id int, name varchar(255))\\n\", \"Create table If Not Exists Vote (id int, candidateId int)\"], \"database_schema\": {\"Candidate\": {\"id\": \"INT\", \"name\": \"VARCHAR(255)\"}, \"Vote\": {\"id\": \"INT\", \"candidateId\": \"INT\"}}}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
"mysqlSchemas": [
|
||||
@@ -62,7 +62,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