/* Exercice I, feuille d'exercices 1 */
/* Solution proposee par Olivier Fayau et Serge Nakoniecznyj */

#include <stdio.h>

main()
{
  printf("Leonard de Vinci\n");
}