mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 01:11:42 +08:00
存量题库数据更新
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Easy",
|
||||
"likes": 4,
|
||||
"likes": 9,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -28,12 +28,12 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"3.1K\", \"totalSubmission\": \"8.6K\", \"totalAcceptedRaw\": 3105, \"totalSubmissionRaw\": 8550, \"acRate\": \"36.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4.9K\", \"totalSubmission\": \"14K\", \"totalAcceptedRaw\": 4905, \"totalSubmissionRaw\": 13984, \"acRate\": \"35.1%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\":{\"Product\":[\"product_id\",\"name\"],\"Invoice\":[\"invoice_id\",\"product_id\",\"rest\",\"paid\",\"canceled\",\"refunded\"]},\"rows\":{\"Product\":[[0,\"ham\"],[1,\"bacon\"]],\"Invoice\":[[23,0,2,0,5,0],[12,0,0,4,0,3],[1,1,1,1,0,1],[2,1,1,0,1,1],[3,1,0,1,1,1],[4,1,1,1,1,0]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Product(product_id int, name varchar(15))\",\n \"Create table If Not Exists Invoice(invoice_id int,product_id int,rest int, paid int, canceled int, refunded int)\"\n ],\n \"mssql\": [\n \"Create table Product(product_id int, name varchar(15))\",\n \"Create table Invoice(invoice_id int,product_id int,rest int, paid int, canceled int, refunded int)\"\n ],\n \"oraclesql\": [\n \"Create table Product(product_id int, name varchar(15))\",\n \"Create table Invoice(invoice_id int,product_id int,rest int, paid int, canceled int, refunded int)\"\n ],\n \"database\": true\n}",
|
||||
"metaData": "{\"mysql\":[\"Create table If Not Exists Product(product_id int, name varchar(15))\",\"Create table If Not Exists Invoice(invoice_id int,product_id int,rest int, paid int, canceled int, refunded int)\"],\"mssql\":[\"Create table Product(product_id int, name varchar(15))\",\"Create table Invoice(invoice_id int,product_id int,rest int, paid int, canceled int, refunded int)\"],\"oraclesql\":[\"Create table Product(product_id int, name varchar(15))\",\"Create table Invoice(invoice_id int,product_id int,rest int, paid int, canceled int, refunded int)\"],\"database\":true,\"name\":\"analyze_products\",\"pythondata\":[\"Product = pd.DataFrame([], columns=['product_id', 'name']).astype({'product_id':'Int64', 'name':'object'})\",\"Invoice = pd.DataFrame([], columns=['invoice_id', 'product_id', 'rest', 'paid', 'canceled', 'refunded']).astype({'invoice_id':'Int64', 'product_id':'Int64', 'rest':'Int64', 'paid':'Int64', 'canceled':'Int64', 'refunded':'Int64'})\"],\"postgresql\":[\"Create table If Not Exists Product(product_id int, name varchar(15))\",\"Create table If Not Exists Invoice(invoice_id int,product_id int,rest int, paid int, canceled int, refunded int)\"],\"database_schema\":{\"Product\":{\"product_id\":\"INT\",\"name\":\"VARCHAR(15)\"},\"Invoice\":{\"invoice_id\":\"INT\",\"product_id\":\"INT\",\"rest\":\"INT\",\"paid\":\"INT\",\"canceled\":\"INT\",\"refunded\":\"INT\"}}}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
"mysqlSchemas": [
|
||||
@@ -51,7 +51,7 @@
|
||||
"insert into Invoice (invoice_id, product_id, rest, paid, canceled, refunded) values ('4', '1', '1', '1', '1', '0')"
|
||||
],
|
||||
"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,
|
||||
|
Reference in New Issue
Block a user