If both a Scanner and regular println are used, then you're likely to be very close to the maximum Kattis time limit, or slightly over it. (Using a FastScanner and a StringBuffer in place of Scanner and many print statements improve the run time from .96 seconds to .36 seconds for one solution that was tested, can you use this as well?
a) True
b) False