API Response (JSON)
{
"problem": {
"name": "Beautiful Path",
"description": {
"content": "There is a directed graph with $N$ vertices and $M$ edges. Each edge has two positive integer values: **beauty** and **cost**. For $i = 1, 2, \\ldots, M$, the $i$\\-th edge is directed from vertex $u_i$",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 5000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc324_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is a directed graph with $N$ vertices and $M$ edges. Each edge has two positive integer values: **beauty** and **cost**.\nFor $i = 1, 2, \\ldots, M$, the $i$\\-th edge is directed from vertex $u_i$...",
"is_translate": false,
"language": "English"
}
]
}