0_0_39500447_22888.c: In function 'main':
0_0_39500447_22888.c:14:16: error: missing terminating " character
14 | printf("%d
| ^~~
0_0_39500447_22888.c:15:1: error: missing terminating " character
15 | ", count); // 输出获得目标分数的学生人数
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0_0_39500447_22888.c:16:5: error: expected expression before '}' token
16 | }
| ^
0_0_39500447_22888.c:14:16: error: expected ';' before '}' token
14 | printf("%d
| ^
| ;
15 | ", count); // 输出获得目标分数的学生人数
16 | }
| ~
|