Project Euler #98: Anagramic squares

  • + 0 comments

    why is test case 0 is failing and rest all are passing? isn't the testcase with N=4? i am able to test my code for N=4 with correct answer of 9216. I am not sure what am i missing.