{"raw_statement":[{"iden":"problem statement","content":"$N$ of us are going on a trip, by train or taxi.\nThe train will cost each of us $A$ yen (the currency of Japan).\nThe taxi will cost us a total of $B$ yen.\nHow much is our minimum total travel expense?"},{"iden":"constraints","content":"*   All values in input are integers.\n*   $1 \\leq N \\leq 20$\n*   $1 \\leq A \\leq 50$\n*   $1 \\leq B \\leq 50$"},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$N$ $A$ $B$"},{"iden":"sample input 1","content":"4 2 9"},{"iden":"sample output 1","content":"8\n\nThe train will cost us $4 \\times 2 = 8$ yen, and the taxi will cost us $9$ yen, so the minimum total travel expense is $8$ yen."},{"iden":"sample input 2","content":"4 2 7"},{"iden":"sample output 2","content":"7"},{"iden":"sample input 3","content":"4 2 8"},{"iden":"sample output 3","content":"8"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}