" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
#include <iostream>
#include <cmath>
using namespace std;
int main(){ double n=0; cin>>n;
cout<<sqrt(n);}