#include using namespace std; typedef long long ll; ll calc(ll d) { return (ll)((-1 + sqrt(1 + 4*d)) / 2.0); } int main(){ for(ll i=100000000-100000+1;i<=100000;i++){ printf("%lld\n",i*i+i); } return 0; int cnt=0; for(ll i=1000000000-10000000;;i++){ if(calc(i*i+i)