{"problem":{"name":"Two Coins","description":{"content":"An elementary school student Takahashi has come to a variety store. He 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 ","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc091_a"},"statements":[{"statement_type":"Markdown","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.\n\n## Constraints\n\n*   All input values are integers.\n*   $1 \\leq A, B \\leq 500$\n*   $1 \\leq C \\leq 1000$\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$A$ $B$ $C$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc091_a","tags":[],"sample_group":[["50 100 120","Yes\n\nHe has $50 + 100 = 150$ yen, so he can buy the $120$\\-yen toy."],["500 100 1000","No\n\nHe has $500 + 100 = 600$ yen, but he cannot buy the $1000$\\-yen toy."],["19 123 143","No\n\nThere are $19$\\-yen and $123$\\-yen coins in Takahashi Kingdom, which are rather hard to use."],["19 123 142","Yes"]],"created_at":"2026-03-03 11:01:14"}}