API Response (JSON)
{
"problem": {
"name": "Zigzag MST",
"description": {
"content": "We have a graph with $N$ vertices, numbered $0$ through $N-1$. Edges are yet to be added. We will process $Q$ queries to add edges. In the $i$\\-th $(1≦i≦Q)$ query, three integers $A_i, B_i$ and $C_i$ ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "codefestival_2016_final_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a graph with $N$ vertices, numbered $0$ through $N-1$. Edges are yet to be added.\nWe will process $Q$ queries to add edges. In the $i$\\-th $(1≦i≦Q)$ query, three integers $A_i, B_i$ and $C_i$ ...",
"is_translate": false,
"language": "English"
}
]
}