Run ID:42149

提交时间:2022-11-13 10:23:10

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