0_0_37730141_32692.cpp:33:2: error: stray '#' in program
}#include<iostream>
^
0_0_37730141_32692.cpp:33:3: error: 'include' does not name a type
}#include<iostream>
^
0_0_37730141_32692.cpp:35:17: error: redefinition of 'int dp [100000000]'
int dp[100000000];
^
0_0_37730141_32692.cpp:3:5: note: 'int dp [100000000]' previously declared here
int dp[100000000];
^
0_0_37730141_32692.cpp: In function 'int main()':
0_0_37730141_32692.cpp:36:5: error: redefinition of 'int main()'
int main() {
^
0_0_37730141_32692.cpp:4:5: note: 'int main()' previously defined here
int main() {
^
|