SpecialEquation Function Difficult

Problem - 2423
Let $a_1, a_2, \cdots, a_{100}, b_1, b_2, \cdots, b_{100}$ be distinct real numbers. They are used to fill a $100 \times 100$ grids by putting the value of $(a_i + b_j)$ in the cell $(i, j)$ where $1 \le i, j \le 100$. Let $A_i$ be the product of all the numbers in column $i$, and $B_i$ be the product of all the numbers in row $i$. Show that if every $A_i$ equals to 1, then every $B_j$ equals to -1.

report an error