API Response (JSON)
{
"problem": {
"name": "Counting Shortest Paths",
"description": {
"content": "We will perform the following operation on a complete undirected graph $G$ with $N$ vertices. > For each $i = 1, 2, \\ldots, M$, delete the undirected edge connecting vertices $u_i$ and $v_i$. Determ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc319_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We will perform the following operation on a complete undirected graph $G$ with $N$ vertices.\n\n> For each $i = 1, 2, \\ldots, M$, delete the undirected edge connecting vertices $u_i$ and $v_i$.\n\nDeterm...",
"is_translate": false,
"language": "English"
}
]
}