Run ID:5758
提交时间:2024-12-14 15:39:16
#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; cout<<sqrt(a); }