L = int(input("Lenth:")) W = int(input("Width:")) H = int(input("Height:")) V = L*W*H print("Volume is",V)