{"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*   $0 \\leq X \\leq 1000$\n*   All values in input are integers.\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":"abc223_a","tags":[],"sample_group":[["500","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`."],["40","No"],["0","No\n\nNote that the purse has at least one $100$\\-yen coin."]],"created_at":"2026-03-03 11:01:13"}}