Run ID:5762

提交时间:2024-12-14 15:43:11

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