评测信息
运行ID: 9498
src.c: In function 'main':
src.c:4:5: error: stray '\357' in program
int a=1,b=2;
^
src.c:4:5: error: stray '\274' in program
src.c:4:5: error: stray '\214' in program
src.c:4:15: error: expected ',' or ';' before 'b'
int a=1,b=2;
^
src.c:5:19: error: 'b' undeclared (first use in this function)
printf("%d",a b);
^
src.c:5:19: note: each undeclared identifier is reported only once for each function it appears in
src.c:4:5: error: stray '\357' in program
int a=1,b=2;
^
src.c:4:5: error: stray '\274' in program
src.c:4:5: error: stray '\214' in program
src.c:4:15: error: expected ',' or ';' before 'b'
int a=1,b=2;
^
src.c:5:19: error: 'b' undeclared (first use in this function)
printf("%d",a b);
^
src.c:5:19: note: each undeclared identifier is reported only once for each function it appears in