182469_0_21887.c
182469_0_21887.c(5) : error C2143: syntax error : missing ')' before '{'
182469_0_21887.c(5) : error C2198: 'scanf' : too few actual parameters
182469_0_21887.c(5) : error C2059: syntax error : ')'
182469_0_21887.c(8) : error C2143: syntax error : missing ')' before '%'
182469_0_21887.c(8) : error C2198: 'printf' : too few actual parameters
182469_0_21887.c(8) : error C2001: newline in constant
182469_0_21887.c(8) : error C2065: 'd' : undeclared identifier
182469_0_21887.c(8) : error C2143: syntax error : missing ';' before 'string'
182469_0_21887.c(8) : warning C4552: '%' : operator has no effect; expected operator with side-effect
182469_0_21887.c(9) : error C2143: syntax error : missing ';' before 'return'
|