0_0_7829570_2851.c: In function `main':
0_0_7829570_2851.c:29: error: syntax error before '/' token
0_0_7829570_2851.c:38: error: syntax error before "else"
0_0_7829570_2851.c: At top level:
0_0_7829570_2851.c:46: error: syntax error before '}' token
0_0_7829570_2851.c:48: error: `maxsum' undeclared here (not in a function)
0_0_7829570_2851.c:49: error: syntax error before "for"
0_0_7829570_2851.c:57: error: initializer element is not constant
0_0_7829570_2851.c:58: error: syntax error before "if"
0_0_7829570_2851.c:61: error: redefinition of 'maxsum'
0_0_7829570_2851.c:57: error: previous definition of 'maxsum' was here
0_0_7829570_2851.c:61: error: redefinition of 'maxsum'
0_0_7829570_2851.c:57: error: previous definition of 'maxsum' was here
0_0_7829570_2851.c:61: error: `arr' undeclared here (not in a function)
0_0_7829570_2851.c:61: error: `i' undeclared here (not in a function)
0_0_7829570_2851.c:61: error: `j' undeclared here (not in a function)
0_0_7829570_2851.c:62: error: syntax error before '}' token
0_0_7829570_2851.c:68: error: syntax error before string constant
0_0_7829570_2851.c:68: error: conflicting types for 'printf'
0_0_7829570_2851.c:68: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
0_0_7829570_2851.c:68: error: conflicting types for 'printf'
0_0_7829570_2851.c:68: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
0_0_7829570_2851.c:69: error: syntax error before string constant
0_0_7829570_2851.c:76: error: conflicting types for 'free'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/stdlib.h:347: error: previous declaration of 'free' was here
0_0_7829570_2851.c:76: error: conflicting types for 'free'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/stdlib.h:347: error: previous declaration of 'free' was here
0_0_7829570_2851.c:78: error: syntax error before "return"
|