mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-03 14:32:54 +08:00
update
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"data": {
|
||||
"question": {
|
||||
"questionId": "2534",
|
||||
"questionFrontendId": "2394",
|
||||
"categoryTitle": "Database",
|
||||
"boundTopicId": 1795924,
|
||||
"title": "Employees With Deductions",
|
||||
"titleSlug": "employees-with-deductions",
|
||||
"content": null,
|
||||
"translatedTitle": null,
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 0,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"contributors": [],
|
||||
"langToValidPlayground": null,
|
||||
"topicTags": [],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"12\", \"totalSubmission\": \"15\", \"totalAcceptedRaw\": 12, \"totalSubmissionRaw\": 15, \"acRate\": \"80.0%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\": {\"Employees\": [\"employee_id\", \"needed_hours\"], \"Logs\": [\"employee_id\", \"in_time\", \"out_time\"]}, \"rows\": {\"Employees\": [[1, 20], [2, 12], [3, 2]], \"Logs\": [[1, \"2022-10-01 09:00:00\", \"2022-10-01 17:00:00\"],[1, \"2022-10-06 09:05:04\", \"2022-10-06 17:09:03\"], [1, \"2022-10-12 23:00:00\", \"2022-10-13 03:00:01\"], [2, \"2022-10-29 12:00:00\", \"2022-10-29 23:58:58\"]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Employees (employee_id int, needed_hours int)\",\n \"Create table If Not Exists Logs (employee_id int, in_time datetime, out_time datetime)\"\n ],\n \"mssql\": [\n \"Create table Employees (employee_id int, needed_hours int)\",\n \"Create table Logs (employee_id int, in_time datetime, out_time datetime)\"\n ],\n \"oraclesql\": [\n \"Create table Employees (employee_id int, needed_hours int)\",\n \"Create table Logs (employee_id int, in_time date, out_time date)\",\n \"ALTER SESSION SET nls_date_format='YYYY-MM-DD HH24:MI:SS'\"\n ],\n \"database\": true\n}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
"mysqlSchemas": [
|
||||
"Create table If Not Exists Employees (employee_id int, needed_hours int)",
|
||||
"Create table If Not Exists Logs (employee_id int, in_time datetime, out_time datetime)",
|
||||
"Truncate table Employees",
|
||||
"insert into Employees (employee_id, needed_hours) values ('1', '20')",
|
||||
"insert into Employees (employee_id, needed_hours) values ('2', '12')",
|
||||
"insert into Employees (employee_id, needed_hours) values ('3', '2')",
|
||||
"Truncate table Logs",
|
||||
"insert into Logs (employee_id, in_time, out_time) values ('1', '2022-10-01 09:00:00', '2022-10-01 17:00:00')",
|
||||
"insert into Logs (employee_id, in_time, out_time) values ('1', '2022-10-06 09:05:04', '2022-10-06 17:09:03')",
|
||||
"insert into Logs (employee_id, in_time, out_time) values ('1', '2022-10-12 23:00:00', '2022-10-13 03:00:01')",
|
||||
"insert into Logs (employee_id, in_time, out_time) values ('2', '2022-10-29 12:00:00', '2022-10-29 23:58:58')"
|
||||
],
|
||||
"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>\"]}",
|
||||
"book": null,
|
||||
"isSubscribed": false,
|
||||
"isDailyQuestion": false,
|
||||
"dailyRecordStatus": null,
|
||||
"editorType": "CKEDITOR",
|
||||
"ugcQuestionId": null,
|
||||
"style": "LEETCODE",
|
||||
"exampleTestcases": "{\"headers\": {\"Employees\": [\"employee_id\", \"needed_hours\"], \"Logs\": [\"employee_id\", \"in_time\", \"out_time\"]}, \"rows\": {\"Employees\": [[1, 20], [2, 12], [3, 2]], \"Logs\": [[1, \"2022-10-01 09:00:00\", \"2022-10-01 17:00:00\"],[1, \"2022-10-06 09:05:04\", \"2022-10-06 17:09:03\"], [1, \"2022-10-12 23:00:00\", \"2022-10-13 03:00:01\"], [2, \"2022-10-29 12:00:00\", \"2022-10-29 23:58:58\"]]}}",
|
||||
"__typename": "QuestionNode"
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
164
leetcode-cn/originData/find-subarrays-with-equal-sum.json
Normal file
164
leetcode-cn/originData/find-subarrays-with-equal-sum.json
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
165
leetcode-cn/originData/maximum-rows-covered-by-columns.json
Normal file
165
leetcode-cn/originData/maximum-rows-covered-by-columns.json
Normal file
File diff suppressed because one or more lines are too long
164
leetcode-cn/originData/strictly-palindromic-number.json
Normal file
164
leetcode-cn/originData/strictly-palindromic-number.json
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user