length = int(input("length: ")) width = int(input("input")) height = int(input("height")) print(length*width*height)