#F. A - Exact Price

    传统题 1000ms 256MiB

A - Exact Price

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

A - Exact Price

Score : $100$ points

Problem Statement

Takahashi's purse has one or more $100$-yen coins in it and nothing else. (Yen is the Japanese currency.)

Is it possible that the total amount of money in the purse is $X$ yen?

Constraints

  • $0 \leq X \leq 1000$
  • All values in input are integers.

Input

Input is given from Standard Input in the following format:

XX

Output

If it is possible that the total amount of money in Takahashi's purse is $X$ yen, print Yes; otherwise, print No.


500
Yes

If the purse has five $100$-yen coins, the total amount of money is $500$ yen. Thus, it is possible that the total amount is $X=500$ yen, so we should print Yes.


40
No

0
No

Note that the purse has at least one $100$-yen coin.

2025春季ATC码力训练基础营第一次比赛

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