Advertisement
Guest User

Untitled

a guest
Jun 14th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #include <iostream>
  2. #include <stdio.h>
  3. #include <math.h>
  4.  
  5. using namespace std;
  6.  
  7. int main (){
  8. double n;
  9. float y,x;
  10. cout<<"vvedite x";
  11. cin>>x;
  12. do {
  13. y=pow(n*n+1,1/7.0 == 0);
  14. cout<<("koren' = ")<<y;
  15. }
  16. while () ;
  17. return 0;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement