a,b,c = map(int,input().split()) ren = a * c print(ren) if ren <= b else print(b)