API Response (JSON)
{
"problem": {
"name": "Sum of Three Integers",
"description": {
"content": "You are given two integers $K$ and $S$. Three variable $X, Y$ and $Z$ takes integer values satisfying $0≤X,Y,Z≤K$. How many different assignments of values to $X, Y$ and $Z$ are there such that $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": "abc051_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two integers $K$ and $S$. \nThree variable $X, Y$ and $Z$ takes integer values satisfying $0≤X,Y,Z≤K$. \nHow many different assignments of values to $X, Y$ and $Z$ are there such that $X...",
"is_translate": false,
"language": "English"
}
]
}