0_0_17202074_4675.cpp:59:10: error: redefinition of 'int a [222]'
int a[222],b[222],dp[222];
^
0_0_17202074_4675.cpp:3:5: note: 'int a [222]' previously declared here
int a[222],b[222],dp[222];
^
0_0_17202074_4675.cpp:59:17: error: redefinition of 'int b [222]'
int a[222],b[222],dp[222];
^
0_0_17202074_4675.cpp:3:12: note: 'int b [222]' previously declared here
int a[222],b[222],dp[222];
^
0_0_17202074_4675.cpp:59:25: error: redefinition of 'int dp [222]'
int a[222],b[222],dp[222];
^
0_0_17202074_4675.cpp:3:19: note: 'int dp [222]' previously declared here
int a[222],b[222],dp[222];
^
0_0_17202074_4675.cpp: In function 'int get(int, int)':
0_0_17202074_4675.cpp:60:5: error: redefinition of 'int get(int, int)'
int get(int n,int m)
^
0_0_17202074_4675.cpp:4:5: note: 'int get(int, int)' previously defined here
int get(int n,int m)
^
0_0_17202074_4675.cpp: In function 'int main()':
0_0_17202074_4675.cpp:96:5: error: redefinition of 'int main()'
int main()
^
0_0_17202074_4675.cpp:40:5: note: 'int main()' previously defined here
int main()
^
|