1+ {
2+ "data" : {
3+ "question" : {
4+ "questionId" : " 3400" ,
5+ "questionFrontendId" : " 3089" ,
6+ "categoryTitle" : " Database" ,
7+ "boundTopicId" : 2704231 ,
8+ "title" : " Find Bursty Behavior" ,
9+ "titleSlug" : " find-bursty-behavior" ,
10+ "content" : null ,
11+ "translatedTitle" : " 查找突发行为" ,
12+ "translatedContent" : null ,
13+ "isPaidOnly" : true ,
14+ "difficulty" : " Medium" ,
15+ "likes" : 0 ,
16+ "dislikes" : 0 ,
17+ "isLiked" : null ,
18+ "similarQuestions" : " []" ,
19+ "contributors" : [],
20+ "langToValidPlayground" : null ,
21+ "topicTags" : [
22+ {
23+ "name" : " Database" ,
24+ "slug" : " database" ,
25+ "translatedName" : " 数据库" ,
26+ "__typename" : " TopicTagNode"
27+ }
28+ ],
29+ "companyTagStats" : null ,
30+ "codeSnippets" : null ,
31+ "stats" : " {\" totalAccepted\" : \" 25\" , \" totalSubmission\" : \" 62\" , \" totalAcceptedRaw\" : 25, \" totalSubmissionRaw\" : 62, \" acRate\" : \" 40.3%\" }" ,
32+ "hints" : [],
33+ "solution" : null ,
34+ "status" : null ,
35+ "sampleTestCase" : " {\" headers\" : {\" Posts\" : [\" post_id\" , \" user_id\" , \" post_date\" ]}, \" rows\" : {\" Posts\" : [[1, 1, \" 2024-02-27\" ], [2, 5, \" 2024-02-06\" ], [3, 3, \" 2024-02-25\" ], [4, 3, \" 2024-02-14\" ], [5, 3, \" 2024-02-06\" ], [6, 2, \" 2024-02-25\" ]]}}" ,
36+ "metaData" : " {\" mysql\" :[\" Create table If Not Exists Posts (post_id int, user_id int, post_date date)\" ],\" mssql\" :[\" Create table Posts (post_id int, user_id int, post_date date)\" ],\" oraclesql\" :[\" Create table Posts (post_id int, user_id int, post_date date)\" ,\" ALTER SESSION SET nls_date_format='YYYY-MM-DD'\" ],\" database\" :true,\" name\" :\" find_bursty_behavior\" ,\" pythondata\" :[\" Posts = pd.DataFrame([], columns=['post_id', 'user_id', 'post_date']).astype({'post_id':'Int64', 'user_id':'Int64', 'post_date':'datetime64[ns]'})\\ n\" ],\" postgresql\" :[\" CREATE TABLE Posts (\\ n post_id int,\\ n user_id int,\\ n post_date date\\ n);\\ n\" ,\" SELECT TO_CHAR(post_date, 'YYYY-MM-DD') AS formatted_post_date FROM Posts;\\ n\" ],\" database_schema\" :{\" Posts\" :{\" post_id\" :\" INT\" ,\" user_id\" :\" INT\" ,\" post_date\" :\" DATE\" }}}" ,
37+ "judgerAvailable" : true ,
38+ "judgeType" : " large" ,
39+ "mysqlSchemas" : [
40+ " Create table If Not Exists Posts (post_id int, user_id int, post_date date)" ,
41+ " Truncate table Posts" ,
42+ " insert into Posts (post_id, user_id, post_date) values ('1', '1', '2024-02-27')" ,
43+ " insert into Posts (post_id, user_id, post_date) values ('2', '5', '2024-02-06')" ,
44+ " insert into Posts (post_id, user_id, post_date) values ('3', '3', '2024-02-25')" ,
45+ " insert into Posts (post_id, user_id, post_date) values ('4', '3', '2024-02-14')" ,
46+ " insert into Posts (post_id, user_id, post_date) values ('5', '3', '2024-02-06')" ,
47+ " insert into Posts (post_id, user_id, post_date) values ('6', '2', '2024-02-25')"
48+ ],
49+ "enableRunCode" : true ,
50+ "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>\" ]}" ,
51+ "book" : null ,
52+ "isSubscribed" : false ,
53+ "isDailyQuestion" : false ,
54+ "dailyRecordStatus" : null ,
55+ "editorType" : " CKEDITOR" ,
56+ "ugcQuestionId" : null ,
57+ "style" : " LEETCODE" ,
58+ "exampleTestcases" : " {\" headers\" : {\" Posts\" : [\" post_id\" , \" user_id\" , \" post_date\" ]}, \" rows\" : {\" Posts\" : [[1, 1, \" 2024-02-27\" ], [2, 5, \" 2024-02-06\" ], [3, 3, \" 2024-02-25\" ], [4, 3, \" 2024-02-14\" ], [5, 3, \" 2024-02-06\" ], [6, 2, \" 2024-02-25\" ]]}}" ,
59+ "__typename" : " QuestionNode"
60+ }
61+ }
62+ }
0 commit comments