2025-10-15 16:49:17 +02:00
|
|
|
|
|
|
|
** Commandes pour exécuter les fichiers **
|
|
|
|
|
|
|
|
Exercice 1 :
|
|
|
|
- Pour cet exercice j'ai utilisé les commandes :
|
|
|
|
- gcc racinecaree.c / gcc -ansi -pedantic racinecaree.c / gcc -pg racinecaree.c
|
|
|
|
- ./a.out / gprof ./a.out
|
|
|
|
|
|
|
|
|
|
|
|
Exercice 3 :
|
|
|
|
- Pour cet exercice j'ai utilisé les commandes :
|
|
|
|
- gcc trispecial.c / gcc -ansi -pedantic trispecial.c / gcc -pg trispecial.c
|
|
|
|
- ./a.out
|
|
|
|
|
|
|
|
|