Advertisement
rotti321

Latura patrat

May 17th, 2021
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include <iostream>
  2. #include <cmath>
  3. using namespace std;
  4.  
  5. int main() {
  6. double A, l;
  7. cin >> A;
  8. l=sqrt(A);
  9. cout << l;
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement