{"raw_statement":[{"iden":"problem statement","content":"An elementary school student Takahashi has come to a variety store.\nHe has two coins, $A$\\-yen and $B$\\-yen coins (yen is the currency of Japan), and wants to buy a toy that costs $C$ yen. Can he buy it?\nNote that he lives in Takahashi Kingdom, and may have coins that do not exist in Japan."},{"iden":"constraints","content":"*   All input values are integers.\n*   $1 \\leq A, B \\leq 500$\n*   $1 \\leq C \\leq 1000$"},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$A$ $B$ $C$"},{"iden":"sample input 1","content":"50 100 120"},{"iden":"sample output 1","content":"Yes\n\nHe has $50 + 100 = 150$ yen, so he can buy the $120$\\-yen toy."},{"iden":"sample input 2","content":"500 100 1000"},{"iden":"sample output 2","content":"No\n\nHe has $500 + 100 = 600$ yen, but he cannot buy the $1000$\\-yen toy."},{"iden":"sample input 3","content":"19 123 143"},{"iden":"sample output 3","content":"No\n\nThere are $19$\\-yen and $123$\\-yen coins in Takahashi Kingdom, which are rather hard to use."},{"iden":"sample input 4","content":"19 123 142"},{"iden":"sample output 4","content":"Yes"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}