1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +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

@@ -12,7 +12,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 9,
"likes": 20,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[]",
@@ -28,12 +28,12 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"3.2K\", \"totalSubmission\": \"5.2K\", \"totalAcceptedRaw\": 3167, \"totalSubmissionRaw\": 5214, \"acRate\": \"60.7%\"}",
"stats": "{\"totalAccepted\": \"6.7K\", \"totalSubmission\": \"10.8K\", \"totalAcceptedRaw\": 6748, \"totalSubmissionRaw\": 10775, \"acRate\": \"62.6%\"}",
"hints": [],
"solution": null,
"status": null,
"sampleTestCase": "{\"headers\":{\"Points\":[\"id\",\"x_value\",\"y_value\"]},\"rows\":{\"Points\":[[1,2,7],[2,4,8],[3,2,10]]}}",
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Points (id int, x_value int, y_value int)\"\n ],\n \"mssql\": [\n \"Create table Points (id int, x_value int, y_value int)\"\n ],\n \"oraclesql\": [\n \"Create table Points (id int, x_value int, y_value int)\"\n ],\n \"database\": true\n}",
"metaData": "{\"mysql\":[\"Create table If Not Exists Points (id int, x_value int, y_value int)\"],\"mssql\":[\"Create table Points (id int, x_value int, y_value int)\"],\"oraclesql\":[\"Create table Points (id int, x_value int, y_value int)\"],\"database\":true,\"name\":\"rectangles_area\",\"pythondata\":[\"Points = pd.DataFrame([], columns=['id', 'x_value', 'y_value']).astype({'id':'Int64', 'x_value':'Int64', 'y_value':'Int64'})\"],\"postgresql\":[\"\\nCreate table If Not Exists Points (id int, x_value int, y_value int)\"],\"database_schema\":{\"Points\":{\"id\":\"INT\",\"x_value\":\"INT\",\"y_value\":\"INT\"}}}",
"judgerAvailable": true,
"judgeType": "large",
"mysqlSchemas": [
@@ -44,7 +44,7 @@
"insert into Points (id, x_value, y_value) values ('3', '2', '10')"
],
"enableRunCode": true,
"envInfo": "{\"mysql\":[\"MySQL\",\"<p>\\u7248\\u672c\\uff1a<code>MySQL 8.0<\\/code><\\/p>\"],\"mssql\":[\"MS SQL Server\",\"<p>mssql server 2019.<\\/p>\"],\"oraclesql\":[\"Oracle\",\"<p>Oracle Sql 11.2.<\\/p>\"]}",
"envInfo": "{\"mysql\":[\"MySQL\",\"<p>\\u7248\\u672c\\uff1a<code>MySQL 8.0<\\/code><\\/p>\"],\"mssql\":[\"MS SQL Server\",\"<p>mssql server 2019.<\\/p>\"],\"oraclesql\":[\"Oracle\",\"<p>Oracle Sql 11.2.<\\/p>\"],\"pythondata\":[\"Pandas\",\"<p>Python 3.10 with Pandas 2.0.2 and NumPy 1.25.0<\\/p>\"],\"postgresql\":[\"PostgreSQL\",\"<p>PostgreSQL 16<\\/p>\"]}",
"book": null,
"isSubscribed": false,
"isDailyQuestion": false,