API Response (JSON)
{
"problem": {
"name": "[GDCPC 2023] Classic Problem",
"description": {
"content": "Given an undirected complete graph with $n$ vertices and $m$ triples $P_1, P_2, \\cdots, P_m$ where $P_i = (u_i, v_i, w_i)$, it's guaranteed that $1 \\leq u_i < v_i \\leq n$, and for any two triples $P_i",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 8000,
"memory_limit": 1048576
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9701"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given an undirected complete graph with $n$ vertices and $m$ triples $P_1, P_2, \\cdots, P_m$ where $P_i = (u_i, v_i, w_i)$, it's guaranteed that $1 \\leq u_i < v_i \\leq n$, and for any two triples $P_i...",
"is_translate": false,
"language": "English"
}
]
}