{"raw_statement":[{"iden":"problem statement","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`."},{"iden":"constraints","content":"*   $1 \\leq A_i \\leq 13 \\ \\ (i=1,2,3)$\n*   All values in input are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$A_1$ $A_2$ $A_3$"},{"iden":"sample input 1","content":"5 7 9"},{"iden":"sample output 1","content":"win\n\n$5+7+9=21$, so print `win`."},{"iden":"sample input 2","content":"13 7 2"},{"iden":"sample output 2","content":"bust\n\n$13+7+2=22$, so print `bust`."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}