diff --git a/anketa b/anketa index ef07d6e..bb61039 100755 Binary files a/anketa and b/anketa differ diff --git a/anketa.c b/anketa.c index 54fb2fb..28eb939 100644 --- a/anketa.c +++ b/anketa.c @@ -27,27 +27,14 @@ int search(struct student* students,const char* name){ } int add_student(struct student* students, const char* name, int votes){ - int index=-1, x=0; - for(int i=0; i