API Response (JSON)
{
"problem": {
"name": "Sum of Three Terms",
"description": {
"content": "You are given a sequence of $N$ integers $S = (S_1, \\ldots, S_N)$. Determine whether there is a sequence of $N+2$ integers $A = (A_1, \\ldots, A_{N+2})$ that satisfies the conditions below. * $0\\leq",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc135_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a sequence of $N$ integers $S = (S_1, \\ldots, S_N)$. Determine whether there is a sequence of $N+2$ integers $A = (A_1, \\ldots, A_{N+2})$ that satisfies the conditions below.\n\n* $0\\leq...",
"is_translate": false,
"language": "English"
}
]
}