提交时间:2024-05-25 14:39:24

运行 ID: 148751

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