有没有人可以说一下这样报错是为啥 这个报错怎么解决 之前没遇到过
Teacher和Student前面加struct,或者结构体定义改为:
typedef struct{ int count; }Teacher; typedef struct{ int score; }Student;
void Get(0,0);改为Get(0,0);