0_0_25494961_9284.cpp:47:37: error: expected constructor, destructor, or type conversion before '*' token
********************************head***********************
^
0_0_25494961_9284.cpp: In function 'int main()':
0_0_25494961_9284.cpp:62:17: error: 'maps' was not declared in this scope
maps[i*n+j][ k*n+(j*k+i)%n ] = 1;
^
0_0_25494961_9284.cpp:72:19: error: 'maps' was not declared in this scope
cout<<maps[i][j];
^
|