实验报告 C语言 #include #include #include #include typedef struct{ char name[10]; char sex; }dancer; typedef dancer ElemType; #include"head.h"