1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-01-11 02:58:13 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
leetcode-problemset/leetcode/originData/[no content]invalid-tweets.json
2022-05-02 23:44:12 +08:00

55 lines
2.7 KiB
JSON

{
"data": {
"question": {
"questionId": "1827",
"questionFrontendId": "1683",
"boundTopicId": null,
"title": "Invalid Tweets",
"titleSlug": "invalid-tweets",
"content": null,
"translatedTitle": null,
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Easy",
"likes": 57,
"dislikes": 69,
"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,
"stats": "{\"totalAccepted\": \"17.4K\", \"totalSubmission\": \"19.1K\", \"totalAcceptedRaw\": 17370, \"totalSubmissionRaw\": 19104, \"acRate\": \"90.9%\"}",
"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"
}
}
}