@ -1,3 +1,4 @@
步骤1
#include <stdio.h>
int main( )
{
@ -20,7 +21,7 @@ int main( )
goto again;
}
步骤2
{ struct Student
@ -42,6 +43,7 @@ int main( )
printf("学号 %d 高数成绩 %.1f 大学物理成绩 %.1f 英语成绩 %.1f 总成绩 %.1f\n",student3.xh,student3.gs,student3.dw,student3.yy,student3.zcj);
步骤3