length = input("Length: ") width = input("Width: ") height = input("Height: ") print(int(str(length*width*height)))