{"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*   All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$A_1$ $A_2$ $A_3$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc147_a","tags":[],"sample_group":[["5 7 9","win\n\n$5+7+9=21$, so print `win`."],["13 7 2","bust\n\n$13+7+2=22$, so print `bust`."]],"created_at":"2026-03-03 11:01:14"}}