0_0_17921598_12292.cpp: In function 'void dp()':
0_0_17921598_12292.cpp:9:9: error: 'void dp()' redeclared as different kind of symbol
void dp()
^
0_0_17921598_12292.cpp:7:5: note: previous declaration 'int dp [100]'
int dp[100];
^
0_0_17921598_12292.cpp: In function 'int main()':
0_0_17921598_12292.cpp:23:9: error: 'dp' cannot be used as a function
dp();
^
|