API Response (JSON)
{
"problem": {
"name": "[ICPC 2021 Macao R] LCS Spanning Tree",
"description": {
"content": "Given a complete undirected graph of $n$ vertices and $n$ strings $s_1, s_2, \\cdots, s_n$, the weight of edge connecting vertices $i$ and $j$ is equal to the length of the longest common substring (LC",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 5000,
"memory_limit": 1048576
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9664"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given a complete undirected graph of $n$ vertices and $n$ strings $s_1, s_2, \\cdots, s_n$, the weight of edge connecting vertices $i$ and $j$ is equal to the length of the longest common substring (LC...",
"is_translate": false,
"language": "English"
}
]
}