{"raw_statement":[{"iden":"problem statement","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?"},{"iden":"constraints","content":"*   $0 \\leq X \\leq 1000$\n*   All values in input are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$X$"},{"iden":"sample input 1","content":"500"},{"iden":"sample output 1","content":"Yes\n\nIf 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`."},{"iden":"sample input 2","content":"40"},{"iden":"sample output 2","content":"No"},{"iden":"sample input 3","content":"0"},{"iden":"sample output 3","content":"No\n\nNote that the purse has at least one $100$\\-yen coin."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}