API Response (JSON)
{
"problem": {
"name": "Unicyclic Components",
"description": {
"content": "You are given an undirected graph with $N$ vertices numbered $1$ to $N$ and $M$ edges numbered $1$ to $M$. Edge $i$ connects vertex $u_i$ and vertex $v_i$. Determine whether every connected component ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc292_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an undirected graph with $N$ vertices numbered $1$ to $N$ and $M$ edges numbered $1$ to $M$. Edge $i$ connects vertex $u_i$ and vertex $v_i$.\nDetermine whether every connected component ...",
"is_translate": false,
"language": "English"
}
]
}