1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41: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": "Medium",
"likes": 2,
"likes": 4,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[]",
@@ -28,12 +28,12 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"746\", \"totalSubmission\": \"1K\", \"totalAcceptedRaw\": 746, \"totalSubmissionRaw\": 1024, \"acRate\": \"72.9%\"}",
"stats": "{\"totalAccepted\": \"2.2K\", \"totalSubmission\": \"3.2K\", \"totalAcceptedRaw\": 2208, \"totalSubmissionRaw\": 3187, \"acRate\": \"69.3%\"}",
"hints": [],
"solution": null,
"status": null,
"sampleTestCase": "{\"headers\":{\"Subscriptions\":[\"account_id\",\"start_date\",\"end_date\"],\"Streams\":[\"session_id\",\"account_id\",\"stream_date\"]},\"rows\":{\"Subscriptions\":[[9,\"2020-02-18\",\"2021-10-30\"],[3,\"2021-09-21\",\"2021-11-13\"],[11,\"2020-02-28\",\"2020-08-18\"],[13,\"2021-04-20\",\"2021-09-22\"],[4,\"2020-10-26\",\"2021-05-08\"],[5,\"2020-09-11\",\"2021-01-17\"]],\"Streams\":[[14,9,\"2020-05-16\"],[16,3,\"2021-10-27\"],[18,11,\"2020-04-29\"],[17,13,\"2021-08-08\"],[19,4,\"2020-12-31\"],[13,5,\"2021-01-05\"]]}}",
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Subscriptions (account_id int, start_date date, end_date date)\",\n \"Create table If Not Exists Streams (session_id int, account_id int, stream_date date)\"\n ],\n \"mssql\": [\n \"Create table Subscriptions (account_id int, start_date date, end_date date)\",\n \"Create table Streams (session_id int, account_id int, stream_date date)\"\n ],\n \"oraclesql\": [\n \"Create table Subscriptions (account_id int, start_date date, end_date date)\",\n \"Create table Streams (session_id int, account_id int, stream_date date)\",\n \"ALTER SESSION SET nls_date_format='YYYY-MM-DD'\"\n ],\n \"database\": true\n}",
"metaData": "{\"mysql\":[\"Create table If Not Exists Subscriptions (account_id int, start_date date, end_date date)\",\"Create table If Not Exists Streams (session_id int, account_id int, stream_date date)\"],\"mssql\":[\"Create table Subscriptions (account_id int, start_date date, end_date date)\",\"Create table Streams (session_id int, account_id int, stream_date date)\"],\"oraclesql\":[\"Create table Subscriptions (account_id int, start_date date, end_date date)\",\"Create table Streams (session_id int, account_id int, stream_date date)\",\"ALTER SESSION SET nls_date_format='YYYY-MM-DD'\"],\"database\":true,\"name\":\"find_target_accounts\",\"pythondata\":[\"Subscriptions = pd.DataFrame([], columns=['account_id', 'start_date', 'end_date']).astype({'account_id':'Int64', 'start_date':'datetime64[ns]', 'end_date':'datetime64[ns]'})\",\"Streams = pd.DataFrame([], columns=['session_id', 'account_id', 'stream_date']).astype({'session_id':'Int64', 'account_id':'Int64', 'stream_date':'datetime64[ns]'})\"],\"postgresql\":[\"Create table If Not Exists Subscriptions (account_id int, start_date date, end_date date)\",\"Create table If Not Exists Streams (session_id int, account_id int, stream_date date)\"],\"database_schema\":{\"Subscriptions\":{\"account_id\":\"INT\",\"start_date\":\"DATE\",\"end_date\":\"DATE\"},\"Streams\":{\"session_id\":\"INT\",\"account_id\":\"INT\",\"stream_date\":\"DATE\"}}}",
"judgerAvailable": true,
"judgeType": "large",
"mysqlSchemas": [
@@ -55,7 +55,7 @@
"insert into Streams (session_id, account_id, stream_date) values ('13', '5', '2021-01-05')"
],
"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,