prog.c: In function 'main':
prog.c:7:2: error: stray '\303' in program
float Groeße;
^
prog.c:7:2: error: stray '\237' in program
prog.c:7:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'e'
float Groeße;
^
prog.c:7:14: error: 'e' undeclared (first use in this function)
prog.c:7:14: note: each undeclared identifier is reported only once for each function it appears in
prog.c:11:2: error: stray '\303' in program
scanf("%d %f", &Gewicht, &Groeße);
^
prog.c:11:2: error: stray '\237' in program
prog.c:11:28: error: 'Groe' undeclared (first use in this function)
scanf("%d %f", &Gewicht, &Groeße);
^
prog.c:11:34: error: expected ')' before 'e'
scanf("%d %f", &Gewicht, &Groeße);
^
prog.c:13:2: error: stray '\303' in program
BMI = Gewicht/(Groeße*Groeße);
^
prog.c:13:2: error: stray '\237' in program
prog.c:13:23: error: expected ')' before 'e'
BMI = Gewicht/(Groeße*Groeße);
^
prog.c:13:23: error: stray '\303' in program
prog.c:13:23: error: stray '\237' in program
prog.c:18:2: error: stray '\303' in program
printf("%f=%d/(%f*f%)\n",BMI,Gewicht,Groeße,Groeße);
^
prog.c:18:2: error: stray '\237' in program
prog.c:18:45: error: expected ')' before 'e'
printf("%f=%d/(%f*f%)\n",BMI,Gewicht,Groeße,Groeße);
^
prog.c:18:45: error: stray '\303' in program
prog.c:18:45: error: stray '\237' in program