0_0_18864069_2727.cpp:38:2: error: stray '#' in program
}#include<bits/stdc++.h>
^
0_0_18864069_2727.cpp:38:3: error: 'include' does not name a type
}#include<bits/stdc++.h>
^
0_0_18864069_2727.cpp:40:14: error: redefinition of 'std::bitset<1005ull> tmp1'
bitset<1005> tmp1,tmp2,cz[15];
^
0_0_18864069_2727.cpp:3:14: note: 'std::bitset<1005ull> tmp1' previously defined here
bitset<1005> tmp1,tmp2,cz[15];
^
0_0_18864069_2727.cpp:40:19: error: redefinition of 'std::bitset<1005ull> tmp2'
bitset<1005> tmp1,tmp2,cz[15];
^
0_0_18864069_2727.cpp:3:19: note: 'std::bitset<1005ull> tmp2' previously defined here
bitset<1005> tmp1,tmp2,cz[15];
^
0_0_18864069_2727.cpp:40:29: error: redefinition of 'std::bitset<1005ull> cz [15]'
bitset<1005> tmp1,tmp2,cz[15];
^
0_0_18864069_2727.cpp:3:24: note: 'std::bitset<1005ull> cz [15]' previously declared here
bitset<1005> tmp1,tmp2,cz[15];
^
0_0_18864069_2727.cpp:41:17: error: redefinition of 'char str [5000005]'
char str[5000005];
^
0_0_18864069_2727.cpp:4:6: note: 'char str [5000005]' previously declared here
char str[5000005];
^
0_0_18864069_2727.cpp: In function 'int main()':
0_0_18864069_2727.cpp:42:5: error: redefinition of 'int main()'
int main()
^
0_0_18864069_2727.cpp:5:5: note: 'int main()' previously defined here
int main()
^
|