Run ID:5760

提交时间:2024-12-14 15:40:39

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