在vc6编译代码时出现error C2120: 'void' illegal with all types,请教大神该怎么改?
#include //头文件的开始#includestruct Student1 //学生结构体{ long int number; char name[15],sex[5]; int age; float scor