1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-08 08:51: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

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 10,
"dislikes": 77,
"likes": 27,
"dislikes": 204,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "{\"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\"]]}}",
@@ -28,12 +28,12 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"3.7K\", \"totalSubmission\": \"5.1K\", \"totalAcceptedRaw\": 3689, \"totalSubmissionRaw\": 5075, \"acRate\": \"72.7%\"}",
"stats": "{\"totalAccepted\": \"8.9K\", \"totalSubmission\": \"12.4K\", \"totalAcceptedRaw\": 8926, \"totalSubmissionRaw\": 12443, \"acRate\": \"71.7%\"}",
"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": [
@@ -57,7 +57,7 @@
"enableRunCode": true,
"enableTestMode": false,
"enableDebugger": false,
"envInfo": "{\"mysql\": [\"MySQL\", \"<p><code>MySQL 8.0</code>.</p>\"], \"mssql\": [\"MS SQL Server\", \"<p><code>mssql server 2019</code>.</p>\"], \"oraclesql\": [\"Oracle\", \"<p><code>Oracle Sql 11.2</code>.</p>\"]}",
"envInfo": "{\"mysql\": [\"MySQL\", \"<p><code>MySQL 8.0</code>.</p>\"], \"mssql\": [\"MS SQL Server\", \"<p><code>mssql server 2019</code>.</p>\"], \"oraclesql\": [\"Oracle\", \"<p><code>Oracle Sql 11.2</code>.</p>\"], \"pythondata\": [\"Pandas\", \"<p>Python 3.10 with Pandas 2.0.2 and NumPy 1.25.0</p>\"], \"postgresql\": [\"PostgreSQL\", \"<p>PostgreSQL 16</p>\"]}",
"libraryUrl": null,
"adminUrl": null,
"challengeQuestion": null,