API Response (JSON)
{
"problem": {
"name": "Ex - Directed Graph and Query",
"description": {
"content": "There is a directed graph with $N$ vertices and $M$ edges. The vertices are numbered $1$ through $N$, and the $i$\\-th directed edge goes from vertex $a_i$ to vertex $b_i$. The cost of a path on this g",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 4500,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc287_h"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is a directed graph with $N$ vertices and $M$ edges. The vertices are numbered $1$ through $N$, and the $i$\\-th directed edge goes from vertex $a_i$ to vertex $b_i$.\nThe cost of a path on this g...",
"is_translate": false,
"language": "English"
}
]
}