API Response (JSON)
{
"problem": {
"name": "One-stroke Path",
"description": {
"content": "You are given an undirected unweighted graph with $N$ vertices and $M$ edges that contains neither self-loops nor double edges. Here, a _self-loop_ is an edge where $a_i = b_i (1≤i≤M)$, and _double ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc054_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an undirected unweighted graph with $N$ vertices and $M$ edges that contains neither self-loops nor double edges. \nHere, a _self-loop_ is an edge where $a_i = b_i (1≤i≤M)$, and _double ...",
"is_translate": false,
"language": "English"
}
]
}