// editor1
length = float(input())
width = float(input())
area = length * width
print(f"{area:.2f}")