a,b,c=map(int,input().split()) #支払う金額は pa=a*c pb=b print(min(pa,b))