评测信息

运行ID: 9434
src.c: In function 'main':
src.c:5:9: error: missing terminating " character
("******************************\n
^
src.c:6:20: error: 'Very' undeclared (first use in this function)
Very good! \n
^
src.c:6:20: note: each undeclared identifier is reported only once for each function it appears in
src.c:6:25: error: expected ')' before 'good'
Very good! \n
^
src.c:6:25: error: stray '\' in program
src.c:7:10: error: missing terminating " character
*******************************");
^
src.c:9:10: error: expected ';' before '}' token
}
^