2022-03-27 18:27:43 +08:00
{
"data" : {
"question" : {
"questionId" : "1827" ,
"questionFrontendId" : "1683" ,
"boundTopicId" : null ,
"title" : "Invalid Tweets" ,
"titleSlug" : "invalid-tweets" ,
"content" : null ,
"translatedTitle" : null ,
"translatedContent" : null ,
"isPaidOnly" : true ,
"difficulty" : "Easy" ,
2022-05-02 23:44:12 +08:00
"likes" : 57 ,
"dislikes" : 69 ,
2022-03-27 18:27:43 +08:00
"isLiked" : null ,
"similarQuestions" : "[]" ,
"exampleTestcases" : "{\"headers\":{\"Tweets\":[\"tweet_id\",\"content\"]},\"rows\":{\"Tweets\":[[1,\"Vote for Biden\"],[2,\"Let us make America great again!\"]]}}" ,
"categoryTitle" : "Database" ,
"contributors" : [ ] ,
"topicTags" : [
{
"name" : "Database" ,
"slug" : "database" ,
"translatedName" : null ,
"__typename" : "TopicTagNode"
}
] ,
"companyTagStats" : null ,
"codeSnippets" : null ,
2022-05-02 23:44:12 +08:00
"stats" : "{\"totalAccepted\": \"17.4K\", \"totalSubmission\": \"19.1K\", \"totalAcceptedRaw\": 17370, \"totalSubmissionRaw\": 19104, \"acRate\": \"90.9%\"}" ,
2022-03-27 18:27:43 +08:00
"hints" : [ ] ,
"solution" : null ,
"status" : null ,
"sampleTestCase" : "{\"headers\":{\"Tweets\":[\"tweet_id\",\"content\"]},\"rows\":{\"Tweets\":[[1,\"Vote for Biden\"],[2,\"Let us make America great again!\"]]}}" ,
"metaData" : "{\n \"mysql\": [\n \"Create table If Not Exists Tweets(tweet_id int, content varchar(50))\"\n ],\n \"mssql\": [\n \"Create table Tweets(tweet_id int, content varchar(50))\"\n ],\n \"oraclesql\": [\n \"Create table Tweets(tweet_id int, content varchar(50))\"\n ],\n \"database\": true\n}" ,
"judgerAvailable" : true ,
"judgeType" : "large" ,
"mysqlSchemas" : [
"Create table If Not Exists Tweets(tweet_id int, content varchar(50))" ,
"Truncate table Tweets" ,
"insert into Tweets (tweet_id, content) values ('1', 'Vote for Biden')" ,
"insert into Tweets (tweet_id, content) values ('2', 'Let us make America great again!')"
] ,
"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>\"]}" ,
"libraryUrl" : null ,
"adminUrl" : null ,
"challengeQuestion" : null ,
"__typename" : "QuestionNode"
}
}
}