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/originData/[no content]all-the-matches-of-the-league.json

56 lines
3.1 KiB
JSON

{
"data": {
"question": {
"questionId": "2453",
"questionFrontendId": "2339",
"boundTopicId": null,
"title": "All the Matches of the League",
"titleSlug": "all-the-matches-of-the-league",
"content": null,
"translatedTitle": null,
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Easy",
"likes": 39,
"dislikes": 3,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "{\"headers\": {\"Teams\": [\"team_name\"]}, \"rows\": {\"Teams\": [[\"Leetcode FC\"], [\"Ahly SC\"], [\"Real Madrid\"]]}}",
"categoryTitle": "Database",
"contributors": [],
"topicTags": [
{
"name": "Database",
"slug": "database",
"translatedName": null,
"__typename": "TopicTagNode"
}
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"6.2K\", \"totalSubmission\": \"7.1K\", \"totalAcceptedRaw\": 6205, \"totalSubmissionRaw\": 7123, \"acRate\": \"87.1%\"}",
"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,
"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>\"], \"pythondata\": [\"Pandas\", \"<p>Python 3.10 with Pandas 2.0.2 and NumPy 1.25.0</p>\"], \"postgresql\": [\"PostgreSQL\", \"<p>PostgreSQL 16</p>\"]}",
"libraryUrl": null,
"adminUrl": null,
"challengeQuestion": null,
"__typename": "QuestionNode"
}
}
}