提交时间:2024-05-25 14:40:07

运行 ID: 148754

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