{"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 each\n*   Cakes, priced at $103$ yen each\n*   Candies, priced at $104$ yen each\n*   Computers, priced at $105$ yen each\n\nTakahashi wants to buy some of them that cost exactly $X$ yen in total. Determine whether this is possible.  \n(Ignore consumption tax.)\n\n## Constraints\n\n*   $1 \\leq X \\leq 100000$\n*   $X$ is an integer.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$X$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"sumitb2019_c","tags":[],"sample_group":[["615","1\n\nFor example, we can buy one of each kind of item, which will cost $100+101+102+103+104+105=615$ yen in total."],["217","0\n\nNo set of items costs $217$ yen in total."]],"created_at":"2026-03-03 11:01:13"}}