LC 238. Product of Array Except Self
https://leetcode.com/problems/product-of-array-except-self/description/?envType=study-plan-v2&envId=top-interview-150
class Solution {
public:
vector<int> productExceptSelf(vector<int>& nums)