1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-01-10 18:48:13 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
leetcode-problemset/leetcode-cn/originData/[no content]all-the-matches-of-the-league.json

59 lines
3.2 KiB
JSON

{
"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,
"translatedTitle": "联赛的所有比赛",
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Easy",
"likes": 4,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[]",
"contributors": [],
"langToValidPlayground": null,
"topicTags": [
{
"name": "Database",
"slug": "database",
"translatedName": "数据库",
"__typename": "TopicTagNode"
}
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"1.3K\", \"totalSubmission\": \"1.7K\", \"totalAcceptedRaw\": 1329, \"totalSubmissionRaw\": 1733, \"acRate\": \"76.7%\"}",
"hints": [],
"solution": null,
"status": null,
"sampleTestCase": "{\"headers\": {\"Teams\": [\"team_name\"]}, \"rows\": {\"Teams\": [[\"Leetcode FC\"], [\"Ahly SC\"], [\"Real Madrid\"]]}}",
"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)\"}}}",
"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,
"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>\"]}",
"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"
}
}
}