Exact Price

AtCoder
IDabc223_a
Time2000ms
Memory256MB
Difficulty
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: $X$ [samples]
Samples
Input #1
500
Output #1
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`.
Input #2
40
Output #2
No
Input #3
0
Output #3
No

Note that the purse has at least one $100$\-yen coin.
API Response (JSON)
{
  "problem": {
    "name": "Exact Price",
    "description": {
      "content": "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?",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc223_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "Takahashi's purse has one or more $100$\\-yen coins in it and nothing else. (Yen is the Japanese currency.)\nIs it possible that the total amount of money in the purse is $X$ yen?\n\n## Constraints\n\n*   $...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments