Run ID:137562
提交时间:2025-11-19 19:41:07
#include<bits/stdc++.h> using namespace std; int main() { double n; cin>>n; cout<<sqrt(n); return 0; }