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