Автор: Cena (12.11.2011 в 19:54)
Понятно спасибо, но все равно выбивает ошибку(( где-то здесь
{max=abc(z);
min=abc(z);
if (abc(z)>max) max=abc(z);
if (abc(z)<max) min=abc(z);
}
cout<<"max="<<max<<"\t min="<<min<<"\n";
cout<<"R="<<max-min<<"\n";
system("PAUSE");
return 0;
}
и вібивает ошибки:
C:\Dev-Cpp\dev4.cpp In function `int main()':
24 C:\Dev-Cpp\dev4.cpp `abc' undeclared (first use this function)
(Each undeclared identifier is reported only once for each function it appears in.)
33 C:\Dev-Cpp\dev4.cpp expected `}' at end of input
Я не понимаю, где же я их допустил...(