I\'m looking for the most time-efficient way to read STDIN line-by-line.
The first line is the number of conditions to test. All the following lines are conditions (stri
Looked inside BufferedReader#readLine
source. There're several problems I see:
You may take your chances with two things: