Update 'du3/program.c'

This commit is contained in:
Anzhelika Nikolaieva 2023-03-07 22:37:38 +00:00
parent fafbac8ea3
commit a25db7d541

View File

@ -49,7 +49,7 @@ for(int c = 0; c < kofi; c++){
f = strtof(start, &finish);
start = finish;
d=dop(x,(kofi-c)-1);
d=pow(x,(kofi-c)-1);
n+=d*f;
}