1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11: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": "Hard",
"likes": 66,
"likes": 87,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[]",
@@ -28,12 +28,12 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"6.3K\", \"totalSubmission\": \"10.2K\", \"totalAcceptedRaw\": 6308, \"totalSubmissionRaw\": 10196, \"acRate\": \"61.9%\"}",
"stats": "{\"totalAccepted\": \"10.3K\", \"totalSubmission\": \"16.7K\", \"totalAcceptedRaw\": 10322, \"totalSubmissionRaw\": 16712, \"acRate\": \"61.8%\"}",
"hints": [],
"solution": null,
"status": null,
"sampleTestCase": "{\"headers\":{\"student\":[\"name\",\"continent\"]},\"rows\":{\"student\":[[\"Jane\",\"America\"],[\"Pascal\",\"Europe\"],[\"Xi\",\"Asia\"],[\"Jack\",\"America\"]]}}",
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Student (name varchar(50), continent varchar(7))\"\n ],\n \"mssql\": [\n \"Create table Student (name varchar(50), continent varchar(7))\"\n ],\n \"oraclesql\": [\n \"Create table Student (name varchar(50), continent varchar(7))\"\n ],\n \"database\": true\n}",
"sampleTestCase": "{\"headers\":{\"Student\":[\"name\",\"continent\"]},\"rows\":{\"Student\":[[\"Jane\",\"America\"],[\"Pascal\",\"Europe\"],[\"Xi\",\"Asia\"],[\"Jack\",\"America\"]]}}",
"metaData": "{\"mysql\":[\"Create table If Not Exists Student (name varchar(50), continent varchar(7))\"],\"mssql\":[\"Create table Student (name varchar(50), continent varchar(7))\"],\"oraclesql\":[\"Create table Student (name varchar(50), continent varchar(7))\"],\"database\":true,\"name\":\"geography_report\",\"pythondata\":[\"Student = pd.DataFrame([], columns=['name', 'continent']).astype({'name':'object', 'continent':'object'})\"],\"postgresql\":[\"\\nCreate table If Not Exists Student (name varchar(50), continent varchar(7))\"],\"database_schema\":{\"Student\":{\"name\":\"VARCHAR(50)\",\"continent\":\"VARCHAR(7)\"}}}",
"judgerAvailable": true,
"judgeType": "large",
"mysqlSchemas": [
@@ -45,7 +45,7 @@
"insert into Student (name, continent) values ('Jack', 'America')"
],
"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,