评测信息
运行ID: 8040
src.c: In function 'main':
src.c:3:1: error: missing terminating " character
{ printf("**************************\n
^
src.c:4:10: error: 'Very' undeclared (first use in this function)
Very Good!\n
^
src.c:4:10: note: each undeclared identifier is reported only once for each function it appears in
src.c:4:18: error: expected ')' before 'Good'
Very Good!\n
^
src.c:4:18: error: stray '\' in program
src.c:5:1: error: missing terminating " character
**************************");
^
src.c:6:20: error: expected ';' before '}' token
return 0;}
^
src.c:3:1: error: missing terminating " character
{ printf("**************************\n
^
src.c:4:10: error: 'Very' undeclared (first use in this function)
Very Good!\n
^
src.c:4:10: note: each undeclared identifier is reported only once for each function it appears in
src.c:4:18: error: expected ')' before 'Good'
Very Good!\n
^
src.c:4:18: error: stray '\' in program
src.c:5:1: error: missing terminating " character
**************************");
^
src.c:6:20: error: expected ';' before '}' token
return 0;}
^