API Response (JSON)
{
"problem": {
"name": "Balanced Neighbors",
"description": {
"content": "You are given an integer $N$. Build an undirected graph with $N$ vertices with indices $1$ to $N$ that satisfies the following two conditions: * The graph is simple and connected. * There exists ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc032_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer $N$. Build an undirected graph with $N$ vertices with indices $1$ to $N$ that satisfies the following two conditions:\n\n* The graph is simple and connected.\n* There exists ...",
"is_translate": false,
"language": "English"
}
]
}