1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-22 21:46: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": "Medium",
"likes": 25,
"dislikes": 60,
"likes": 77,
"dislikes": 152,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "{\"headers\":{\"Schools\":[\"school_id\",\"capacity\"],\"Exam\":[\"score\",\"student_count\"]},\"rows\":{\"Schools\":[[11,151],[5,48],[9,9],[10,99]],\"Exam\":[[975,10],[966,60],[844,76],[749,76],[744,100]]}}",
@@ -28,12 +28,12 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"3.2K\", \"totalSubmission\": \"4.6K\", \"totalAcceptedRaw\": 3199, \"totalSubmissionRaw\": 4625, \"acRate\": \"69.2%\"}",
"stats": "{\"totalAccepted\": \"10.1K\", \"totalSubmission\": \"15.1K\", \"totalAcceptedRaw\": 10056, \"totalSubmissionRaw\": 15051, \"acRate\": \"66.8%\"}",
"hints": [],
"solution": null,
"status": null,
"sampleTestCase": "{\"headers\":{\"Schools\":[\"school_id\",\"capacity\"],\"Exam\":[\"score\",\"student_count\"]},\"rows\":{\"Schools\":[[11,151],[5,48],[9,9],[10,99]],\"Exam\":[[975,10],[966,60],[844,76],[749,76],[744,100]]}}",
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Schools (school_id int, capacity int)\",\n \"Create table If Not Exists Exam (score int, student_count int)\"\n ],\n \"mssql\": [\n \"Create table Schools (school_id int, capacity int)\",\n \"Create table Exam (score int, student_count int)\"\n ],\n \"oraclesql\": [\n \"Create table Schools (school_id int, capacity int)\",\n \"Create table Exam (score int, student_count int)\"\n ],\n \"database\": true\n}",
"metaData": "{\"mysql\": [\"Create table If Not Exists Schools (school_id int, capacity int)\", \"Create table If Not Exists Exam (score int, student_count int)\"], \"mssql\": [\"Create table Schools (school_id int, capacity int)\", \"Create table Exam (score int, student_count int)\"], \"oraclesql\": [\"Create table Schools (school_id int, capacity int)\", \"Create table Exam (score int, student_count int)\"], \"database\": true, \"name\": \"find_cutoff_score\", \"pythondata\": [\"Schools = pd.DataFrame([], columns=['school_id', 'capacity']).astype({'school_id':'Int64', 'capacity':'Int64'})\", \"Exam = pd.DataFrame([], columns=['score', 'student_count']).astype({'score':'Int64', 'student_count':'Int64'})\"], \"postgresql\": [\"Create table If Not Exists Schools (school_id int, capacity int)\", \"Create table If Not Exists Exam (score int, student_count int)\"], \"database_schema\": {\"Schools\": {\"school_id\": \"INT\", \"capacity\": \"INT\"}, \"Exam\": {\"score\": \"INT\", \"student_count\": \"INT\"}}}",
"judgerAvailable": true,
"judgeType": "large",
"mysqlSchemas": [
@@ -54,7 +54,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,