a, b = (float(i) for i in input().split()) print(a,b) print(round(a * b))