Input is given from Standard Input in the following format:
r c
$M_{1,1}$ $M_{1,2}$ ... $M_{1,c}$
$M_{2,1}$ $M_{2,2}$ ... $M_{2,c}$
...
...
...
$M_{r,1}$ $M_{r,2}$ ... $M_{r,c}$
Constraints
1 ≤ r, c ≤ 30
0 ≤ $M_{i,j}$ ≤ 1000(1 ≤ i ≤ r, 1 ≤ j ≤ c) (Note that although all $M_{i,j}$ are non-negative integers in the input,we think the element type is float number with infinity precision and can be negative) .