{"problem":{"name":"Favorite Sound","description":{"content":"Takahashi likes the sound when he buys a drink from a vending machine. That sound can be heard by spending $A$ yen (the currency of Japan) each time. Takahashi has $B$ yen. He will hear the sound as m","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc120_a"},"statements":[{"statement_type":"Markdown","content":"Takahashi likes the sound when he buys a drink from a vending machine.\nThat sound can be heard by spending $A$ yen (the currency of Japan) each time.\nTakahashi has $B$ yen. He will hear the sound as many times as he can with that money, but at most $C$ times, as he would be satisfied at that time.\nHow many times will he hear the sound?\n\n## Constraints\n\n*   All values in input are integers.\n*   $1 \\leq A, B, C \\leq 100$\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":"abc120_a","tags":[],"sample_group":[["2 11 4","4\n\nSince he has not less than $8$ yen, he will hear the sound four times and be satisfied."],["3 9 5","3\n\nHe may not be able to be satisfied."],["100 1 10","0"]],"created_at":"2026-03-03 11:01:14"}}