API Response (JSON)
{
"problem": {
"name": "Authentic Tree DP",
"description": {
"content": "For an undirected tree $t$, let us define a rational number $f(t)$ as follows. * Let $n$ be the number of vertices in $t$. * If $n=1$: Let $f(t)=1$. * If $n \\geq 2$: * For an edge $e$ in ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc058_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For an undirected tree $t$, let us define a rational number $f(t)$ as follows.\n\n* Let $n$ be the number of vertices in $t$.\n* If $n=1$: Let $f(t)=1$.\n* If $n \\geq 2$:\n * For an edge $e$ in ...",
"is_translate": false,
"language": "English"
}
]
}