#include using namespace std; typedef long long ll; ll int_sqrt(ll n){ if(n<2)return n; ll x0=n/2,x1=(x0+n/x0)/2; while(x1>n; int ans=0; for(ll x=1;x