В программе вот так будет правильно: #include
#include
using namespace std;
int main()
{
double t, x, y, z;
cout.precision(15)
while (true)
{
cout > x >> y >> z;
t = pow(2.,-x)*sqrt(x+sqrt(sqrt(fabs))
* exp((x-1./sin(z))/3.));
cout
#include
#include
using namespace std;
double input(const char* msg) {
cout > value;
cin.ignore(0x1000, '\n');
return value;
}
int main() {
auto x = input("x: ");
auto y = input("y: ");
auto z = input("z: ");
auto a = pow(2.0, -x);
auto b = pow(fabs, 0.25);
auto c = pow(exp((x - 1) / sin(z)), 1.0 / 3.0);
auto d = sqrt(x + b * c);
auto t = a * d;
cout.setf(ios::fixed);
cout.precision(15);
cout
На данном сайте используются файлы cookie, чтобы персонализировать контент и сохранить Ваш вход в систему, если Вы зарегистрируетесь.
Продолжая использовать этот сайт, Вы соглашаетесь на использование наших файлов cookie.