130205_0_9894.c
130205_0_9894.c(1) : error C2019: expected preprocessor directive, found '#'
130205_0_9894.c(4) : warning C4013: 'scanf' undefined; assuming extern returning int
130205_0_9894.c(6) : error C2143: syntax error : missing ';' before 'type'
130205_0_9894.c(6) : error C2143: syntax error : missing ';' before 'type'
130205_0_9894.c(6) : error C2143: syntax error : missing ')' before 'type'
130205_0_9894.c(6) : error C2143: syntax error : missing ';' before 'type'
130205_0_9894.c(6) : error C2065: 'i' : undeclared identifier
130205_0_9894.c(6) : warning C4552: '<' : operator has no effect; expected operator with side-effect
130205_0_9894.c(6) : error C2059: syntax error : ')'
130205_0_9894.c(7) : error C2146: syntax error : missing ';' before identifier 'sum'
130205_0_9894.c(8) : warning C4013: 'printf' undefined; assuming extern returning int
|