Advertisement
Pafnytiu

простые 1 - 7

Nov 17th, 2015
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #include<iostream>
  2. #include<math.h>
  3. #include<iomanip>
  4. using namespace std;
  5. int main()
  6. {double x,y; double z;
  7. cin>>x>>y;
  8. z=((sin(x)+cos(y))/(cos(x)-sin(y)))*tan(x*y);
  9. cout<<z<<endl;
  10. system("pause");
  11. return 0;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement