resolution error

master
Benjamin BACHELARD 2 years ago
parent 5d1faa1be1
commit 4914f00a76

@ -6,7 +6,6 @@
//chargement candidat
int chargementcandidat(Candidat *tcandidat[],int tmax){
int i = 0, j=0;
int nbChoix = 0;
Candidat C;
Choix ch;
FILE *fe1;
@ -22,6 +21,7 @@ int chargementcandidat(Candidat *tcandidat[],int tmax){
printf("Problème de malloc");
return -3;
}
*tcandidat[i] = C;
for(j = 0; j < tcandidat[i]->nb_choix; j++){
ch = lireChoix(fe1);
@ -30,6 +30,7 @@ int chargementcandidat(Candidat *tcandidat[],int tmax){
C = lireCandidat(fe1);
i++;
}
fclose(fe1);
return i;
}
@ -49,7 +50,8 @@ int chargementcandidat(Candidat *tcandidat[],int tmax){
ch = (Choix*)malloc(sizeof(Choix));
if(ch==NULL){
printf("Problème malloc m");
exit(1);}
exit(1);
}
strcpy(ch->ville, ville);
strcpy(ch->departement, departement);
ch->decision = decision;

@ -1,30 +1,30 @@
226645 Blondeau Nicolas 20 12.5 8 18 50
226645 Blondeau Nicolas 20 12.5 8 3
Clermont Biologie 0 0
Grenoble Bio-Info 0 0
Aurillac Informatique 0 0
226584 bachelard benjamin 20 17.5 19 19 3
226584 bachelard benjamin 20 17.5 19 3
Clermont Informatique 0 0
Grenoble Biologie 0 0
Aurillac Informatique 0 0
226574 deni martin 14 11.5 19 14 3
226574 deni martin 14 19 14 3
Clermont Biologie 0 0
Grenoble Informatique 0 0
Aurillac Informatique 0 0
226564 dadi kevin 20 17.5 19 19 3
226564 dadi kevin 17.5 19 19 3
Clermont Biologie 0 0
Grenoble Informatique 0 0
Aurillac Informatique 0 0
226354 moto biker 20 17.5 19 19 1
226354 moto biker 17.5 19 19 1
Clermont Informatique 0 0
226424 atom quantin 14 11.5 19 14 3
226424 atom quantin 14 19 14 3
Clermont Biologie 0 0
Grenoble Informatique 0 0
Aurillac Informatique 0 0
226454 chahcha deni 20 17.5 19 19 3
226454 chahcha deni 20 17.5 19 3
Clermont Biologie 0 0
Grenoble Informatique 0 0
Aurillac Informatique 0 0
225584 antoin killer 20 17.5 19 19 3
225584 antoin killer 20 17.5 19 3
Clermont Informatique 0 0
Grenoble Informatique 0 0
Aurillac Biologie 0 0

Loading…
Cancel
Save