[UVA] 11349 - Symmetric Matrix
J - Symmetric Matrix
Time Limit: 1 sec
Memory Limit: 16MB
You`re given a square matrix M. Elements of this matrix are Mij: {0 < i < n,
0 < j < n}. In this problem you'll have to find out whether the given matrix
is symmetric or not.
Definition: Symmetric...