评测信息
运行ID: 7373
src.c: In function 'main':
src.c:3:5: error: 'inta' undeclared (first use in this function)
inta,b,c,max;
^
src.c:3:5: note: each undeclared identifier is reported only once for each function it appears in
src.c:3:10: error: 'b' undeclared (first use in this function)
inta,b,c,max;
^
src.c:3:12: error: 'c' undeclared (first use in this function)
inta,b,c,max;
^
src.c:3:14: error: 'max' undeclared (first use in this function)
inta,b,c,max;
^
src.c:5:20: error: 'a' undeclared (first use in this function)
scanf("%d,%d,%d",
src.c:3:5: error: 'inta' undeclared (first use in this function)
inta,b,c,max;
^
src.c:3:5: note: each undeclared identifier is reported only once for each function it appears in
src.c:3:10: error: 'b' undeclared (first use in this function)
inta,b,c,max;
^
src.c:3:12: error: 'c' undeclared (first use in this function)
inta,b,c,max;
^
src.c:3:14: error: 'max' undeclared (first use in this function)
inta,b,c,max;
^
src.c:5:20: error: 'a' undeclared (first use in this function)
scanf("%d,%d,%d",