API Response (JSON)
{
"problem": {
"name": "Skolem XOR Tree",
"description": {
"content": "You are given an integer $N$. Determine if there exists a tree with $2N$ vertices numbered $1$ to $2N$ satisfying the following condition, and show one such tree if the answer is yes. * Assume that",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc035_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer $N$. Determine if there exists a tree with $2N$ vertices numbered $1$ to $2N$ satisfying the following condition, and show one such tree if the answer is yes.\n\n* Assume that...",
"is_translate": false,
"language": "English"
}
]
}