1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 08:21: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,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Easy",
"likes": 29,
"likes": 60,
"dislikes": 2,
"isLiked": null,
"similarQuestions": "[{\"title\": \"The Number of Rich Customers\", \"titleSlug\": \"the-number-of-rich-customers\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
@@ -28,12 +28,19 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"3.7K\", \"totalSubmission\": \"5.1K\", \"totalAcceptedRaw\": 3737, \"totalSubmissionRaw\": 5098, \"acRate\": \"73.3%\"}",
"stats": "{\"totalAccepted\": \"9.5K\", \"totalSubmission\": \"13.1K\", \"totalAcceptedRaw\": 9477, \"totalSubmissionRaw\": 13071, \"acRate\": \"72.5%\"}",
"hints": [],
"solution": null,
"solution": {
"id": "2207",
"canSeeDetail": true,
"paidOnly": false,
"hasVideoSolution": false,
"paidOnlyVideo": true,
"__typename": "ArticleNode"
},
"status": null,
"sampleTestCase": "{\"headers\":{\"NewYork\":[\"student_id\",\"score\"],\"California\":[\"student_id\",\"score\"]},\"rows\":{\"NewYork\":[[1,90],[2,87]],\"California\":[[2,89],[3,88]]}}",
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists NewYork (student_id int, score int)\",\n \"Create table If Not Exists California (student_id int, score int)\"\n ],\n \"mssql\": [\n \"Create table NewYork (student_id int, score int)\",\n \"Create table California (student_id int, score int)\"\n ],\n \"oraclesql\": [\n \"Create table NewYork (student_id int, score int)\",\n \"Create table California (student_id int, score int)\"\n ],\n \"database\": true\n}",
"metaData": "{\"mysql\": [\"Create table If Not Exists NewYork (student_id int, score int)\", \"Create table If Not Exists California (student_id int, score int)\"], \"mssql\": [\"Create table NewYork (student_id int, score int)\", \"Create table California (student_id int, score int)\"], \"oraclesql\": [\"Create table NewYork (student_id int, score int)\", \"Create table California (student_id int, score int)\"], \"database\": true, \"name\": \"find_winner\", \"pythondata\": [\"NewYork = pd.DataFrame([], columns=['student_id', 'score']).astype({'student_id':'Int64', 'score':'Int64'})\", \"California = pd.DataFrame([], columns=['student_id', 'score']).astype({'student_id':'Int64', 'score':'Int64'})\"], \"postgresql\": [\"Create table If Not Exists NewYork (student_id int, score int)\", \"Create table If Not Exists California (student_id int, score int)\"], \"database_schema\": {\"NewYork\": {\"student_id\": \"INT\", \"score\": \"INT\"}, \"California\": {\"student_id\": \"INT\", \"score\": \"INT\"}}}",
"judgerAvailable": true,
"judgeType": "large",
"mysqlSchemas": [
@@ -49,7 +56,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,