typedef struct student{ char name[20]; int stuID; int grade; clock_t 입학일시; }STUDENT;
struct student 김태진;
STUDENT 권순의;