0_0_17201051_26362.cpp:54:2: error: stray '#' in program
}#include <iostream>
^
0_0_17201051_26362.cpp:54:3: error: 'include' does not name a type
}#include <iostream>
^
0_0_17201051_26362.cpp:60:18: error: redefinition of 'int dp [51][100005]'
int dp[51][100005];
^
0_0_17201051_26362.cpp:7:5: note: 'int dp [51][100005]' previously declared here
int dp[51][100005];
^
0_0_17201051_26362.cpp:61:14: error: redefinition of 'int money'
int bagGroup,money;
^
0_0_17201051_26362.cpp:8:14: note: 'int money' previously declared here
int baggroup,money;
^
0_0_17201051_26362.cpp: In function 'int main()':
0_0_17201051_26362.cpp:62:5: error: redefinition of 'int main()'
int main()
^
0_0_17201051_26362.cpp:17:5: note: 'int main()' previously defined here
int main()
^
|