API Response (JSON)
{
"problem": {
"name": "Not Equal",
"description": {
"content": "You are given a sequence $C$ of $N$ integers. Find the number of sequences $A$ of $N$ integers satisfying all of the following conditions. * $1 \\leq A_i \\leq C_i\\, (1 \\leq i \\leq N)$ * $A_i \\neq ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc209_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a sequence $C$ of $N$ integers. Find the number of sequences $A$ of $N$ integers satisfying all of the following conditions.\n\n* $1 \\leq A_i \\leq C_i\\, (1 \\leq i \\leq N)$\n* $A_i \\neq ...",
"is_translate": false,
"language": "English"
}
]
}