API Response (JSON)
{
"problem": {
"name": "n-Way Tie",
"description": {
"content": "In the country of Tieland, there is an annual tie tying tournament that hosts n participants numbered with integers from 1 to n. Each two participants meet exactly once and have a match in tie tying. ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10074K"
},
"statements": [
{
"statement_type": "Markdown",
"content": "In the country of Tieland, there is an annual tie tying tournament that hosts n participants numbered with integers from 1 to n. Each two participants meet exactly once and have a match in tie tying. ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of participants. \nLet $ G = (V, E) $ be a complete directed graph with $ V = \\{1, 2, \\dots, n\\} $, where each directed edge $ i \\to j $ ($ i...",
"is_translate": false,
"language": "Formal"
}
]
}