Aktualizovat „du5/program.c“

This commit is contained in:
Bohdan Yanchyk 2020-04-09 19:13:29 +00:00
parent e2afc9e411
commit 470f1ab708

View File

@ -27,7 +27,7 @@ int comp(const void *p1, const void *p2){
int main(){ int main(){
struct person *PersonList=(struct person *)calloc(0,sizeof(struct person)); struct person **PersonList=(struct person *)calloc(0,sizeof(struct person));
char name[30]; char name[30];
int score=0; int score=0;
int c =0; int c =0;