commit
a2a4709a9f
@ -0,0 +1,73 @@
|
|||||||
|
4
|
||||||
|
|
||||||
|
35
|
||||||
|
Durand
|
||||||
|
|
||||||
|
Jean Jacques
|
||||||
|
|
||||||
|
15.75 12.25 9.5 17.00
|
||||||
|
|
||||||
|
3
|
||||||
|
|
||||||
|
Clermont-Ferrand
|
||||||
|
Informatique
|
||||||
|
0
|
||||||
|
0
|
||||||
|
Grenoble
|
||||||
|
Informatique
|
||||||
|
0
|
||||||
|
0
|
||||||
|
Aurillac
|
||||||
|
Bio-Informatique
|
||||||
|
0
|
||||||
|
0
|
||||||
|
|
||||||
|
36
|
||||||
|
Dupont
|
||||||
|
|
||||||
|
Jeannine
|
||||||
|
|
||||||
|
10.2 15.65 12.45 18.00
|
||||||
|
|
||||||
|
2
|
||||||
|
|
||||||
|
Clermont-Ferrand
|
||||||
|
Informatique
|
||||||
|
0
|
||||||
|
0
|
||||||
|
Aurillac
|
||||||
|
Informatique
|
||||||
|
0
|
||||||
|
0
|
||||||
|
|
||||||
|
37
|
||||||
|
Thérèse
|
||||||
|
|
||||||
|
Francoise
|
||||||
|
|
||||||
|
10.5 12.65 14.45 16.00
|
||||||
|
|
||||||
|
1
|
||||||
|
|
||||||
|
Clermont-Ferrand
|
||||||
|
Bio-Informatique
|
||||||
|
0
|
||||||
|
0
|
||||||
|
|
||||||
|
38
|
||||||
|
Henry
|
||||||
|
|
||||||
|
Bertrand
|
||||||
|
|
||||||
|
5.2 14.65 11.23 14.00
|
||||||
|
|
||||||
|
3
|
||||||
|
|
||||||
|
Clermont-Ferrand
|
||||||
|
Informatique
|
||||||
|
0
|
||||||
|
0
|
||||||
|
Aurillac
|
||||||
|
Informatique
|
||||||
|
0
|
||||||
|
0
|
@ -1,15 +0,0 @@
|
|||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include "commun.h"
|
|
||||||
|
|
||||||
|
|
||||||
int main(void)
|
|
||||||
{
|
|
||||||
Candidat c;
|
|
||||||
c = lireCandidat();
|
|
||||||
AffC(c);
|
|
||||||
Choix chx;
|
|
||||||
chx = lirechx();
|
|
||||||
return 0;
|
|
||||||
}
|
|
Loading…
Reference in new issue