Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
Try to solve this without using the <code>'/'</code> (division operation).
Create two 2D arrays for <b>suffix</b> and <b>prefix</b> product, and use them to find the product for each position.
Solve with full IDE support and test cases