API Response (JSON)
{
"problem": {
"name": "B = C",
"description": {
"content": "How many triples $A,B,C$ of integers between $L$ and $R$ (inclusive) satisfy $A-B=C$? You will be given $T$ cases. Solve each of them.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc112_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "How many triples $A,B,C$ of integers between $L$ and $R$ (inclusive) satisfy $A-B=C$?\nYou will be given $T$ cases. Solve each of them.\n\n## Constraints\n\n* $1 \\leq T \\leq 2\\times 10^4$\n* $0\\le L \\le...",
"is_translate": false,
"language": "English"
}
]
}