这个代码有问题吗 老是被AVAST拦截 说感染了win32:evo-gen[susp] 5

#include<stdio.h>#include<stdlib.h>structstudent{charname[10];intnumber;chargender;in... #include<stdio.h>
#include<stdlib.h>
struct student
{
char name[10];
int number;
char gender;
int age;
struct student* link;
};
typedef struct student Student;
void main()
{
int counter;
puts("Please enter the number of the students");
scanf("%d",&counter);
Student *head,*temp,*pre;
head=(Student*)malloc(sizeof(Student));
pre=head;
for(;counter>=0;counter--)
{
temp=(Student*)malloc(sizeof(Student));
gets((*temp).name);
scanf("%d%c%d",temp->number,temp->gender,temp->age);
pre->link=temp;
pre=pre->link;
}
pre->link=NULL;
puts("Please enter the age");
int age;
scanf("%d",&age);
temp=head;
while((temp->link!=NULL)&&(temp->age!=age))
{
temp=temp->link;
}
if(temp->age==age)
{
printf("%s %d %c %d",temp->name,temp->number,temp->gender,temp->age);
}
else
{
printf("Not found");
}
printf("The end.");
return;
}
展开
 我来答
百度网友1c2e0c1
2013-03-15 · TA获得超过1.1万个赞
知道大有可为答主
回答量:2.2万
采纳率:54%
帮助的人:8124万
展开全部
代码应该是没有问题的,我感觉你的电脑有可能是中了顽固病毒,建议用360系统急救箱(它不用安装,解压后就可使用)在带网络安全模式下查杀试试,它够强力清除木马和可疑程序,并修复被感染的系统文件,抑制木马再生,是电脑需要急救时最好的帮手。
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
红股童86f8f2
2013-03-15 · TA获得超过4253个赞
知道大有可为答主
回答量:8856
采纳率:87%
帮助的人:1882万
展开全部
我这边测试一下没有问题,你可以把这个文件设置为信任。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式