HI @ all wollte mal nachfragen ob jemand von euch mir helfen könnte versuche gerade das erste Prog das wir in der Schule geoded haben nachzubasteln aber scheint nicht ganz zu funtzten

Code:
#include <math.h>
void main (){
double n;
double c;
double s;
double y;
c= 0,8723;
s=0;
y=0;
int n= 10
for(int i=0; i<= n; i+4)
{
y=((pow (double) i, 2) + ((2*(double)i)+6,3))/(pow (pow(double)i)
s= s + y
}
s= s*c
printf("s= %d \n"(double) s)
}