Main.cc: In function 'int main()':
Main.cc:12:23: error: 'i' was not declared in this scope
swap(a[n][i],a[m][i]);
^
Main.cc:16:26: error: expected ';' before string constant
cout<a[i][j]" ";
^