A,B,C=map(int, input().split()) X=(A*C) if X>B: print(B) else: print(X)