There is a $~10\times 11~$ grid with real numbers, the number $~N_{xy}~$ is equal to the sum of all the numbers in the column $~y~$ multiplied by the sum of all the numbers in the row $~x~$, all numbers in the grid have the same condition than $~N_{xy}~$.
$1-~$ How much is the sum of all the numbers in the grid?
$2-~$ Give a grid with all the numbers being different.
I know the answer to the first question which is $~1~$, since a grid with all the numbers being $~\frac{1}{110}~$ will work.
I made a program in $~C^{++}~$ to give solutions to analogous $~2\times 2~$ grids by brute force but I don't see any pattern.
What is the answer to the second question?
I don't need $~110~$ numbers, just give a general solution to this kind of grids with all the numbers being different from each other.