评测信息

运行ID: 953
src.c: In function 'main':
src.c:6:5: error: 'c' undeclared (first use in this function)
c=a b;
^
src.c:6:5: note: each undeclared identifier is reported only once for each function it appears in
src.c:9:1: error: expected ';' before '}' token
}
^