API Response (JSON)
{
"problem": {
"name": "Arithmetic Sequence",
"description": {
"content": "Given is a sequence of three integers $A = (A_1, A_2, A_3)$. On this sequence, you can do the following operation any number of times: * choose $i\\in {1,2,3}$ and add $1$ to $A_i$. Find the minimu",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc123_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a sequence of three integers $A = (A_1, A_2, A_3)$. On this sequence, you can do the following operation any number of times:\n\n* choose $i\\in {1,2,3}$ and add $1$ to $A_i$.\n\nFind the minimu...",
"is_translate": false,
"language": "English"
}
]
}