🔹 Problem Summary: You’re given: A vector candies, where candies[i] is the number of candies the i-th kid has. An integer extraCandies. Task: Return a boolean array result of the same length as candies. For each kid, add extraCandies to their ...