评测信息

运行ID: 42585
src.c: In function 'main':
src.c:4:5: error: missing terminating " character
printf("**************************
^
src.c:5:22: error: 'Very' undeclared (first use in this function)
Very Good!
^
src.c:5:22: note: each undeclared identifier is reported only once for each function it appears in
src.c:5:30: error: expected ')' before 'Good'
Very Good!
^
src.c:6:11: error: missing terminating " character
**************************");
^
src.c:8:1: error: expected ';' before '}' token
}
^