API Response (JSON)
{
"problem": {
"name": "015. Subway System",
"description": {
"content": "You're going to a large city with a complex subway system. You need to find out how many subway lines you will take from the airport to your hotel. Given a list of stations that each subway line stops",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269015"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You're going to a large city with a complex subway system. You need to find out how many subway lines you will take from the airport to your hotel. Given a list of stations that each subway line stops...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of subway lines. \nLet $ L_1, L_2, \\dots, L_n \\subseteq S $ be the sets of stations for each line, where $ S $ is the finite set of all stati...",
"is_translate": false,
"language": "Formal"
}
]
}