0_0_21858552_25583.cpp:43:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
0_0_21858552_25583.cpp:43:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^
0_0_21858552_25583.cpp:45:11: error: redefinition of 'const int maxn'
const int maxn = 2600;
^
0_0_21858552_25583.cpp:3:11: note: 'const int maxn' previously defined here
const int maxn = 2600;
^
0_0_21858552_25583.cpp:47:12: error: redefinition of 'char a [2600]'
char a[maxn], b[maxn];
^
0_0_21858552_25583.cpp:5:6: note: 'char a [2600]' previously declared here
char a[maxn], b[maxn];
^
0_0_21858552_25583.cpp:47:21: error: redefinition of 'char b [2600]'
char a[maxn], b[maxn];
^
0_0_21858552_25583.cpp:5:15: note: 'char b [2600]' previously declared here
char a[maxn], b[maxn];
^
0_0_21858552_25583.cpp:48:19: error: redefinition of 'bool dp [2600][2600]'
bool dp[maxn][maxn];
^
0_0_21858552_25583.cpp:6:6: note: 'bool dp [2600][2600]' previously declared here
bool dp[maxn][maxn];
^
0_0_21858552_25583.cpp:49:5: error: redefinition of 'int lena'
int lena, lenb;
^
0_0_21858552_25583.cpp:7:5: note: 'int lena' previously declared here
int lena, lenb;
^
0_0_21858552_25583.cpp:49:11: error: redefinition of 'int lenb'
int lena, lenb;
^
0_0_21858552_25583.cpp:7:11: note: 'int lenb' previously declared here
int lena, lenb;
^
0_0_21858552_25583.cpp: In function 'int main()':
0_0_21858552_25583.cpp:50:5: error: redefinition of 'int main()'
int main()
^
0_0_21858552_25583.cpp:8:5: note: 'int main()' previously defined here
int main()
^
|