API Response (JSON)
{
"problem": {
"name": "K. Binary Sequence",
"description": {
"content": "You are given a sequence of $n$ bits $a_1$, $\\\\dots$, $a_n$ (each bit can be either $0$ or $1$). Initially all bits are set to $0$. You are also given $m$ pairs of indices $(i, j)$, which are the poss",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10286K"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a sequence of $n$ bits $a_1$, $\\\\dots$, $a_n$ (each bit can be either $0$ or $1$). Initially all bits are set to $0$. You are also given $m$ pairs of indices $(i, j)$, which are the poss...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ G = (V, E) $ be a directed graph with: \n- $ V = \\{1, 2, \\dots, N\\} $: set of nodes, \n- $ E = \\{e_1, e_2, \\dots, e_M\\} $: set of directed edges, where $ e_i = (u_i, v_i) $, \n...",
"is_translate": false,
"language": "Formal"
}
]
}