Hello coders,
I’m trying to solve Sum of pairs problem. Actually I’m NOT looking for help about the algorithm, I have problem reading the input and I have no idea why :-/
This subission is getting NZEC, AFAIK it means that there is some Exception. But according to try
catch
it has to be IllegalStateException
. But if so, it means there are not N integer. Some hint what am I doing wrong?