Advertisement
Pafnytiu

простые 2 - 14

Nov 17th, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include<iostream>
  2. #include<math.h>
  3. #include<iomanip>
  4. using namespace std;
  5. int main()
  6. {float s, r;
  7. int p=3.14;
  8. cin>>s;
  9. r=sqrt(s/p);
  10. cout<<setprecision(1)<<r<<endl;
  11. system("pause");
  12. return 0;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement