0_0_35951114_9765.cpp:70:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
0_0_35951114_9765.cpp:70:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^
0_0_35951114_9765.cpp:74:11: error: redefinition of 'const int M'
const int M = 10;
^
0_0_35951114_9765.cpp:7:11: note: 'const int M' previously defined here
const int M = 10;
^
0_0_35951114_9765.cpp:75:11: error: redefinition of 'const int N'
const int N = 50;
^
0_0_35951114_9765.cpp:8:11: note: 'const int N' previously defined here
const int N = 50;
^
0_0_35951114_9765.cpp:76:14: error: redefinition of 'char ans [50][50]'
char ans[N][N];
^
0_0_35951114_9765.cpp:9:6: note: 'char ans [50][50]' previously declared here
char ans[N][N];
^
0_0_35951114_9765.cpp: In function 'bool judge(char*, char*, int&, int&)':
0_0_35951114_9765.cpp:78:6: error: redefinition of 'bool judge(char*, char*, int&, int&)'
bool judge(char s1[], char s2[], int &p, int &q)
^
0_0_35951114_9765.cpp:11:6: note: 'bool judge(char*, char*, int&, int&)' previously defined here
bool judge(char s1[], char s2[], int &p, int &q)
^
0_0_35951114_9765.cpp: In function 'int main()':
0_0_35951114_9765.cpp:90:5: error: redefinition of 'int main()'
int main()
^
0_0_35951114_9765.cpp:23:5: note: 'int main()' previously defined here
int main()
^
|