2022-07-17 17:35:36 +08:00
{
"data" : {
"question" : {
"questionId" : "2453" ,
"questionFrontendId" : "2339" ,
"categoryTitle" : "Database" ,
"boundTopicId" : 1668293 ,
"title" : "All the Matches of the League" ,
"titleSlug" : "all-the-matches-of-the-league" ,
"content" : null ,
2023-12-09 18:42:21 +08:00
"translatedTitle" : "联赛的所有比赛" ,
2022-07-17 17:35:36 +08:00
"translatedContent" : null ,
"isPaidOnly" : true ,
"difficulty" : "Easy" ,
2023-12-09 18:42:21 +08:00
"likes" : 4 ,
2022-07-17 17:35:36 +08:00
"dislikes" : 0 ,
"isLiked" : null ,
"similarQuestions" : "[]" ,
"contributors" : [ ] ,
"langToValidPlayground" : null ,
2023-12-09 18:42:21 +08:00
"topicTags" : [
{
"name" : "Database" ,
"slug" : "database" ,
"translatedName" : "数据库" ,
"__typename" : "TopicTagNode"
}
] ,
2022-07-17 17:35:36 +08:00
"companyTagStats" : null ,
"codeSnippets" : null ,
2023-12-09 18:42:21 +08:00
"stats" : "{\"totalAccepted\": \"1.3K\", \"totalSubmission\": \"1.7K\", \"totalAcceptedRaw\": 1329, \"totalSubmissionRaw\": 1733, \"acRate\": \"76.7%\"}" ,
2022-07-17 17:35:36 +08:00
"hints" : [ ] ,
"solution" : null ,
"status" : null ,
"sampleTestCase" : "{\"headers\": {\"Teams\": [\"team_name\"]}, \"rows\": {\"Teams\": [[\"Leetcode FC\"], [\"Ahly SC\"], [\"Real Madrid\"]]}}" ,
2023-12-09 18:42:21 +08:00
"metaData" : "{\"mysql\":[\"Create table If Not Exists Teams (team_name varchar(50))\"],\"mssql\":[\"Create table Teams (team_name varchar(50))\"],\"oraclesql\":[\"Create table Teams (team_name varchar(50))\"],\"database\":true,\"name\":\"find_all_matches\",\"pythondata\":[\"Teams = pd.DataFrame([], columns=['team_name']).astype({'team_name':'object'})\"],\"postgresql\":[\"Create table If Not Exists Teams (team_name varchar(50))\"],\"database_schema\":{\"Teams\":{\"team_name\":\"VARCHAR(50)\"}}}" ,
2022-07-17 17:35:36 +08:00
"judgerAvailable" : true ,
"judgeType" : "large" ,
"mysqlSchemas" : [
"Create table If Not Exists Teams (team_name varchar(50))" ,
"Truncate table Teams" ,
"insert into Teams (team_name) values ('Leetcode FC')" ,
"insert into Teams (team_name) values ('Ahly SC')" ,
"insert into Teams (team_name) values ('Real Madrid')"
] ,
"enableRunCode" : true ,
2023-12-09 18:42:21 +08:00
"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>\"]}" ,
2022-07-17 17:35:36 +08:00
"book" : null ,
"isSubscribed" : false ,
"isDailyQuestion" : false ,
"dailyRecordStatus" : null ,
"editorType" : "CKEDITOR" ,
"ugcQuestionId" : null ,
"style" : "LEETCODE" ,
"exampleTestcases" : "{\"headers\": {\"Teams\": [\"team_name\"]}, \"rows\": {\"Teams\": [[\"Leetcode FC\"], [\"Ahly SC\"], [\"Real Madrid\"]]}}" ,
"__typename" : "QuestionNode"
}
}
}