API Response (JSON)
{
"problem": {
"name": "General Weighted Max Matching",
"description": {
"content": "You are given a weighted undirected complete graph with $N$ vertices numbered from $1$ to $N$. The edge connecting vertices $i$ and $j$ $(i< j)$ has a weight of $D_{i,j}$. When choosing some number of",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc318_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a weighted undirected complete graph with $N$ vertices numbered from $1$ to $N$. The edge connecting vertices $i$ and $j$ $(i< j)$ has a weight of $D_{i,j}$.\nWhen choosing some number of...",
"is_translate": false,
"language": "English"
}
]
}