For each position, output the product of all the other elements of the array — without using division.
Input
Line 1: an integer n.
Line 2: n integers.
Output
n integers where the i-th is the product of every element except the i-th, space-separated.