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

@@ -12,7 +12,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Easy",
"likes": 3,
"likes": 6,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[]",
@@ -28,12 +28,12 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"1.2K\", \"totalSubmission\": \"1.6K\", \"totalAcceptedRaw\": 1186, \"totalSubmissionRaw\": 1551, \"acRate\": \"76.5%\"}",
"stats": "{\"totalAccepted\": \"5.6K\", \"totalSubmission\": \"7.5K\", \"totalAcceptedRaw\": 5621, \"totalSubmissionRaw\": 7486, \"acRate\": \"75.1%\"}",
"hints": [],
"solution": null,
"status": null,
"sampleTestCase": "{\"headers\":{\"Store\":[\"bill_id\",\"customer_id\",\"amount\"]},\"rows\":{\"Store\":[[6,1,549],[8,1,834],[4,2,394],[11,3,657],[13,3,257]]}}",
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Store (bill_id int, customer_id int, amount int)\"\n ],\n \"mssql\": [\n \"Create table Store (bill_id int, customer_id int, amount int)\"\n ],\n \"oraclesql\": [\n \"Create table Store (bill_id int, customer_id int, amount int)\"\n ],\n \"database\": true\n}",
"metaData": "{\"mysql\":[\"Create table If Not Exists Store (bill_id int, customer_id int, amount int)\"],\"mssql\":[\"Create table Store (bill_id int, customer_id int, amount int)\"],\"oraclesql\":[\"Create table Store (bill_id int, customer_id int, amount int)\"],\"database\":true,\"name\":\"count_rich_customers\",\"pythondata\":[\"Store = pd.DataFrame([], columns=['bill_id', 'customer_id', 'amount']).astype({'bill_id':'int64', 'customer_id':'int64', 'amount':'int64'})\"],\"database_schema\":{\"Store\":{\"bill_id\":\"INT\",\"customer_id\":\"INT\",\"amount\":\"INT\"}}}",
"judgerAvailable": true,
"judgeType": "large",
"mysqlSchemas": [
@@ -46,7 +46,7 @@
"insert into Store (bill_id, customer_id, amount) values ('13', '3', '257')"
],
"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>\"]}",
"book": null,
"isSubscribed": false,
"isDailyQuestion": false,