0_0_20164651_22562.cpp:55:2: error: stray '#' in program
}#include <iostream>
^
0_0_20164651_22562.cpp:55:3: error: 'include' does not name a type
}#include <iostream>
^
0_0_20164651_22562.cpp:68:11: error: redefinition of 'const int N'
const int N=107;
^
0_0_20164651_22562.cpp:14:11: note: 'const int N' previously defined here
const int N=107;
^
0_0_20164651_22562.cpp:69:8: error: redefinition of 'int v [107]'
int v[N],w[N];
^
0_0_20164651_22562.cpp:15:5: note: 'int v [107]' previously declared here
int v[N],w[N];
^
0_0_20164651_22562.cpp:69:13: error: redefinition of 'int w [107]'
int v[N],w[N];
^
0_0_20164651_22562.cpp:15:10: note: 'int w [107]' previously declared here
int v[N],w[N];
^
0_0_20164651_22562.cpp:70:12: error: redefinition of 'int dp [2007]'
int dp[2007];
^
0_0_20164651_22562.cpp:16:5: note: 'int dp [2007]' previously declared here
int dp[2007];
^
0_0_20164651_22562.cpp: In function 'int main()':
0_0_20164651_22562.cpp:71:5: error: redefinition of 'int main()'
int main()
^
0_0_20164651_22562.cpp:17:5: note: 'int main()' previously defined here
int main()
^
|