Aktualizovat „du5/program.c“
This commit is contained in:
parent
e2afc9e411
commit
470f1ab708
@ -27,7 +27,7 @@ int comp(const void *p1, const void *p2){
|
||||
|
||||
|
||||
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];
|
||||
int score=0;
|
||||
int c =0;
|
||||
|
Loading…
Reference in New Issue
Block a user