Aktualizovat „a1/program.c“
This commit is contained in:
parent
50643d1153
commit
92a0a16cd8
@ -6,7 +6,7 @@ int main()
|
||||
double x=0;
|
||||
double value =0;
|
||||
int count =0;
|
||||
double arr[50];
|
||||
double arr[50]={0};
|
||||
scanf("%lf",&x);
|
||||
while(scanf("%lf",&value)!=EOF){
|
||||
if(isalpha(value)!=0){
|
||||
@ -16,7 +16,7 @@ int main()
|
||||
count++;
|
||||
}
|
||||
value=0;
|
||||
for(int i =0;i<count;i++){
|
||||
for(int i =0;i<count&&count-1-i>=0;i++){
|
||||
value+=arr[i]*pow(x,count-1-i);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user