0_0_24038456_10878.cpp:68:12: error: expected unqualified-id before '[' token
int map[N],[N];
^
0_0_24038456_10878.cpp: In function 'int main()':
0_0_24038456_10878.cpp:76:13: error: invalid types 'int[int]' for array subscript
map[i][x]=1;
^
0_0_24038456_10878.cpp:82:20: error: invalid types 'int[int]' for array subscript
if (!(map[i][j]&&map[j][i])){
^
0_0_24038456_10878.cpp:82:31: error: invalid types 'int[int]' for array subscript
if (!(map[i][j]&&map[j][i])){
^
|