1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

存量题库数据更新

This commit is contained in:
2023-12-09 18:42:21 +08:00
parent a788808cd7
commit c198538f10
10843 changed files with 288489 additions and 248355 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Easy",
"likes": 27,
"dislikes": 239,
"likes": 54,
"dislikes": 292,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "{\"headers\":{\"NPV\":[\"id\",\"year\",\"npv\"],\"Queries\":[\"id\",\"year\"]},\"rows\":{\"NPV\":[[1,2018,100],[7,2020,30],[13,2019,40],[1,2019,113],[2,2008,121],[3,2009,21],[11,2020,99],[7,2019,0]],\"Queries\":[[1,2019],[2,2008],[3,2009],[7,2018],[7,2019],[7,2020],[13,2019]]}}",
@@ -28,12 +28,19 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"16.7K\", \"totalSubmission\": \"20K\", \"totalAcceptedRaw\": 16681, \"totalSubmissionRaw\": 19960, \"acRate\": \"83.6%\"}",
"stats": "{\"totalAccepted\": \"25K\", \"totalSubmission\": \"30.2K\", \"totalAcceptedRaw\": 24961, \"totalSubmissionRaw\": 30228, \"acRate\": \"82.6%\"}",
"hints": [],
"solution": null,
"solution": {
"id": "2047",
"canSeeDetail": false,
"paidOnly": true,
"hasVideoSolution": false,
"paidOnlyVideo": true,
"__typename": "ArticleNode"
},
"status": null,
"sampleTestCase": "{\"headers\":{\"NPV\":[\"id\",\"year\",\"npv\"],\"Queries\":[\"id\",\"year\"]},\"rows\":{\"NPV\":[[1,2018,100],[7,2020,30],[13,2019,40],[1,2019,113],[2,2008,121],[3,2009,21],[11,2020,99],[7,2019,0]],\"Queries\":[[1,2019],[2,2008],[3,2009],[7,2018],[7,2019],[7,2020],[13,2019]]}}",
"metaData": "{\n \"mysql\": [\n \"Create Table If Not Exists NPV (id int, year int, npv int)\",\n \"Create Table If Not Exists Queries (id int, year int)\"\n ],\n \"mssql\": [\n \"Create Table NPV (id int, year int, npv int)\",\n \"Create Table Queries (id int, year int)\"\n ],\n \"oraclesql\": [\n \"Create Table NPV (id int, year int, npv int)\",\n \"Create Table Queries (id int, year int)\"\n ],\n \"database\": true\n}",
"metaData": "{\"mysql\": [\"Create Table If Not Exists NPV (id int, year int, npv int)\", \"Create Table If Not Exists Queries (id int, year int)\"], \"mssql\": [\"Create Table NPV (id int, year int, npv int)\", \"Create Table Queries (id int, year int)\"], \"oraclesql\": [\"Create Table NPV (id int, year int, npv int)\", \"Create Table Queries (id int, year int)\"], \"database\": true, \"name\": \"npv_queries\", \"pythondata\": [\"NPV = pd.DataFrame([], columns=['id', 'year', 'npv']).astype({'id':'Int64', 'year':'Int64', 'npv':'Int64'})\", \"Queries = pd.DataFrame([], columns=['id', 'year']).astype({'id':'Int64', 'year':'Int64'})\\n\"], \"postgresql\": [\"\\nCreate Table If Not Exists NPV (id int, year int, npv int)\\n\", \"Create Table If Not Exists Queries (id int, year int)\"], \"database_schema\": {\"NPV\": {\"id\": \"INT\", \"year\": \"INT\", \"npv\": \"INT\"}, \"Queries\": {\"id\": \"INT\", \"year\": \"INT\"}}}",
"judgerAvailable": true,
"judgeType": "large",
"mysqlSchemas": [
@@ -60,7 +67,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,