typedef struct student{ char name[20]; int stuID; int grade; clock_t ; }STUDENT;
struct student ;
STUDENT 권;