评测信息
运行ID: 7974
src.c: In function 'main':
src.c:5:17: error: 'Very' undeclared (first use in this function)
printf( Very Good!\n);
^
src.c:5:17: note: each undeclared identifier is reported only once for each function it appears in
src.c:5:25: error: expected ')' before 'Good'
printf( Very Good!\n);
^
src.c:5:25: error: stray '\' in program
src.c:5:17: error: 'Very' undeclared (first use in this function)
printf( Very Good!\n);
^
src.c:5:17: note: each undeclared identifier is reported only once for each function it appears in
src.c:5:25: error: expected ')' before 'Good'
printf( Very Good!\n);
^
src.c:5:25: error: stray '\' in program