update according to problem content change

This commit is contained in:
Oliver Lew
2019-11-24 02:50:09 +08:00
parent a361b32b46
commit 6bef37157e
+1 -1
View File
@@ -2,7 +2,7 @@
#include <stdlib.h>
typedef struct student{
char ID[15];
char ID[17];
int test_seat;
int exam_seat;
}Student, *pStudent;