/* * complete the 'maxcandiescount' function below. * * the function is expected to return an integer. * the function accepts integer array candies as parameter. */ int maxcandiescount(vector candies) {