Files
DEV1.1
CM1
CM2
CM3
DEV1.1bis
Entrainements
SAé
TP01
TP03
TP05
TP06
TP07
TP08
TP09
TP10
TP11
TP12
TP13
TP14
TP15
TP16
TP17
TP19
TP20
TP21
TP21_reponses.txt
test.c
top10
TP22
TP23
TP24
TP25
TP27
TP28
TP29
TP30
TP31
controle_machine_2_B
commande_grep
simoes_CM1.tar.gz
simoes_CM2.tar.gz
simoes_CM3.tar.gz
DEV2.1
SAE11_2024
SCR
.gitignore
README.md
DEV/DEV1.1/TP21/test.c
2024-12-02 14:12:49 +01:00

18 lines
268 B
C

# include <stdio.h>
# include <stdlib.h>
int main(int argc, char** argv) {
FILE* fichier = NULL;
int score;
char caractere;
char sigle[3];
int resultat;
int i;
int j = 0;
int lu;
char liste_sigles[10][3];
int liste_resultats[10];
return EXIT_SUCCESS;
}