{"problem":{"name":"Health M Death","description":{"content":"Takahashi, the magician, is fighting with a monster. His 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$. Can his ma","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc195_a"},"statements":[{"statement_type":"Markdown","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$?\n\n## Constraints\n\n*   $1 \\leq M \\leq 1000$\n*   $1 \\leq H \\leq 1000$\n*   $M$ and $H$ are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$M$ $H$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc195_a","tags":[],"sample_group":[["10 120","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$."],["10 125","No\n\n$125$ is not a multiple of $10$, so his magic cannot defeat the monster with health $125$."]],"created_at":"2026-03-03 11:01:14"}}