API Response (JSON)
{
"problem": {
"name": "126. Subway System",
"description": {
"content": "You're going to a city that has a large subway system. The subway system has $n$ lines, and each line has a certain number of stations. However, some stations are \"transfer stations\": multiple lines g",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269126"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You're going to a city that has a large subway system. The subway system has $n$ lines, and each line has a certain number of stations. However, some stations are \"transfer stations\": multiple lines g...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of subway lines. \nFor each line $ i \\in \\{1, \\dots, n\\} $, let $ S_i $ be a multiset of station names representing the stations on line $ i ...",
"is_translate": false,
"language": "Formal"
}
]
}