API Response (JSON)
{
"problem": {
"name": "Knot Puzzle",
"description": {
"content": "We have $N$ pieces of ropes, numbered $1$ through $N$. The length of piece $i$ is $a_i$. At first, for each $i (1≤i≤N-1)$, piece $i$ and piece $i+1$ are tied at the ends, forming one long rope with $N",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc002_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have $N$ pieces of ropes, numbered $1$ through $N$. The length of piece $i$ is $a_i$.\nAt first, for each $i (1≤i≤N-1)$, piece $i$ and piece $i+1$ are tied at the ends, forming one long rope with $N...",
"is_translate": false,
"language": "English"
}
]
}