#A. A - Maxi-Buying

    传统题 1000ms 256MiB

A - Maxi-Buying

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

A - Maxi-Buying

Score : $100$ points

Problem Statement

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, 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$.
If 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 :(.

Constraints

  • $1 \le N \le 300$
  • $N$ is an integer.

Input

Input is given from Standard Input in the following format:

NN

Output

Print the answer.


180
Yay!

For $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

In this case, the tax-included price is exactly equal to the list price of $206$ yen.

2025寒假ATC码力训练营第十一次练习

未参加
状态
已结束
规则
IOI
题目
6
开始于
2025-2-3 13:00
结束于
2025-2-3 14:30
持续时间
1.5 小时
主持人
参赛人数
5