API Response (JSON)
{
"problem": {
"name": "Rolling Dice",
"description": {
"content": "Is it possible to get a sum of $B$ when throwing a die with six faces $1,2,\\ldots,6$ $A$ times?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc208_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Is it possible to get a sum of $B$ when throwing a die with six faces $1,2,\\ldots,6$ $A$ times?\n\n## Constraints\n\n* $1 \\leq A \\leq 100$\n* $1 \\leq B \\leq 1000$\n* $A$ and $B$ are integers.\n\n## Inpu...",
"is_translate": false,
"language": "English"
}
]
}