Изменил(а) на 'du3/program.c'
This commit is contained in:
parent
a7a72ded64
commit
5691313fc4
@ -68,13 +68,13 @@ int main(){
|
|||||||
|
|
||||||
h = mass[j];
|
h = mass[j];
|
||||||
|
|
||||||
printf("h>>> %1.f\n", h);
|
//printf("h>>> %1.f\n", h);
|
||||||
|
|
||||||
if(counter == -1){
|
if(counter == -1){
|
||||||
|
|
||||||
vysl = x * h + mass[j + 1];
|
vysl = x * h + mass[j + 1];
|
||||||
|
|
||||||
printf("vysl>>> %1.f\n", vysl);
|
//printf("vysl>>> %1.f\n", vysl);
|
||||||
|
|
||||||
counter++;
|
counter++;
|
||||||
|
|
||||||
@ -86,7 +86,7 @@ int main(){
|
|||||||
|
|
||||||
vysl = x * vysl + mass[j + 1];
|
vysl = x * vysl + mass[j + 1];
|
||||||
|
|
||||||
printf("vysl22>>>>> %1.f\n", vysl);
|
//printf("vysl22>>>>> %1.f\n", vysl);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user