Project Euler #29: Distinct powers

  • + 0 comments

    1.pow function cannot be user the answer is very large like (10^5)^(10^5) this is max and it cannot be stored in any data type like :int,long 2.and the elements aree so many that set cannot handle.memory error