1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-08 00:41:42 +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": 5,
"likes": 11,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[]",
@@ -28,12 +28,12 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"1.1K\", \"totalSubmission\": \"1.6K\", \"totalAcceptedRaw\": 1085, \"totalSubmissionRaw\": 1571, \"acRate\": \"69.1%\"}",
"stats": "{\"totalAccepted\": \"2.8K\", \"totalSubmission\": \"4.1K\", \"totalAcceptedRaw\": 2763, \"totalSubmissionRaw\": 4078, \"acRate\": \"67.8%\"}",
"hints": [],
"solution": null,
"status": null,
"sampleTestCase": "{\"headers\":{\"NewYork\":[\"student_id\",\"score\"],\"California\":[\"student_id\",\"score\"]},\"rows\":{\"NewYork\":[[1,90],[2,87]],\"California\":[[2,89],[3,88]]}}",
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists NewYork (student_id int, score int)\",\n \"Create table If Not Exists California (student_id int, score int)\"\n ],\n \"mssql\": [\n \"Create table NewYork (student_id int, score int)\",\n \"Create table California (student_id int, score int)\"\n ],\n \"oraclesql\": [\n \"Create table NewYork (student_id int, score int)\",\n \"Create table California (student_id int, score int)\"\n ],\n \"database\": true\n}",
"metaData": "{\"mysql\":[\"Create table If Not Exists NewYork (student_id int, score int)\",\"Create table If Not Exists California (student_id int, score int)\"],\"mssql\":[\"Create table NewYork (student_id int, score int)\",\"Create table California (student_id int, score int)\"],\"oraclesql\":[\"Create table NewYork (student_id int, score int)\",\"Create table California (student_id int, score int)\"],\"database\":true,\"name\":\"find_winner\",\"pythondata\":[\"NewYork = pd.DataFrame([], columns=['student_id', 'score']).astype({'student_id':'Int64', 'score':'Int64'})\",\"California = pd.DataFrame([], columns=['student_id', 'score']).astype({'student_id':'Int64', 'score':'Int64'})\"],\"postgresql\":[\"Create table If Not Exists NewYork (student_id int, score int)\",\"Create table If Not Exists California (student_id int, score int)\"],\"database_schema\":{\"NewYork\":{\"student_id\":\"INT\",\"score\":\"INT\"},\"California\":{\"student_id\":\"INT\",\"score\":\"INT\"}}}",
"judgerAvailable": true,
"judgeType": "large",
"mysqlSchemas": [
@@ -47,7 +47,7 @@
"insert into California (student_id, score) values ('3', '88')"
],
"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,