A magic square is a square that has the same sum along all rows, columns and diagonals. Input format There are n + 1 lines of input. The first line contains the integer n. The next n lines contain n space-separated elements. Output format Print "Yes"...