Failing 1 test case


My this code is failing last test case. Why is it so? How can I overcome that?

@J19APPPP0007
Increase your array size of ‘a’ in Line No 22 from 100 to 1000. Your algo implementation is correct.

Thanks! @tarunluthra .