评测信息

运行ID: 1724
src.c: In function 'main':
src.c:6:1: error: expected ';' before 'printf'
printf(" Very Good! \n");
^
src.c:8:1: error: expected ';' before 'printf'
printf("**************************\n");
^