100 to 105

AtCoder
IDsumitb2019_c
Time2000ms
Memory256MB
Difficulty
AtCoder Mart sells $1000000$ of each of the six items below: * Riceballs, priced at $100$ yen (the currency of Japan) each * Sandwiches, priced at $101$ yen each * Cookies, priced at $102$ yen each * Cakes, priced at $103$ yen each * Candies, priced at $104$ yen each * Computers, priced at $105$ yen each Takahashi wants to buy some of them that cost exactly $X$ yen in total. Determine whether this is possible. (Ignore consumption tax.) ## Constraints * $1 \leq X \leq 100000$ * $X$ is an integer. ## Input Input is given from Standard Input in the following format: $X$ [samples]
Samples
Input #1
615
Output #1
1

For example, we can buy one of each kind of item, which will cost $100+101+102+103+104+105=615$ yen in total.
Input #2
217
Output #2
0

No set of items costs $217$ yen in total.
API Response (JSON)
{
  "problem": {
    "name": "100 to 105",
    "description": {
      "content": "AtCoder Mart sells $1000000$ of each of the six items below: *   Riceballs, priced at $100$ yen (the currency of Japan) each *   Sandwiches, priced at $101$ yen each *   Cookies, priced at $102$ 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": "sumitb2019_c"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "AtCoder Mart sells $1000000$ of each of the six items below:\n\n*   Riceballs, priced at $100$ yen (the currency of Japan) each\n*   Sandwiches, priced at $101$ yen each\n*   Cookies, priced at $102$ yen ...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments