0_0_30763394_8695.cpp:38:2: error: stray '#' in program
}#include<cstdio>
^
0_0_30763394_8695.cpp:38:3: error: 'include' does not name a type
}#include<cstdio>
^
0_0_30763394_8695.cpp:43:11: error: redefinition of 'const int N'
const int N=1E6+7;
^
0_0_30763394_8695.cpp:6:11: note: 'const int N' previously defined here
const int N=1E6+7;
^
0_0_30763394_8695.cpp:44:13: error: redefinition of 'int weight [1000007]'
int weight[N];
^
0_0_30763394_8695.cpp:7:5: note: 'int weight [1000007]' previously declared here
int weight[N];
^
0_0_30763394_8695.cpp:45:12: error: redefinition of 'int value [1000007]'
int value[N];
^
0_0_30763394_8695.cpp:8:5: note: 'int value [1000007]' previously declared here
int value[N];
^
0_0_30763394_8695.cpp:46:9: error: redefinition of 'int dp [1000007]'
int dp[N];
^
0_0_30763394_8695.cpp:9:5: note: 'int dp [1000007]' previously declared here
int dp[N];
^
0_0_30763394_8695.cpp: In function 'int main()':
0_0_30763394_8695.cpp:47:5: error: redefinition of 'int main()'
int main(){
^
0_0_30763394_8695.cpp:10:5: note: 'int main()' previously defined here
int main(){
^
|