Why am I getting runtime exception while reading characters by using read() method and on next line using readLine() method of buffered reader? What can I do to avoid this? Referring http://www.codechef.com/APRIL14/problems/ADIGIT problem.
↧
Why am I getting runtime exception while reading characters by using read() method and on next line using readLine() method of buffered reader? What can I do to avoid this? Referring http://www.codechef.com/APRIL14/problems/ADIGIT problem.