fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main() {
  5. long long x = 81245891235;
  6. double y = sqrt(x);
  7. printf("%.20lf\n", y);
  8. }
Success #stdin #stdout 0.01s 5472KB
stdin
Standard input is empty
stdout
285036.64893308019964024425