评测信息

运行ID: 7106
src.c: In function 'main':
src.c:15:4: error: 'max' undeclared (first use in this function)
if(max<b)maxval = b; //选出a,b中的最大值
^
src.c:15:4: note: each undeclared identifier is reported only once for each function it appears in