API Response (JSON)
{
"problem": {
"name": "A+...+B Problem",
"description": {
"content": "Snuke has $N$ integers. Among them, the smallest is $A$, and the largest is $B$. We are interested in the sum of those $N$ integers. How many different possible sums there are?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc015_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Snuke has $N$ integers. Among them, the smallest is $A$, and the largest is $B$. We are interested in the sum of those $N$ integers. How many different possible sums there are?\n\n## Constraints\n\n* $1...",
"is_translate": false,
"language": "English"
}
]
}