185518_0_31335.c:3: error: syntax error before '{' token
185518_0_31335.c:5: error: syntax error before string constant
185518_0_31335.c:5: error: conflicting types for 'printf'
185518_0_31335.c:5: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
185518_0_31335.c:5: error: conflicting types for 'printf'
185518_0_31335.c:5: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
185518_0_31335.c:6: error: `a' undeclared here (not in a function)
185518_0_31335.c:6: error: `b' undeclared here (not in a function)
185518_0_31335.c:7: error: syntax error before string constant
185518_0_31335.c:7: error: conflicting types for 'scanf'
185518_0_31335.c:7: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
185518_0_31335.c:7: error: conflicting types for 'scanf'
185518_0_31335.c:7: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
185518_0_31335.c:8: error: redefinition of 's'
185518_0_31335.c:6: error: previous definition of 's' was here
185518_0_31335.c:9: error: syntax error before string constant
|