Run ID:42147

提交时间:2022-11-13 10:22:34

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