l=int(input('enter the lenght of cube')) h=int(input('enter the hight of cube')) b=int(input('enter the bregth of cube')) area =h*l*b print(area)