L = int(input( "Length: " )) W = int(input( "Width: " )) H = int(input( "Height: " )) V = L*W*H print( "Volume is", V )