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

@@ -8,11 +8,11 @@
"title": "The Number of Passengers in Each Bus I",
"titleSlug": "the-number-of-passengers-in-each-bus-i",
"content": null,
"translatedTitle": null,
"translatedTitle": "每辆车的乘客人数 I",
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 0,
"likes": 3,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[]",
@@ -28,12 +28,12 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"397\", \"totalSubmission\": \"737\", \"totalAcceptedRaw\": 397, \"totalSubmissionRaw\": 737, \"acRate\": \"53.9%\"}",
"stats": "{\"totalAccepted\": \"1.6K\", \"totalSubmission\": \"3.6K\", \"totalAcceptedRaw\": 1638, \"totalSubmissionRaw\": 3561, \"acRate\": \"46.0%\"}",
"hints": [],
"solution": null,
"status": null,
"sampleTestCase": "{\"headers\":{\"Buses\":[\"bus_id\",\"arrival_time\"],\"Passengers\":[\"passenger_id\",\"arrival_time\"]},\"rows\":{\"Buses\":[[1,2],[2,4],[3,7]],\"Passengers\":[[11,1],[12,5],[13,6],[14,7]]}}",
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Buses (bus_id int, arrival_time int)\",\n \"Create table If Not Exists Passengers (passenger_id int, arrival_time int)\"\n ],\n \"mssql\": [\n \"Create table Buses (bus_id int, arrival_time int)\",\n \"Create table Passengers (passenger_id int, arrival_time int)\"\n ],\n \"oraclesql\": [\n \"Create table Buses (bus_id int, arrival_time int)\",\n \"Create table Passengers (passenger_id int, arrival_time int)\"\n ],\n \"database\": true\n}",
"metaData": "{\"mysql\":[\"Create table If Not Exists Buses (bus_id int, arrival_time int)\",\"Create table If Not Exists Passengers (passenger_id int, arrival_time int)\"],\"mssql\":[\"Create table Buses (bus_id int, arrival_time int)\",\"Create table Passengers (passenger_id int, arrival_time int)\"],\"oraclesql\":[\"Create table Buses (bus_id int, arrival_time int)\",\"Create table Passengers (passenger_id int, arrival_time int)\"],\"database\":true,\"name\":\"count_passengers_in_bus\",\"pythondata\":[\"Buses = pd.DataFrame([], columns=['bus_id', 'arrival_time']).astype({'bus_id':'Int64', 'arrival_time':'Int64'})\",\"Passengers = pd.DataFrame([], columns=['passenger_id', 'arrival_time']).astype({'passenger_id':'Int64', 'arrival_time':'Int64'})\"],\"postgresql\":[\"Create table If Not Exists Buses (bus_id int, arrival_time int)\",\"Create table If Not Exists Passengers (passenger_id int, arrival_time int)\"],\"database_schema\":{\"Buses\":{\"bus_id\":\"INT\",\"arrival_time\":\"INT\"},\"Passengers\":{\"passenger_id\":\"INT\",\"arrival_time\":\"INT\"}}}",
"judgerAvailable": true,
"judgeType": "large",
"mysqlSchemas": [
@@ -50,7 +50,7 @@
"insert into Passengers (passenger_id, arrival_time) values ('14', '7')"
],
"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,