Ответы
Ответ дал:
0
#include <iostream>
#include <cmath>
using namespace std;
int main() {
float x,y;
cin >>x>>y;
float t=(sin(x)+cos(y))/(cos(x)-sin(y))*tan(x*y);
cout << t;
return 0;
}
#include <cmath>
using namespace std;
int main() {
float x,y;
cin >>x>>y;
float t=(sin(x)+cos(y))/(cos(x)-sin(y))*tan(x*y);
cout << t;
return 0;
}
Ответ дал:
0
Спасибо большое
Вас заинтересует
2 года назад
7 лет назад
10 лет назад
10 лет назад