API Response (JSON)
{
"problem": {
"name": "Min Cost Cycle",
"description": {
"content": "We have a directed weighted graph with $N$ vertices. Each vertex has two integers written on it, and the integers written on Vertex $i$ are $A_i$ and $B_i$. In this graph, there is an edge from Vertex",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc028_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a directed weighted graph with $N$ vertices. Each vertex has two integers written on it, and the integers written on Vertex $i$ are $A_i$ and $B_i$.\nIn this graph, there is an edge from Vertex...",
"is_translate": false,
"language": "English"
}
]
}