NS1-2021-zero-1-sujet-officiel_corr.pdf

bac NSI sujet 0. Proposition de correction. Exercice 1. Q1. Q2.1 def hauteur_pile(P):. Q = creer_pile_vide() n = 0 while not(est_vide(P)): n += 1 x = depiler (P).