mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 17:01:42 +08:00
存量题库数据更新
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 32,
|
||||
"likes": 42,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -28,12 +28,12 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"17.3K\", \"totalSubmission\": \"26.4K\", \"totalAcceptedRaw\": 17344, \"totalSubmissionRaw\": 26370, \"acRate\": \"65.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"24.8K\", \"totalSubmission\": \"37.6K\", \"totalAcceptedRaw\": 24806, \"totalSubmissionRaw\": 37563, \"acRate\": \"66.0%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\":{\"Candidate\":[\"id\",\"Name\"],\"Vote\":[\"id\",\"CandidateId\"]},\"rows\":{\"Candidate\":[[1,\"A\"],[2,\"B\"],[3,\"C\"],[4,\"D\"],[5,\"E\"]],\"Vote\":[[1,2],[2,4],[3,3],[4,2],[5,5]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Candidate (id int, name varchar(255))\",\n \"Create table If Not Exists Vote (id int, candidateId int)\"\n ],\n \"mssql\": [\n \"Create table Candidate (id int, name varchar(255))\",\n \"Create table Vote (id int, candidateId int)\"\n ],\n \"oraclesql\": [\n \"Create table Candidate (id int, name varchar(255))\",\n \"Create table Vote (id int, candidateId int)\"\n ],\n \"database\": true\n}",
|
||||
"sampleTestCase": "{\"headers\":{\"Candidate\":[\"id\",\"name\"],\"Vote\":[\"id\",\"candidateId\"]},\"rows\":{\"Candidate\":[[1,\"A\"],[2,\"B\"],[3,\"C\"],[4,\"D\"],[5,\"E\"]],\"Vote\":[[1,2],[2,4],[3,3],[4,2],[5,5]]}}",
|
||||
"metaData": "{\"mysql\":[\"Create table If Not Exists Candidate (id int, name varchar(255))\",\"Create table If Not Exists Vote (id int, candidateId int)\"],\"mssql\":[\"Create table Candidate (id int, name varchar(255))\",\"Create table Vote (id int, candidateId int)\"],\"oraclesql\":[\"Create table Candidate (id int, name varchar(255))\",\"Create table Vote (id int, candidateId int)\"],\"database\":true,\"name\":\"winning_candidate\",\"pythondata\":[\"Candidate = pd.DataFrame([], columns=['id', 'name']).astype({'id':'Int64', 'name':'object'})\",\"Vote = pd.DataFrame([], columns=['id', 'candidateId']).astype({'id':'Int64', 'candidateId':'Int64'})\"],\"postgresql\":[\"\\nCreate table If Not Exists Candidate (id int, name varchar(255))\\n\",\"Create table If Not Exists Vote (id int, candidateId int)\"],\"database_schema\":{\"Candidate\":{\"id\":\"INT\",\"name\":\"VARCHAR(255)\"},\"Vote\":{\"id\":\"INT\",\"candidateId\":\"INT\"}}}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
"mysqlSchemas": [
|
||||
@@ -53,7 +53,7 @@
|
||||
"insert into Vote (id, candidateId) values ('5', '5')"
|
||||
],
|
||||
"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