Ajout Exo1

This commit is contained in:
Ronan Fourneuve
2025-08-08 10:56:50 +02:00
parent 1bb411b001
commit 7e12cccab5
32 changed files with 192 additions and 0 deletions

11
ANALE-1/EXO1/commun.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef COMMUN_H
#define COMMUN_H
#define MEM 3
#define SEM 5
#define CLE_SEM_PROD 100
#define CLE_SEM_CONSO 200
#define CLE_MEM 100
#endif