API Response (JSON)
{
"problem": {
"name": "Beautiful Binary Tree",
"description": {
"content": "For a positive integer $N$, a rooted binary tree that satisfies the following conditions is said to be a **beautiful binary tree of degree $N$**. * Each vertex has $0$ or $1$ written on it. * Eac",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc222_h"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For a positive integer $N$, a rooted binary tree that satisfies the following conditions is said to be a **beautiful binary tree of degree $N$**.\n\n* Each vertex has $0$ or $1$ written on it.\n* Eac...",
"is_translate": false,
"language": "English"
}
]
}