{"raw_statement":[{"iden":"problem statement","content":"Takahashi, the magician, is fighting with a monster.\nHis magic can defeat a monster whose _health_ is a multiple of $M$. It has no effect on a monster whose health is not a multiple of $M$.\nCan his magic defeat a monster whose health is $H$?"},{"iden":"constraints","content":"*   $1 \\leq M \\leq 1000$\n*   $1 \\leq H \\leq 1000$\n*   $M$ and $H$ are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$M$ $H$"},{"iden":"sample input 1","content":"10 120"},{"iden":"sample output 1","content":"Yes\n\nTakahashi's magic can defeat a monster whose health is a multiple of $10$.\n$120$ is a multiple of $10$, so his magic can defeat the monster with health $120$."},{"iden":"sample input 2","content":"10 125"},{"iden":"sample output 2","content":"No\n\n$125$ is not a multiple of $10$, so his magic cannot defeat the monster with health $125$."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}