{"problem":{"name":"Maxi-Buying","description":{"content":"The consumption tax rate in the Republic of AtCoder is $8$ percent.   An energy drink shop in this country sells one can of energy drink for $N$ yen (Japanese currency) without tax.   Including tax, i","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc206_a"},"statements":[{"statement_type":"Markdown","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 `:(`.\n\n## Constraints\n\n*   $1 \\le N \\le 300$\n*   $N$ is an integer.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc206_a","tags":[],"sample_group":[["180","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."],["200",":("],["191","so-so\n\nIn this case, the tax-included price is exactly equal to the list price of $206$ yen."]],"created_at":"2026-03-03 11:01:13"}}