提交时间:2024-05-25 14:54:02

运行 ID: 148806

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