API Response (JSON)
{
"problem": {
"name": "Random Walk",
"description": {
"content": "There is a simple undirected graph with $2^N+1$ vertices and $2^N$ edges, where the vertices are numbered $1, 2, \\dots, 2^N+1$. The $i$\\-th edge connects vertex $i$ and vertex $i+1$. You place a pie",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "fps_24_r"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is a simple undirected graph with $2^N+1$ vertices and $2^N$ edges, where the vertices are numbered $1, 2, \\dots, 2^N+1$. \nThe $i$\\-th edge connects vertex $i$ and vertex $i+1$.\nYou place a pie...",
"is_translate": false,
"language": "English"
}
]
}