code source uniqument

This commit is contained in:
2025-10-15 16:45:28 +02:00
parent 35f39a0a82
commit 854dab9e4d
5 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
### Compilation
gcc -g -pg -o ex? Exercice?.c
gprof ./ex?
? = le numéro d'exercice
# Exercice 2
Pour un tableau de taille 10 000 :

BIN
a.out

Binary file not shown.

BIN
ex2

Binary file not shown.

BIN
ex3

Binary file not shown.

BIN
gmon.out

Binary file not shown.