Run ID:42363

提交时间:2022-11-18 20:00:56

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