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