Hey!
Thanks for such an initiative Vijju123!
I’m facing a problem in [UNICOURS][1].
I’m encountering a RE(NZEC) which I’m unable to figure out.
Here is my
[2].
Any help will be appreciated!
Thanks!
[1]: https://www.codechef.com/MAY17/problems/UNICOURS/
[2]: http://ideone.com/9EA3XS
I tried to run it against sample case, and am continuously getting error of-
Exception in thread "main" java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:542)
at java.lang.Integer.parseInt(Integer.java:615)
at unicours.main(Main.java:52)
This begins when its taking input for second value of n. An incorrect input of n will affect array and elad to runtime error.