A voir également:
- [aidé moi pour mon devoir d'algorithme svp]do
- Xwxwxwxwv songs do 2023 ✓ - Forum Audio
- Logiciel algorithme gratuit - Télécharger - Édition & Programmation
- Fichier do ✓ - Forum PDF
- Petit papa noel piano do re mi - Forum Loisirs / Divertissements
- 50 FREE MP3s+ Free Audiobook! - Forum carte son
2 réponses
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
8 avril 2007 à 09:12
8 avril 2007 à 09:12
Salut,
voilà pour ton 1er exercice Recherche Dichotomique
voilà pour ton 1er exercice Recherche Dichotomique
tu veut dire max
bon voila
algo exo2;
const n=100
var
max,i:entier;
t:tableau[1..n]de entiers;
debut
max:=t[i]
pour i:=2jusqua n faire
si max<t[i] alors
max:=t[i];
finsi;
finpour;
FIN.
bon voila
algo exo2;
const n=100
var
max,i:entier;
t:tableau[1..n]de entiers;
debut
max:=t[i]
pour i:=2jusqua n faire
si max<t[i] alors
max:=t[i];
finsi;
finpour;
FIN.