API Response (JSON)
{
"problem": {
"name": "Squared Norm Maximization",
"description": {
"content": "You are given $N$ pairs of integers $(A_1,B_1),(A_2,B_2),\\cdots,(A_N,B_N)$. For a subset $s$ of ${1,2,\\cdots,N}$, we define its **score** as follows: * $(\\sum_{i \\in s} A_i)^2 + (\\sum_{i \\in s} B_i",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc076_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $N$ pairs of integers $(A_1,B_1),(A_2,B_2),\\cdots,(A_N,B_N)$.\nFor a subset $s$ of ${1,2,\\cdots,N}$, we define its **score** as follows:\n\n* $(\\sum_{i \\in s} A_i)^2 + (\\sum_{i \\in s} B_i...",
"is_translate": false,
"language": "English"
}
]
}