225715_0_11478.c: In function `main':
225715_0_11478.c:6: error: syntax error before '/' token
225715_0_11478.c:10: error: syntax error before '/' token
225715_0_11478.c:11: error: syntax error before ')' token
225715_0_11478.c:13: error: syntax error before ')' token
225715_0_11478.c: At top level:
225715_0_11478.c:18: error: `i' undeclared here (not in a function)
225715_0_11478.c:18: error: `sum1' undeclared here (not in a function)
225715_0_11478.c:18: error: `m' undeclared here (not in a function)
225715_0_11478.c:20: error: syntax error before '}' token
225715_0_11478.c:26: error: `j' undeclared here (not in a function)
225715_0_11478.c:26: error: `sum2' undeclared here (not in a function)
225715_0_11478.c:26: error: `n' undeclared here (not in a function)
225715_0_11478.c:28: error: syntax error before '}' token
225715_0_11478.c:45: error: syntax error before string constant
225715_0_11478.c:45: error: conflicting types for 'printf'
225715_0_11478.c:45: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
225715_0_11478.c:45: error: conflicting types for 'printf'
225715_0_11478.c:45: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
225715_0_11478.c:48: error: syntax error before string constant
225715_0_11478.c:49: error: syntax error before string constant
225715_0_11478.c:18: error: storage size of `arr' isn't known
225715_0_11478.c:26: error: storage size of `avg2' isn't known
|