there are atleast N pairs of x and y satisfying x^3 + y^3 = A
Q: function takes input x , y , A and N
returns true if
there are atleast N pairs of x and y satisfying
x^3 + y^3 = A;
all inputs are postive integer values
A: Taxicab number
Q: function takes input x , y , A and N
returns true if
there are atleast N pairs of x and y satisfying
x^3 + y^3 = A;
all inputs are postive integer values
A: Taxicab number