{"raw_statement":[{"iden":"problem statement","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.)"},{"iden":"constraints","content":"*   $1 \\leq X \\leq 100000$\n*   $X$ is an integer."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$X$"},{"iden":"sample input 1","content":"615"},{"iden":"sample output 1","content":"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."},{"iden":"sample input 2","content":"217"},{"iden":"sample output 2","content":"0\n\nNo set of items costs $217$ yen in total."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}