students = [
new Student("홍길동","문과","문학"),
new Student("전우치","이과","기계"),
new Student("임꺽정","이과","화학"),
new Student("일지매","문과","언론"),
new Student("장길산","예체능","체조"),
new Student("연흥부","이과","컴퓨터"),
new Student("연놀부","이과","수학"),
new Student("옹고집","문과","경영"),
new Student("이몽룡","문과","정치"),
new Student("연오랑","예체능","사진"),
]