0_0_8257591_9095.cpp:22: error: redefinition of `const int N'
0_0_8257591_9095.cpp:9: error: `const int N' previously defined here
0_0_8257591_9095.cpp:24: error: redefinition of `int A[110][110]'
0_0_8257591_9095.cpp:12: error: `int A[110][110]' previously declared here
0_0_8257591_9095.cpp:24: error: redefinition of `int init[110][110]'
0_0_8257591_9095.cpp:12: error: `int init[110][110]' previously declared here
0_0_8257591_9095.cpp:25: error: redefinition of `int n'
0_0_8257591_9095.cpp:11: error: `int n' previously declared here
0_0_8257591_9095.cpp: In function `int main()':
0_0_8257591_9095.cpp:96: error: redefinition of `int main()'
0_0_8257591_9095.cpp:62: error: `int main()' previously defined here
|