Main.cc: In function 'int main()':
Main.cc:7:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
for(int j=0;j=n;j++)cin>>a[i][j];
^
Main.cc: At global scope:
Main.cc:15:2: error: 'cout' does not name a type
cout<