评测信息

运行ID: 530
src.c: In function 'main':
src.c:10:3: error: expected ';' before 'printf'
printf("最大值为:%d",b);
^
src.c:11:2: error: 'else' without a previous 'if'
else
^