0_0_21953983_30977.cpp:96:11: error: redefinition of 'const int N'
const int N=50+5;
^
0_0_21953983_30977.cpp:7:11: note: 'const int N' previously defined here
const int N=50+5;
^
0_0_21953983_30977.cpp:97:11: error: redefinition of 'const int M'
const int M=90;
^
0_0_21953983_30977.cpp:8:11: note: 'const int M' previously defined here
const int M=90;
^
0_0_21953983_30977.cpp:98:11: error: redefinition of 'const int K'
const int K=10+2;
^
0_0_21953983_30977.cpp:9:11: note: 'const int K' previously defined here
const int K=10+2;
^
0_0_21953983_30977.cpp: In function 'int read()':
0_0_21953983_30977.cpp:100:12: error: redefinition of 'int read()'
inline int read(){
^
0_0_21953983_30977.cpp:11:12: note: 'int read()' previously defined here
inline int read(){
^
0_0_21953983_30977.cpp: At global scope:
0_0_21953983_30977.cpp:113:5: error: redefinition of 'int ncase'
int ncase;
^
0_0_21953983_30977.cpp:24:5: note: 'int ncase' previously declared here
int ncase;
^
0_0_21953983_30977.cpp:114:5: error: redefinition of 'int n'
int n,m;
^
0_0_21953983_30977.cpp:25:5: note: 'int n' previously declared here
int n,m;
^
0_0_21953983_30977.cpp:114:7: error: redefinition of 'int m'
int n,m;
^
0_0_21953983_30977.cpp:25:7: note: 'int m' previously declared here
int n,m;
^
0_0_21953983_30977.cpp:116:14: error: redefinition of 'std::bitset<90ull> dp [12]'
bitset<M>dp[K];
^
0_0_21953983_30977.cpp:27:10: note: 'std::bitset<90ull> dp [12]' previously declared here
bitset<M>dp[K];
^
0_0_21953983_30977.cpp:117:17: error: redefinition of 'bool ans [55][55][55]'
bool ans[N][N][N];
^
0_0_21953983_30977.cpp:28:6: note: 'bool ans [55][55][55]' previously declared here
bool ans[N][N][N];
^
0_0_21953983_30977.cpp:118:8: error: redefinition of 'int A [55]'
int A[N];
^
0_0_21953983_30977.cpp:29:5: note: 'int A [55]' previously declared here
int A[N];
^
0_0_21953983_30977.cpp:119:8: error: redefinition of 'int Q [5]'
int Q[5];
^
0_0_21953983_30977.cpp:30:5: note: 'int Q [5]' previously declared here
int Q[5];
^
0_0_21953983_30977.cpp: In function 'void Init()':
0_0_21953983_30977.cpp:121:6: error: redefinition of 'void Init()'
void Init(){
^
0_0_21953983_30977.cpp:32:6: note: 'void Init()' previously defined here
void Init(){
^
0_0_21953983_30977.cpp: In function 'void Read()':
0_0_21953983_30977.cpp:125:6: error: redefinition of 'void Read()'
void Read(){
^
0_0_21953983_30977.cpp:36:6: note: 'void Read()' previously defined here
void Read(){
^
0_0_21953983_30977.cpp: In function 'bool Check(int, int, int)':
0_0_21953983_30977.cpp:132:6: error: redefinition of 'bool Check(int, int, int)'
bool Check(int x,int y,int z){
^
0_0_21953983_30977.cpp:43:6: note: 'bool Check(int, int, int)' previously defined here
bool Check(int x,int y,int z){
^
0_0_21953983_30977.cpp: In function 'void Pre()':
0_0_21953983_30977.cpp:145:6: error: redefinition of 'void Pre()'
void Pre(){
^
0_0_21953983_30977.cpp:56:6: note: 'void Pre()' previously defined here
void Pre(){
^
0_0_21953983_30977.cpp: In function 'void Solve()':
0_0_21953983_30977.cpp:157:6: error: redefinition of 'void Solve()'
void Solve(){
^
0_0_21953983_30977.cpp:68:6: note: 'void Solve()' previously defined here
void Solve(){
^
0_0_21953983_30977.cpp: In function 'int main()':
0_0_21953983_30977.cpp:169:5: error: redefinition of 'int main()'
int main(){
^
0_0_21953983_30977.cpp:80:5: note: 'int main()' previously defined here
int main(){
^
|