建立一个链表,每个结点包括:学号、姓名、性别、年龄。输入一个年龄,这个有什么问题 - 爱问答

(爱问答)

建立一个链表,每个结点包括:学号、姓名、性别、年龄。输入一个年龄,这个有什么问题

# include<stdio.h>

# include<stdlib.h>

# define LEN sizeof(struct Student)

struct Student

{

long num;

char name[8];

char sex;

int age;

struct Student *next;

};

struct Student lista,listb;

int n,sum=0;

 

struct Student *creat()

{

struct Student *p1,*p2,*head;

n=0;

p1=p2=(struct Student *) malloc(LEN);

    printf("NO.:");

scanf("%ld",&p1->num);

printf("name:");

scanf("%s",p1->name);

printf("sex:");

scanf("%c",&p1->sex);

printf("ages:");

scanf("%d",&p1->age);

 

head=NULL;

while(p1->num!=0)

{

n=n+1;

if(n==1)

head=p1;

else

    p2->next=p1;

p2=p1;

p1=(struct Student *) malloc(LEN);

  printf("NO.:");

       scanf("%ld",&p1->num);

       printf("name:");

       scanf("%s",p1->name);

       printf("sex:");

       scanf("%c",&p1->sex);

      printf("ages:");

      scanf("%d",&p1->age);

 

}

p2->next=NULL;

return head;

}

struct Student *del(struct Student *head,int ages)

{

struct Student *p1,*p2;

int find;

p1=head;

p2=p1;

     if(p1->age==ages)  

{

p2=p1->next;

head=p1=p2;

find=1;

}

else p1=p1->next;

while(p1!=NULL)

{

if(p1->age==ages)

{ p2->next=p1->next;

    find=1;

}

else p2=p1;

p1=p1->next;

}

if(!find)

printf(" not found %d",ages);

   return head;

}

void print(struct Student *head)

{

struct Student *p;

printf(" Now,these %d  records are : ",n);

p=head;

if(head!=NULL)

do

{

            printf("%ld  %s   %c    %d ",p->num,p->name,p->sex,p->age);

p=p->next;

}while(p!=NULL);

}

int main()

{

    struct Student *ahead;

int ages;

printf("input list a: ");

ahead=creat();

sum=sum+n;

    printf("input the age to delete:");

scanf("%d",&ages);

ahead=del(ahead,ages);

print(ahead);

    return 0;

}


应该是scanf("%c",&p1->sex);有问题

%c可以输入的字符包括回车、空格等,所以前面的输入最后的回车会影响输入,可以在前面加个getchar();或者在%c前加个空格

下一篇:笔记本电脑配置i7/8750/256+1t/6g独显多少钱

上一篇:华为mete20pro表现如何

热门标签:
excel 网盘 破解 word dll
最新更新:
微软重新评估新的Outlook的使用时机 联想推出搭载联发科Helio G80芯片组的Tab M9平板 英特尔创新大赛时间确定! 微软Edge浏览器在稳定渠道中推出Workspaces功能 英伟达RTX4060TiGPU推出MaxSun动漫主题! 谷歌地图为用户提供了街景服务! GameSir 在T4 Kaleid中推出了一款出色的控制器! 微软开始在Windows 11 中测试其画图应用程序的新深色模式! LG电子推出全球首款无线OLED电视 英伟达人工智能芯片崭露头角! Steam Deck可以玩什么游戏-Steam Deck价格限时优惠 雷蛇推出CobraPro鼠标 Kindle电子阅读器可以访问谷歌商店吗 Windows10如何加入组策略 window10图片查看器怎么没有了?