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