length = int(input('length:')) width = int(input('width:')) height = int(input('height:')) print("volume is", length*width*height)