Run ID:35876

提交时间:2022-08-06 08:15:20

#include<bits/stdc++.h> using namespace std; int main(){ double n; cin>>n; cout<<sqrt(n); return 0; }