Run ID:55525
提交时间:2023-07-29 10:18:08
#include<bits/stdc++.h> using namespace std; int main(){ double n; cin>>n; cout<<sqrt(n); }