Run ID:137561

提交时间:2025-11-19 19:40:33

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