mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 9,
|
||||
"dislikes": 5,
|
||||
"likes": 38,
|
||||
"dislikes": 14,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": null,
|
||||
"exampleTestcases": "{\"headers\": {\"TeamPoints\": [\"team_id\", \"name\", \"points\"], \"PointsChange\": [\"team_id\", \"points_change\"]}, \"rows\": {\"TeamPoints\": [[3, \"Algeria\", 1431], [1, \"Senegal\", 2132], [2, \"New Zealand\", 1402], [4, \"Croatia\", 1817]], \"PointsChange\": [[3, 399], [2, 0], [4, 13], [1, -22]]}}",
|
||||
"categoryTitle": "Database",
|
||||
"contributors": [],
|
||||
"topicTags": [
|
||||
@@ -28,12 +28,12 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"1.2K\", \"totalSubmission\": \"1.8K\", \"totalAcceptedRaw\": 1166, \"totalSubmissionRaw\": 1765, \"acRate\": \"66.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5.1K\", \"totalSubmission\": \"8.3K\", \"totalAcceptedRaw\": 5120, \"totalSubmissionRaw\": 8315, \"acRate\": \"61.6%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\": {\"TeamPoints\": [\"team_id\", \"name\", \"points\"], \"PointsChange\": [\"team_id\", \"points_change\"]}, \"rows\": {\"TeamPoints\": [[3, \"Algeria\", 1431], [1, \"Senegal\", 2132], [2, \"New Zealand\", 1402], [4, \"Croatia\", 1817]], \"PointsChange\": [[3, 399], [2, 0], [4, 13], [1, -22]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists TeamPoints (team_id int, name varchar(100), points int)\",\n \"Create table If Not Exists PointsChange (team_id int, points_change int)\"\n ],\n \"mssql\": [\n \"Create table TeamPoints (team_id int, name varchar(100), points int)\",\n \"Create table PointsChange (team_id int, points_change int)\"\n ],\n \"oraclesql\": [\n \"Create table TeamPoints (team_id int, name varchar(100), points int)\",\n \"Create table PointsChange (team_id int, points_change int)\"\n ],\n \"database\": true\n}",
|
||||
"metaData": "{\"mysql\": [\"Create table If Not Exists TeamPoints (team_id int, name varchar(100), points int)\", \"Create table If Not Exists PointsChange (team_id int, points_change int)\"], \"mssql\": [\"Create table TeamPoints (team_id int, name varchar(100), points int)\", \"Create table PointsChange (team_id int, points_change int)\"], \"oraclesql\": [\"Create table TeamPoints (team_id int, name varchar(100), points int)\", \"Create table PointsChange (team_id int, points_change int)\"], \"database\": true, \"name\": \"global_ratings_change\", \"pythondata\": [\"TeamPoints = pd.DataFrame([], columns=['team_id', 'name', 'points']).astype({'team_id':'Int64', 'name':'object', 'points':'Int64'})\", \"PointsChange = pd.DataFrame([], columns=['team_id', 'points_change']).astype({'team_id':'Int64', 'points_change':'Int64'})\"], \"postgresql\": [\"Create table If Not Exists TeamPoints (team_id int, name varchar(100), points int)\", \"Create table If Not Exists PointsChange (team_id int, points_change int)\"], \"database_schema\": {\"TeamPoints\": {\"team_id\": \"INT\", \"name\": \"VARCHAR(100)\", \"points\": \"INT\"}, \"PointsChange\": {\"team_id\": \"INT\", \"points_change\": \"INT\"}}}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
"mysqlSchemas": [
|
||||
@@ -53,7 +53,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