00001 00002 00003 00004 int main() { 00005 00006 float flottant ; 00007 // char c; 00008 scanf("%f" , &flottant); 00009 // scanf("%c",&c); 00010 //while(1); 00011 return 0; 00012 00013 } 00014