/* Auteur: Nicolas JANEY */ /* nicolas.janey@univ-fcomte.fr */ /* Novembre 2007 */ /* Un carre de carres */ #ifndef __SOLUTION1__ #define __SOLUTION1__ void solution1(int n,float c); #endif