{"raw_statement":[{"iden":"problem statement","content":"The consumption tax rate in the Republic of AtCoder is $8$ percent.  \nAn energy drink shop in this country sells one can of energy drink for $N$ yen (Japanese currency) without tax.  \nIncluding tax, it will be $\\lfloor 1.08 \\times N \\rfloor$ yen, where $\\lfloor x \\rfloor$ denotes the greatest integer not exceeding $x$ for a real number $x$.  \nIf this tax-included price is lower than the list price of $206$ yen, print `Yay!`; if it is equal to the list price, print `so-so`; if it is higher than the list price, print `:(`."},{"iden":"constraints","content":"*   $1 \\le N \\le 300$\n*   $N$ is an integer."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$N$"},{"iden":"sample input 1","content":"180"},{"iden":"sample output 1","content":"Yay!\n\nFor $N=180$, the tax-included price is $\\lfloor 180 \\times 1.08 \\rfloor = 194$ yen, which is lower than the list price of $206$ yen."},{"iden":"sample input 2","content":"200"},{"iden":"sample output 2","content":":("},{"iden":"sample input 3","content":"191"},{"iden":"sample output 3","content":"so-so\n\nIn this case, the tax-included price is exactly equal to the list price of $206$ yen."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}