A, B, C = map(int, input().split()) print(min(B, A * C))