#include<cmath> #include<iostream> #include<cstring> using namespace std; int main() { double n; cin>>n; cout<<sqrt(n); return 0 ; }