0_0_17201172_9832.cpp:175:9: error: redefinition of 'char B [35]'
char B[N];
^
0_0_17201172_9832.cpp:54:11: note: 'char B [35]' previously declared here
char A[N],B[N];
^
0_0_17201172_9832.cpp:176:9: error: redefinition of 'char A [35]'
char A[N];
^
0_0_17201172_9832.cpp:54:6: note: 'char A [35]' previously declared here
char A[N],B[N];
^
0_0_17201172_9832.cpp:177:21: error: redefinition of 'int dp [35][10][8]'
int dp[N][10][OVER+1];
^
0_0_17201172_9832.cpp:55:5: note: 'int dp [35][10][8]' previously declared here
int dp[N][10][OVER+1];
^
0_0_17201172_9832.cpp: In function 'int next(int, int, int)':
0_0_17201172_9832.cpp:179:5: error: redefinition of 'int next(int, int, int)'
int next(int now,int p,int q)
^
0_0_17201172_9832.cpp:57:5: note: 'int next(int, int, int)' previously defined here
int next(int now,int p,int q)
^
0_0_17201172_9832.cpp: In function 'void DP()':
0_0_17201172_9832.cpp:194:6: error: redefinition of 'void DP()'
void DP()
^
0_0_17201172_9832.cpp:72:6: note: 'void DP()' previously defined here
void DP()
^
0_0_17201172_9832.cpp: In function 'int find(ll, ll)':
0_0_17201172_9832.cpp:209:5: error: redefinition of 'int find(ll, ll)'
int find(ll a,ll b)
^
0_0_17201172_9832.cpp:135:5: note: 'int find(ll, ll)' previously defined here
int find(ll a,ll b)
^
0_0_17201172_9832.cpp: In function 'int main()':
0_0_17201172_9832.cpp:254:5: error: redefinition of 'int main()'
int main()
^
0_0_17201172_9832.cpp:151:5: note: 'int main()' previously defined here
int main()
^
|