@ -8,5 +8,5 @@ for idLivre in range(nbLivres):
resumeLivre[idLivre] = input()
for idLivre in range(nbLivres):
if len(resumeLivre[idLivre]) <= longMin:
if len(resumeLivre[idLivre]) < longMin:
print(titreLivre[idLivre])