Feedback for MIX2 problem

Problem Link: MIX2 Problem - CodeChef

Feedback

The constraints for A[i] are < 10^6 , but the input contains A[i] > 10^6 which creates problem while solving, please look into it.

@adarshsahu
Have u found any test case that has A[i]>10^6.??