0_0_23843303_8880.cpp:37:2: error: stray '#' in program
}#include <stdio.h>
^
0_0_23843303_8880.cpp:37:3: error: 'include' does not name a type
}#include <stdio.h>
^
0_0_23843303_8880.cpp:42:11: error: redefinition of 'int a [1005]'
int a[1005],dp[1005];
^
0_0_23843303_8880.cpp:6:5: note: 'int a [1005]' previously declared here
int a[1005],dp[1005];
^
0_0_23843303_8880.cpp:42:20: error: redefinition of 'int dp [1005]'
int a[1005],dp[1005];
^
0_0_23843303_8880.cpp:6:13: note: 'int dp [1005]' previously declared here
int a[1005],dp[1005];
^
0_0_23843303_8880.cpp:43:11: error: redefinition of 'const int inf'
const int inf = 999999999;
^
0_0_23843303_8880.cpp:7:11: note: 'const int inf' previously defined here
const int inf = 999999999;
^
0_0_23843303_8880.cpp: In function 'int main()':
0_0_23843303_8880.cpp:45:5: error: redefinition of 'int main()'
int main()
^
0_0_23843303_8880.cpp:9:5: note: 'int main()' previously defined here
int main()
^
|