0_0_22164786_5051.cpp:1:1: error: 'C' does not name a type
C++
^
0_0_22164786_5051.cpp:45:1: error: expected unqualified-id before numeric constant
1
^
0_0_22164786_5051.cpp:94:15: error: redefinition of 'char s [2000100]'
char s[2000100],t[66];
^
0_0_22164786_5051.cpp:10:6: note: 'char s [2000100]' previously declared here
char s[2000100],t[66];
^
0_0_22164786_5051.cpp:94:21: error: redefinition of 'char t [66]'
char s[2000100],t[66];
^
0_0_22164786_5051.cpp:10:17: note: 'char t [66]' previously declared here
char s[2000100],t[66];
^
0_0_22164786_5051.cpp:95:5: error: redefinition of 'int n'
int n;
^
0_0_22164786_5051.cpp:11:5: note: 'int n' previously declared here
int n;
^
0_0_22164786_5051.cpp:96:17: error: redefinition of 'std::bitset<555ull> f [66]'
bitset<maxn>f[66],dp;
^
0_0_22164786_5051.cpp:12:13: note: 'std::bitset<555ull> f [66]' previously declared here
bitset<maxn>f[66],dp;
^
0_0_22164786_5051.cpp:96:19: error: redefinition of 'std::bitset<555ull> dp'
bitset<maxn>f[66],dp;
^
0_0_22164786_5051.cpp:12:19: note: 'std::bitset<555ull> dp' previously defined here
bitset<maxn>f[66],dp;
^
0_0_22164786_5051.cpp: In function 'int gao(char)':
0_0_22164786_5051.cpp:97:12: error: redefinition of 'int gao(char)'
inline int gao(char ch){
^
0_0_22164786_5051.cpp:13:12: note: 'int gao(char)' previously defined here
inline int gao(char ch){
^
0_0_22164786_5051.cpp: In function 'int main()':
0_0_22164786_5051.cpp:103:5: error: redefinition of 'int main()'
int main()
^
0_0_22164786_5051.cpp:19:5: note: 'int main()' previously defined here
int main()
^
|