评测信息

运行ID: 163
src.c: In function 'main':
src.c:4:5: error: missing terminating " character
printf("***********************
^
src.c:5:21: error: 'Very' undeclared (first use in this function)
Very good
^
src.c:5:21: note: each undeclared identifier is reported only once for each function it appears in
src.c:5:28: error: expected ')' before 'good'
Very good
^
src.c:6:12: error: stray '\' in program
************************\n");
^
src.c:6:12: error: missing terminating " character
src.c:7:12: error: expected declaration or statement at end of input
return 0;
^