Aktualizovat „du5/program.c“

This commit is contained in:
Bohdan Yanchyk 2020-04-09 19:22:20 +00:00
parent 46483a5b2e
commit 067c7a77ac

View File

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