0_0_21399537_10334.cpp:66:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
0_0_21399537_10334.cpp:66:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^
0_0_21399537_10334.cpp:69:11: error: redefinition of 'const int MAXN'
const int MAXN = 105;
^
0_0_21399537_10334.cpp:4:11: note: 'const int MAXN' previously defined here
const int MAXN = 105;
^
0_0_21399537_10334.cpp:70:5: error: redefinition of 'int n'
int n,m;
^
0_0_21399537_10334.cpp:5:5: note: 'int n' previously declared here
int n,m;
^
0_0_21399537_10334.cpp:70:7: error: redefinition of 'int m'
int n,m;
^
0_0_21399537_10334.cpp:5:7: note: 'int m' previously declared here
int n,m;
^
0_0_21399537_10334.cpp:71:19: error: redefinition of 'int col [105][105]'
int col[MAXN][MAXN];
^
0_0_21399537_10334.cpp:6:5: note: 'int col [105][105]' previously declared here
int col[MAXN][MAXN];
^
0_0_21399537_10334.cpp: In function 'll cal(int, int)':
0_0_21399537_10334.cpp:73:4: error: redefinition of 'll cal(int, int)'
ll cal(int x,int y)
^
0_0_21399537_10334.cpp:8:4: note: 'll cal(int, int)' previously defined here
ll cal(int x,int y)
^
0_0_21399537_10334.cpp: In function 'int main()':
0_0_21399537_10334.cpp:107:5: error: redefinition of 'int main()'
int main()
^
0_0_21399537_10334.cpp:42:5: note: 'int main()' previously defined here
int main()
^
|