 
        
        
          Добавил:
          
          
        
        
    
            hunter__3211
            
            
            
            
            
            Опубликованный материал нарушает ваши авторские права? Сообщите нам.
          
          Вуз:
          Предмет:
          Файл:лаба 3 выполнение
.cpp#pragma hdrstop
#include <stdio.h>
#include <tchar.h>
#include <iostream>
using namespace std;
#include <conio.h>
#include <assert.h>
#include <fstream>
#include <string>
#include <stdlib.h>
#include <windows.h>
#include <math.h>
int main ()
{
  setlocale(LC_ALL, "Russian");
  float x, y, z, ch, zn, rez;
  cin>>x;
  cin>>y;
  cin>>z;
  ch=2-exp(1.5*z);
  zn=abs(pow(x+y,1/5)-4*pow(y,3*z))+3.002;
  rez=ch/zn;
  printf ("ИТОГ=%f",rez);
  getch();
}
          Соседние файлы в предмете Алгоритмические языки и основы программирования
          
      
    
    
    
          