Объяснение:
#include <iostream>
#include <math.h>
using namespace std;
int main()
{
int x, y;
float s;
s=(1+sin(sqrt(x)-1))/cos(12*y-4);
cout<< s;
return 0;
}
Объяснение:
#include <iostream>
#include <math.h>
using namespace std;
int main()
{
int x, y;
float s;
s=(1+sin(sqrt(x)-1))/cos(12*y-4);
cout<< s;
return 0;
}