Изменил(а) на 'du3/program.c'

This commit is contained in:
Vladyslav Korzun 2023-03-02 10:37:35 +00:00
parent a7a72ded64
commit 5691313fc4

View File

@ -68,13 +68,13 @@ int main(){
h = mass[j];
printf("h>>> %1.f\n", h);
//printf("h>>> %1.f\n", h);
if(counter == -1){
vysl = x * h + mass[j + 1];
printf("vysl>>> %1.f\n", vysl);
//printf("vysl>>> %1.f\n", vysl);
counter++;
@ -86,7 +86,7 @@ int main(){
vysl = x * vysl + mass[j + 1];
printf("vysl22>>>>> %1.f\n", vysl);
//printf("vysl22>>>>> %1.f\n", vysl);
}