{"problem":{"name":"Common Raccoon vs Monster","description":{"content":"Raccoon is fighting with a monster. The _health_ of the monster is $H$. Raccoon can use $N$ kinds of special moves. Using the $i$\\-th move decreases the monster's health by $A_i$. There is no other wa","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc153_b"},"statements":[{"statement_type":"Markdown","content":"Raccoon is fighting with a monster.\nThe _health_ of the monster is $H$.\nRaccoon can use $N$ kinds of special moves. Using the $i$\\-th move decreases the monster's health by $A_i$. There is no other way to decrease the monster's health.\nRaccoon wins when the monster's health becomes $0$ or below.\nIf Raccoon can win without using the same move twice or more, print `Yes`; otherwise, print `No`.\n\n## Constraints\n\n*   $1 \\leq H \\leq 10^9$\n*   $1 \\leq N \\leq 10^5$\n*   $1 \\leq A_i \\leq 10^4$\n*   All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$H$ $N$\n$A_1$ $A_2$ $...$ $A_N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc153_b","tags":[],"sample_group":[["10 3\n4 5 6","Yes\n\nThe monster's health will become $0$ or below after, for example, using the second and third moves."],["20 3\n4 5 6","No"],["210 5\n31 41 59 26 53","Yes"],["211 5\n31 41 59 26 53","No"]],"created_at":"2026-03-03 11:01:13"}}