评测信息

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