API Response (JSON)
{
"problem": {
"name": "Blackjack",
"description": {
"content": "Given are three integers $A_1$, $A_2$, and $A_3$. If $A_1+A_2+A_3$ is greater than or equal to $22$, print `bust`; otherwise, print `win`.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc147_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are three integers $A_1$, $A_2$, and $A_3$.\nIf $A_1+A_2+A_3$ is greater than or equal to $22$, print `bust`; otherwise, print `win`.\n\n## Constraints\n\n* $1 \\leq A_i \\leq 13 \\ \\ (i=1,2,3)$\n* A...",
"is_translate": false,
"language": "English"
}
]
}