def Map(): return list(map(int,input().split())) A,B,C = Map() print(min(A*C,B))