Run ID:5763

提交时间:2024-12-14 15:45:28

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