1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-22 05:26:46 +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": 213,
"dislikes": 12,
"likes": 318,
"dislikes": 16,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "{\"headers\":{\"Employee\":[\"employee_id\",\"team_id\"]},\"rows\":{\"Employee\":[[1,8],[2,8],[3,8],[4,7],[5,9],[6,9]]}}",
@@ -28,12 +28,12 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"40.3K\", \"totalSubmission\": \"44.4K\", \"totalAcceptedRaw\": 40330, \"totalSubmissionRaw\": 44438, \"acRate\": \"90.8%\"}",
"stats": "{\"totalAccepted\": \"65.8K\", \"totalSubmission\": \"73.5K\", \"totalAcceptedRaw\": 65798, \"totalSubmissionRaw\": 73544, \"acRate\": \"89.5%\"}",
"hints": [],
"solution": null,
"status": null,
"sampleTestCase": "{\"headers\":{\"Employee\":[\"employee_id\",\"team_id\"]},\"rows\":{\"Employee\":[[1,8],[2,8],[3,8],[4,7],[5,9],[6,9]]}}",
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Employee (employee_id int, team_id int)\"\n ],\n \"mssql\": [\n \"Create table Employee (employee_id int, team_id int)\"\n ],\n \"oraclesql\": [\n \"Create table Employee (employee_id int, team_id int)\"\n ],\n \"database\": true\n}",
"metaData": "{\"mysql\": [\"Create table If Not Exists Employee (employee_id int, team_id int)\"], \"mssql\": [\"Create table Employee (employee_id int, team_id int)\"], \"oraclesql\": [\"Create table Employee (employee_id int, team_id int)\"], \"database\": true, \"name\": \"team_size\", \"pythondata\": [\"Employee = pd.DataFrame([], columns=['employee_id', 'team_id']).astype({'employee_id':'Int64', 'team_id':'Int64'})\"], \"postgresql\": [\"\\nCreate table If Not Exists Employee (employee_id int, team_id int)\"], \"database_schema\": {\"Employee\": {\"employee_id\": \"INT\", \"team_id\": \"INT\"}}}",
"judgerAvailable": true,
"judgeType": "large",
"mysqlSchemas": [
@@ -49,7 +49,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,