API Response (JSON)
{
"problem": {
"name": "190. Contact Tracing",
"description": {
"content": "During the coronavirus pandemic, your town is attempting to trace the origins of recent COVID-19 cases. You're given a list of people who had the disease, and who they got it from, and you're trying ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269190"
},
"statements": [
{
"statement_type": "Markdown",
"content": "During the coronavirus pandemic, your town is attempting to trace the origins of recent COVID-19 cases.\n\nYou're given a list of people who had the disease, and who they got it from, and you're trying ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of people. \nLet $ P = \\{p_1, p_2, \\dots, p_n\\} $ be the set of person names. \nLet $ S: P \\to P \\cup \\{\\text{OTHER}\\} $ be the transmission ...",
"is_translate": false,
"language": "Formal"
}
]
}