#include <bits/stdc++.h>using namespace std; int main() { long long x = 81245891235; double y = sqrt(x); printf("%.20lf\n", y);}
Standard input is empty
285036.64893308019964024425
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!