mirror of
https://github.com/xlucn/PAT.git
synced 2026-09-25 05:23:59 +08:00
update according to problem content change
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
typedef struct student{
|
||||
char ID[15];
|
||||
char ID[17];
|
||||
int test_seat;
|
||||
int exam_seat;
|
||||
}Student, *pStudent;
|
||||
|
||||
Reference in New Issue
Block a user