API Response (JSON)
{
"problem": {
"name": "Simple Math",
"description": {
"content": "Given are three positive integers $A$, $B$, and $C$. Compute the following value modulo $998244353$: $\\sum_{a=1}^{A} \\sum_{b=1}^{B} \\sum_{c=1}^{C} abc$",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc107_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are three positive integers $A$, $B$, and $C$. Compute the following value modulo $998244353$:\n$\\sum_{a=1}^{A} \\sum_{b=1}^{B} \\sum_{c=1}^{C} abc$\n\n## Constraints\n\n* $1 \\leq A, B, C \\leq 10^9$\n...",
"is_translate": false,
"language": "English"
}
]
}