From 6bef37157e8309231322d1255716bfd0414781eb Mon Sep 17 00:00:00 2001 From: Oliver Lew Date: Sun, 24 Nov 2019 02:50:09 +0800 Subject: [PATCH] update according to problem content change --- PATBasic/1041.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PATBasic/1041.c b/PATBasic/1041.c index bef547e..26bab48 100644 --- a/PATBasic/1041.c +++ b/PATBasic/1041.c @@ -2,7 +2,7 @@ #include typedef struct student{ - char ID[15]; + char ID[17]; int test_seat; int exam_seat; }Student, *pStudent;