提交时间:2024-05-25 14:49:55

运行 ID: 148790

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