{"problem":{"name":"T or T","description":{"content":"$N$ of us are going on a trip, by train or taxi. The train will cost each of us $A$ yen (the currency of Japan). The taxi will cost us a total of $B$ yen. How much is our minimum total travel expense?","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc133_a"},"statements":[{"statement_type":"Markdown","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?\n\n## Constraints\n\n*   All values in input are integers.\n*   $1 \\leq N \\leq 20$\n*   $1 \\leq A \\leq 50$\n*   $1 \\leq B \\leq 50$\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$ $A$ $B$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc133_a","tags":[],"sample_group":[["4 2 9","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."],["4 2 7","7"],["4 2 8","8"]],"created_at":"2026-03-03 11:01:14"}}