0_0_7185726_1479.cpp:56: error: stray '@' in program
0_0_7185726_1479.cpp:56: error: `cwind' does not name a type
0_0_7185726_1479.cpp:67: error: conflicting declaration 'int dp[300000]'
0_0_7185726_1479.cpp:10: error: 'dp' has a previous declaration as `int dp[10000]'
0_0_7185726_1479.cpp:67: error: type mismatch with previous external decl of `int dp[300000]'
0_0_7185726_1479.cpp:10: error: previous external decl of `int dp[10000]'
0_0_7185726_1479.cpp:67: error: declaration of `int dp[300000]'
0_0_7185726_1479.cpp:10: error: conflicts with previous declaration `int dp[10000]'
0_0_7185726_1479.cpp:69: error: redefinition of `int n'
0_0_7185726_1479.cpp:12: error: `int n' previously declared here
0_0_7185726_1479.cpp:69: error: redefinition of `int V'
0_0_7185726_1479.cpp:12: error: `int V' previously declared here
0_0_7185726_1479.cpp:69: error: redefinition of `int total'
0_0_7185726_1479.cpp:12: error: `int total' previously declared here
0_0_7185726_1479.cpp: In function `void Init()':
0_0_7185726_1479.cpp:71: error: redefinition of `void Init()'
0_0_7185726_1479.cpp:14: error: `void Init()' previously defined here
0_0_7185726_1479.cpp: In function `void DP()':
0_0_7185726_1479.cpp:93: error: redefinition of `void DP()'
0_0_7185726_1479.cpp:36: error: `void DP()' previously defined here
0_0_7185726_1479.cpp: In function `int main()':
0_0_7185726_1479.cpp:105: error: redefinition of `int main()'
0_0_7185726_1479.cpp:48: error: `int main()' previously defined here
|