API Response (JSON)
{
"problem": {
"name": "Ai + Bj + Ck = X (1 <= i, j, k <= N)",
"description": {
"content": "You are given integers $N,A,B,C,X$. Find the number of triples of integers $(i,j,k)$ that satisfy all of the following conditions. * $1 \\le i,j,k \\le N$ * $Ai+Bj+Ck=X$",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc315_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given integers $N,A,B,C,X$. Find the number of triples of integers $(i,j,k)$ that satisfy all of the following conditions.\n\n* $1 \\le i,j,k \\le N$\n* $Ai+Bj+Ck=X$\n\n## Constraints\n\n* All in...",
"is_translate": false,
"language": "English"
}
]
}