{"raw_statement":[{"iden":"problem statement","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?"},{"iden":"constraints","content":"*   All values in input are integers.\n*   $1 \\leq A, B, C \\leq 100$"},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$A$ $B$ $C$"},{"iden":"sample input 1","content":"2 11 4"},{"iden":"sample output 1","content":"4\n\nSince he has not less than $8$ yen, he will hear the sound four times and be satisfied."},{"iden":"sample input 2","content":"3 9 5"},{"iden":"sample output 2","content":"3\n\nHe may not be able to be satisfied."},{"iden":"sample input 3","content":"100 1 10"},{"iden":"sample output 3","content":"0"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}