len=int(input("Length: ")) wid=int(input("width: ")) hei=int(input("height: ")) all=len*wid*hei print("volume is", all)