API Response (JSON)
{
"problem": {
"name": "Many A+B Problems",
"description": {
"content": "You are given $N$ pairs of integers: $(A_1, B_1), (A_2, B_2), \\ldots, (A_N, B_N)$. For each $i = 1, 2, \\ldots, N$, print $A_i + B_i$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc288_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $N$ pairs of integers: $(A_1, B_1), (A_2, B_2), \\ldots, (A_N, B_N)$. For each $i = 1, 2, \\ldots, N$, print $A_i + B_i$.\n\n## Constraints\n\n* $1 \\leq N \\leq 1000$\n* $-10^9 \\leq A_i, B_i...",
"is_translate": false,
"language": "English"
}
]
}