#include <bits/stdc++.h>using namespace std; int main() { double x; while(cin >> x) { cout <<fixed << sqrt(x) << endl; } return 0;}
1427 0 876652098643267843 5276538
37.775654 0.000000 936297014.116390 2297.071614
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!