Run ID:112224

提交时间:2025-03-08 18:05:53

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