// Kids With the Greatest Number of Candies class Solution { public: vector kidsWithCandies(vector& candies, int extraCandies) { vector v; int mx=0; for(int i=0;i