不正确的是cstruct pu{char name[20];int age;int sex;
}pu[5],*p=pu;A scanf("%d",p->age);B scanf("%d",&(p->sex));
CD你没发出来欸