• + 0 comments
        int max = height.stream().max(Integer::compare).get();
        return max > k ? max-k : 0;