0_0_13998910_25852.cpp:66:4: error: redefinition of 'LL n'
LL n,dp[30][3];
^
0_0_13998910_25852.cpp:11:4: note: 'LL n' previously declared here
LL n,dp[30][3];
^
0_0_13998910_25852.cpp:66:14: error: redefinition of 'LL dp [30][3]'
LL n,dp[30][3];
^
0_0_13998910_25852.cpp:11:6: note: 'LL dp [30][3]' previously declared here
LL n,dp[30][3];
^
0_0_13998910_25852.cpp:67:5: error: redefinition of 'int t'
int t,bit[30];
^
0_0_13998910_25852.cpp:12:5: note: 'int t' previously declared here
int t,bit[30];
^
0_0_13998910_25852.cpp:67:13: error: redefinition of 'int bit [30]'
int t,bit[30];
^
0_0_13998910_25852.cpp:12:7: note: 'int bit [30]' previously declared here
int t,bit[30];
^
0_0_13998910_25852.cpp: In function 'LL dfs(int, int, bool)':
0_0_13998910_25852.cpp:68:4: error: redefinition of 'LL dfs(int, int, bool)'
LL dfs(int len,int m,bool bound)
^
0_0_13998910_25852.cpp:13:4: note: 'LL dfs(int, int, bool)' previously defined here
LL dfs(int len,int m,bool bound)
^
0_0_13998910_25852.cpp: In function 'LL solve(LL)':
0_0_13998910_25852.cpp:89:4: error: redefinition of 'LL solve(LL)'
LL solve(LL n)
^
0_0_13998910_25852.cpp:34:4: note: 'LL solve(LL)' previously defined here
LL solve(LL n)
^
0_0_13998910_25852.cpp: In function 'int main()':
0_0_13998910_25852.cpp:99:5: error: redefinition of 'int main()'
int main()
^
0_0_13998910_25852.cpp:44:5: note: 'int main()' previously defined here
int main()
^
|