0_0_24693953_29212.cpp:34:2: error: stray '#' in program
}#include<iostream>
^
0_0_24693953_29212.cpp:34:3: error: 'include' does not name a type
}#include<iostream>
^
0_0_24693953_29212.cpp:43:5: error: redefinition of 'int n'
int n;
^
0_0_24693953_29212.cpp:10:5: note: 'int n' previously declared here
int n;
^
0_0_24693953_29212.cpp:44:12: error: redefinition of 'int dp [1005]'
int dp[1005];
^
0_0_24693953_29212.cpp:11:5: note: 'int dp [1005]' previously declared here
int dp[1005];
^
0_0_24693953_29212.cpp: In function 'void init()':
0_0_24693953_29212.cpp:46:6: error: redefinition of 'void init()'
void init()
^
0_0_24693953_29212.cpp:13:6: note: 'void init()' previously defined here
void init()
^
0_0_24693953_29212.cpp: In function 'int main()':
0_0_24693953_29212.cpp:58:5: error: redefinition of 'int main()'
int main()
^
0_0_24693953_29212.cpp:25:5: note: 'int main()' previously defined here
int main()
^
|