API Response (JSON)
{
"problem": {
"name": "Add One Edge",
"description": {
"content": "We have an undirected graph with $(N_1+N_2)$ vertices and $M$ edges. For $i=1,2,\\ldots,M$, the $i$\\-th edge connects vertex $a_i$ and vertex $b_i$. The following properties are guaranteed: * Vert",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc309_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have an undirected graph with $(N_1+N_2)$ vertices and $M$ edges. For $i=1,2,\\ldots,M$, the $i$\\-th edge connects vertex $a_i$ and vertex $b_i$. \nThe following properties are guaranteed:\n\n* Vert...",
"is_translate": false,
"language": "English"
}
]
}