See More

class Solution { public: vector twoSum(vector& nums, int target) { vector a; for (int i=0; i