1+ {
2+ "data" : {
3+ "question" : {
4+ "questionId" : " 3253" ,
5+ "questionFrontendId" : " 2978" ,
6+ "categoryTitle" : " Database" ,
7+ "boundTopicId" : 2579780 ,
8+ "title" : " Symmetric Coordinates" ,
9+ "titleSlug" : " symmetric-coordinates" ,
10+ "content" : null ,
11+ "translatedTitle" : null ,
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+ "companyTagStats" : null ,
23+ "codeSnippets" : null ,
24+ "stats" : " {\" totalAccepted\" : \" 20\" , \" totalSubmission\" : \" 32\" , \" totalAcceptedRaw\" : 20, \" totalSubmissionRaw\" : 32, \" acRate\" : \" 62.5%\" }" ,
25+ "hints" : [],
26+ "solution" : null ,
27+ "status" : null ,
28+ "sampleTestCase" : " {\" headers\" :{\" Coordinates\" :[\" X\" ,\" Y\" ]},\" rows\" :{\" Coordinates\" :[[20,20],[20,20],[20,21],[23,22],[22,23],[21,20]]}}" ,
29+ "metaData" : " {\" mysql\" :[\" Create table If Not Exists Coordinates (X int, Y int)\" ],\" mssql\" :[\" Create table Coordinates (X int,Y int)\" ],\" oraclesql\" :[\" Create table Coordinates (X int,Y int)\" ],\" database\" :true,\" name\" :\" symmetric_pairs\" ,\" pythondata\" :[\" Coordinates = pd.DataFrame([], columns=['X', 'Y']).astype({'X':'Int64', 'Y':'Int64'})\" ],\" postgresql\" :[\" Create table If Not Exists Coordinates (X int, Y int)\" ],\" database_schema\" :{\" Coordinates\" :{\" X\" :\" INT\" ,\" Y\" :\" INT\" }}}" ,
30+ "judgerAvailable" : true ,
31+ "judgeType" : " large" ,
32+ "mysqlSchemas" : [
33+ " Create table If Not Exists Coordinates (X int, Y int)" ,
34+ " Truncate table Coordinates" ,
35+ " insert into Coordinates (X, Y) values ('20', '20')" ,
36+ " insert into Coordinates (X, Y) values ('20', '20')" ,
37+ " insert into Coordinates (X, Y) values ('20', '21')" ,
38+ " insert into Coordinates (X, Y) values ('23', '22')" ,
39+ " insert into Coordinates (X, Y) values ('22', '23')" ,
40+ " insert into Coordinates (X, Y) values ('21', '20')"
41+ ],
42+ "enableRunCode" : true ,
43+ "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>\" ]}" ,
44+ "book" : null ,
45+ "isSubscribed" : false ,
46+ "isDailyQuestion" : false ,
47+ "dailyRecordStatus" : null ,
48+ "editorType" : " CKEDITOR" ,
49+ "ugcQuestionId" : null ,
50+ "style" : " LEETCODE" ,
51+ "exampleTestcases" : " {\" headers\" :{\" Coordinates\" :[\" X\" ,\" Y\" ]},\" rows\" :{\" Coordinates\" :[[20,20],[20,20],[20,21],[23,22],[22,23],[21,20]]}}" ,
52+ "__typename" : " QuestionNode"
53+ }
54+ }
55+ }
0 commit comments