Run ID:87866

提交时间:2024-08-15 16:41:34

r = input().split() a = float(r[0]) b = float(r[1]) print(a*b)