l = int( input( " Length: " )) w = int( input( " Width: " )) h = int( input( " Height: " )) print( "Volume is", l * w * h)