#include using namespace std; int main(){ int t; cin >> t; for(int i=0; i> n; int ans = (int)sqrt(n); cout << ans << endl; } }